Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase timeout for wating subscriber caught-up (#8118)
## Problem test_subscriber_restart has quit large failure rate' https://neonprod.grafana.net/d/fddp4rvg7k2dcf/regression-test-failures?orgId=1&var-test_name=test_subscriber_restart&var-max_count=100&var-restrict=false I can be caused by too small timeout (5 seconds) to wait until changes are propagated. Related to #8097 ## Summary of changes Increase timeout to 30 seconds. ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. ## Checklist before merging - [ ] Do not forget to reformat commit message to not include the above checklist Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
13522fb
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.
3129 tests run: 3002 passed, 0 failed, 127 skipped (full report)
Flaky tests (1)
Postgres 14
test_lsn_lease_size[False]
: debugCode coverage* (full report)
functions
:32.6% (6932 of 21275 functions)
lines
:50.0% (54496 of 108968 lines)
* collected from Rust tests only
13522fb at 2024-07-05T19:06:14.277Z :recycle: