Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stocon: bump number of concurrent reconciles per operation (#8179)
## Problem Background node operations take a long time for loaded nodes. ## Summary of changes Increase number of concurrent reconciles an operation is allowed to spawn. This should make drain and fill operations faster and the new value is still well below the total limit of concurrent reconciles.
- Loading branch information
89cf8df
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.
3028 tests run: 2901 passed, 1 failed, 126 skipped (full report)
Failures on Postgres 14
test_pgbench_intensive_init_workload[neon_on-github-actions-selfhosted-1000]
: releaseFlaky tests (1)
Postgres 14
test_location_conf_churn[3]
: debugCode coverage* (full report)
functions
:32.6% (6891 of 21118 functions)
lines
:50.0% (53922 of 107861 lines)
* collected from Rust tests only
89cf8df at 2024-06-27T14:43:00.045Z :recycle: