Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: make storcon scale test AZ-aware (#9952)
## Problem We have a scale test for the storage controller which also acts as a good stress test for scheduling stability. However, it created nodes with no AZs set. ## Summary of changes - Bump node count to 6 and set AZs on them. This is a precursor to other AZ-related PRs, to make sure any new code that's landed is getting scale tested in an AZ-aware environment.
- Loading branch information
60c0d19
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.
7166 tests run: 6848 passed, 0 failed, 318 skipped (full report)
Flaky tests (4)
Postgres 16
test_cli_start_stop
: release-arm64test_prefetch[4]
: release-arm64Postgres 15
test_prefetch[None]
: release-arm64Postgres 14
test_prefetch[4]
: release-arm64Code coverage* (full report)
functions
:30.8% (8263 of 26833 functions)
lines
:47.8% (65159 of 136334 lines)
* collected from Rust tests only
60c0d19 at 2024-12-04T18:21:12.036Z :recycle: