-
Notifications
You must be signed in to change notification settings - Fork 12
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
Added the test scripts for resumption #2117
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
045ad30
Added the test scripts for resumption
shubham-yb 78209bf
Updated the large count tables test
shubham-yb 0485f4c
Renamed test in GH Actions
shubham-yb 1b2ee52
Merge branch 'main' into shubham/resumption
shubham-yb 8fbb84f
Test: Only run GH integration tests
shubham-yb 0e5bcd0
Added AWS region to large table test
shubham-yb 986a51e
Merge branch 'main' into shubham/resumption
shubham-yb d5b7aaa
Cleanup
shubham-yb e8bd070
Reduced time between each retry for the large table test
shubham-yb 18a38ab
Merge branch 'main' into shubham/resumption
shubham-yb 61c9b1d
Merge branch 'main' into shubham/resumption
shubham-yb d72c841
Added import data resumption test framework and PG test case
shubham-yb b38a7f5
Increased the table sizes for the PG test
shubham-yb a14fa6b
Increased the table sizes for the PG test
shubham-yb 20c2715
Added conditional check while dropping the database
shubham-yb 9a6cf4c
Row count optimsation and cleanup
shubham-yb b42f922
Merge branch 'main' into shubham/resumption
shubham-yb 2d9749d
Addressed review comments
shubham-yb 6751621
Added better error handling
shubham-yb c19acf9
Merge branch 'main' into shubham/resumption
shubham-yb b5f7c9e
Test
shubham-yb ec1f782
Test
shubham-yb 5e00018
Merge branch 'main' into shubham/resumption
shubham-yb fd8c456
Test fix for deadlock issue
shubham-yb 288ab0f
Cleanup and misc changes
shubham-yb 3b9e19a
Cleanup
shubham-yb 5d609e0
Added prints to determine if the process was terminated or killed
shubham-yb 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
Prev
Previous commit
Added prints to determine if the process was terminated or killed
- Loading branch information
commit 5d609e0051c9817ca2aa64fd103a2c057a6dd555
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
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.
let's put some logs/prints to determine if we terminated the process or killed it