-
Notifications
You must be signed in to change notification settings - Fork 463
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
Add resource consume test funcs #6747
Conversation
…l disk. This is handy for testing VM autoscaling.
…base/neon into shayanh/add-resource-consume-test-funcs
Deleted test_consume_disk_space and test_release_disk_space functions as we don't need them in autoscaling tests.
2436 tests run: 2319 passed, 0 failed, 117 skipped (full report)Code coverage (full report)
The comment gets automatically updated with the latest test results
1b6f878 at 2024-02-14T18:41:33.959Z :recycle: |
Depending on your use case, maybe you will need to add https://github.com/neondatabase/neon/blob/main/pgxn/neon_test_utils/neon_test_utils.control
Rest LGTM |
@skyzh I already added |
Problem
Building on #5875 to add handy test functions for autoscaling.
Resolves #5609
Summary of changes
This PR makes the following changes to #5875:
neon_test_utils
extension in the compute node docker image, so we could use it in the e2e tests (as discussed with @kelvich).