Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase reconciler timeout after shard split (#10490)
Sometimes, especially when the host running the tests is overloaded, we can run into reconcile timeouts in `test_timeline_ancestor_detach_idempotent_success`, making the test flaky. By increasing the timeouts from 30 seconds to 120 seconds, we can address the flakiness. Fixes #10464
- Loading branch information
ca6d72b
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.
7537 tests run: 7142 passed, 0 failed, 395 skipped (full report)
Flaky tests (4)
Postgres 17
test_metrics_normal_work
: debug-x86-64-without-lfc, release-arm64-without-lfcPostgres 16
test_metrics_normal_work
: release-x86-64-with-lfctest_layer_map[github-actions-selfhosted]
: release-x86-64-with-lfcCode coverage* (full report)
functions
:33.5% (8493 of 25342 functions)
lines
:49.3% (71377 of 144774 lines)
* collected from Rust tests only
ca6d72b at 2025-01-23T20:07:31.681Z :recycle: