Skip to content

[adapters] Increase is_replaying wait to 10s in ft controller test.#6720

Open
ryzhyk wants to merge 1 commit into
mainfrom
fix-ft-is-replaying-timeout
Open

[adapters] Increase is_replaying wait to 10s in ft controller test.#6720
ryzhyk wants to merge 1 commit into
mainfrom
fix-ft-is-replaying-timeout

Conversation

@ryzhyk

@ryzhyk ryzhyk commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

ft_initially_zero_without_checkpoint flaked in CI at controller/test.rs:713, where wait(|| !is_replaying, 1000) timed out.

ft_initially_zero_without_checkpoint flaked in CI at controller/test.rs:713,
where wait(|| !is_replaying, 1000) timed out.

Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>
@ryzhyk
ryzhyk requested a review from mihaibudiu July 24, 2026 04:16
@ryzhyk
ryzhyk enabled auto-merge July 24, 2026 04:19
@ryzhyk
ryzhyk added this pull request to the merge queue Jul 24, 2026
@gz
gz removed this pull request from the merge queue due to a manual request Jul 24, 2026

@mythical-fred mythical-fred left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping a wait timeout on a CI-flaky replay-completion check from 1s to 10s. Cheap, well-scoped, doesn't mask a real hang because the assertion still fires on failure. Fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants