-
Notifications
You must be signed in to change notification settings - Fork 14
Add PG15 support to CI scripts for GH workflows and travis #239
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
Conversation
462165e to
616bd9c
Compare
616bd9c to
6281be9
Compare
| # packages in one call | ||
| result = stat_get_request( | ||
| package_list_with_pagination_request_address(PACKAGE_CLOUD_PARAMETERS, 1, 200), | ||
| package_list_with_pagination_request_address(PACKAGE_CLOUD_PARAMETERS, 1, 500), |
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.
Since new azure-gdpr packages were added, I needed to increase the page count
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.
Please consider addressing my comments before merging
|
|
||
|
|
||
| def get_filtered_package_count(session) -> int: | ||
| # Since package count for our test repo is lower than 100, we get the total package details by getting all the |
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.
100 (in comment) seems outdated then
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.
Fixed
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
This PR aims to add support for PG15 beta packages in the CI scripts that are used in pg_auto_failover regression suite.