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

Added the test scripts for resumption #2117

Merged
merged 27 commits into from
Jan 22, 2025
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 Dec 25, 2024
78209bf
Updated the large count tables test
shubham-yb Dec 26, 2024
0485f4c
Renamed test in GH Actions
shubham-yb Dec 26, 2024
1b2ee52
Merge branch 'main' into shubham/resumption
shubham-yb Dec 26, 2024
8fbb84f
Test: Only run GH integration tests
shubham-yb Dec 26, 2024
0e5bcd0
Added AWS region to large table test
shubham-yb Dec 27, 2024
986a51e
Merge branch 'main' into shubham/resumption
shubham-yb Dec 27, 2024
d5b7aaa
Cleanup
shubham-yb Dec 27, 2024
e8bd070
Reduced time between each retry for the large table test
shubham-yb Dec 27, 2024
18a38ab
Merge branch 'main' into shubham/resumption
shubham-yb Jan 2, 2025
61c9b1d
Merge branch 'main' into shubham/resumption
shubham-yb Jan 4, 2025
d72c841
Added import data resumption test framework and PG test case
shubham-yb Jan 6, 2025
b38a7f5
Increased the table sizes for the PG test
shubham-yb Jan 6, 2025
a14fa6b
Increased the table sizes for the PG test
shubham-yb Jan 6, 2025
20c2715
Added conditional check while dropping the database
shubham-yb Jan 6, 2025
9a6cf4c
Row count optimsation and cleanup
shubham-yb Jan 7, 2025
b42f922
Merge branch 'main' into shubham/resumption
shubham-yb Jan 7, 2025
2d9749d
Addressed review comments
shubham-yb Jan 19, 2025
6751621
Added better error handling
shubham-yb Jan 20, 2025
c19acf9
Merge branch 'main' into shubham/resumption
shubham-yb Jan 20, 2025
b5f7c9e
Test
shubham-yb Jan 20, 2025
ec1f782
Test
shubham-yb Jan 20, 2025
5e00018
Merge branch 'main' into shubham/resumption
shubham-yb Jan 21, 2025
fd8c456
Test fix for deadlock issue
shubham-yb Jan 21, 2025
288ab0f
Cleanup and misc changes
shubham-yb Jan 21, 2025
3b9e19a
Cleanup
shubham-yb Jan 22, 2025
5d609e0
Added prints to determine if the process was terminated or killed
shubham-yb Jan 22, 2025
File filter

Filter by extension

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
Next Next commit
Reduced time between each retry for the large table test
  • Loading branch information
shubham-yb committed Dec 27, 2024
commit e8bd070fc7b6e5b6de88782bffbad19abc7c845c
2 changes: 1 addition & 1 deletion migtests/tests/resumption/import-file-large/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ row_count:
resumption:
max_retries: 30
min_interrupt_seconds: 300
max_interrupt_seconds: 900
max_interrupt_seconds: 720
min_restart_wait_seconds: 30
max_restart_wait_seconds: 60