-
Notifications
You must be signed in to change notification settings - Fork 19
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 14962 implement tap tester tests #53
Closed
Closed
Changes from 5 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0cc64d2
Added new tep-tester test cases
prijendev 305dfdc
Updated all_fields test case for track_events stream
prijendev eb4cb85
updated dev and test dependency for circleci
prijendev 9285815
Updated start_date and added lookback_window assertion in bookmark test.
prijendev 7978e80
Updated all_fields and automatic_fields test cases as per review comm…
prijendev d08f2c0
Updated as per review comments
prijendev 45b22cb
revert back replicatio key change
prijendev 7db0b87
Added back config file
prijendev 939cfc3
Commented some part of code
prijendev 751b2ef
Updated circleci config file
prijendev 8fa6bf9
Removed f-string
savan-chovatiya 5a547ef
Tdl 15671 full table sync record count (#60)
prijendev d182d23
Bug fix for using new bookmark for child streams (#61)
prijendev fcd1a19
Best practices (#62)
prijendev a3434e9
Error backoff (#63)
prijendev be58545
Tdl 14795 rmoved endpoints dict (#64)
prijendev 30dd453
Tdl 6877 add backoff for conn reset error (#65)
prijendev 09c14c8
Fix incremental streams as full table (#66)
prijendev 1beac7f
Tdl 14950 correctly discover the custom fields (#67)
prijendev 782b7bd
Tdl 14964 fix none type date parsing (#68)
prijendev e099234
Tdl 14945 fix sync of visitor stream (#69)
prijendev 9dab3f1
Merge remote-tracking branch 'origin/TDL-15987-all-non-pk-changes' in…
prijendev 87a577d
Changes updated
prijendev 5ee8cb2
updated base file and bookmark test
prijendev 5b04c0f
Updated bookmark test
prijendev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prijendev Does this indicate that we no more consider the modules added as part of the 'dev' list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, because earlier circleci was failing due to ipdb dependency listed under 'dev' list. So, as per suggestion given in link split down 'dev' list dependency into 'test' and 'dev' list.