Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TDL-19837: Add missing tap tester tests #39

Open
wants to merge 1 commit into
base: TDL-19835-Adding-New-Streams-And-Discovery-Mode
Choose a base branch
from

Conversation

jtilala
Copy link

@jtilala jtilala commented Jul 27, 2022

Description of change

  • Add all missing integration tests.

Manual QA steps

Risks

Rollback steps

  • revert this branch

@jtilala jtilala changed the base branch from master to TDL-19835-Adding-New-Streams-And-Discovery-Mode July 27, 2022 12:05
self.PRIMARY_KEYS: {"id"},
self.REPLICATION_METHOD: self.INCREMENTAL,
self.REPLICATION_KEYS: {"created_at"},
self.BOOKMARK: {"created_at"},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we using the two different variables for the same value?

Comment on lines +88 to +91

# WE ARE NOT ABLE TO GENERATE TEST DATA SO SKIPPING TWO STREAMS(mark_as_spam, dropped_email)
if stream in ["mark_as_spam", "dropped_email"]:
continue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code is not required

Copy link

@umangagrawal-crest umangagrawal-crest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As tap is not supporting pagination, we should not have pagination test file

time.mktime(dt.strptime(dtime[:19], self.START_DATE_FORMAT).timetuple())
)

def timedelta_format(self, datetime, days=0, hours=0, minutes=0):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unused function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants