Skip to content

[client] fix flaky test connectivity - #12729

Open
0xRVE wants to merge 2 commits into
masterfrom
rve/connectivity-test-tempdir-flake
Open

[client] fix flaky test connectivity#12729
0xRVE wants to merge 2 commits into
masterfrom
rve/connectivity-test-tempdir-flake

Conversation

@0xRVE

@0xRVE 0xRVE commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

test_connectivity flakes on teardown: TestNet::drop tears down tokio before the storage backend's background threads release their files, so temp.close() races a DirectoryNotEmpty. Retry fs::remove_dir_all a few times instead of failing on it.

@0xRVE 0xRVE self-assigned this Jul 23, 2026
@0xRVE 0xRVE added T0-node This PR/Issue is related to the topic “node”. I3-annoyance The node behaves within expectations, however this “expected behaviour” itself is at issue. labels Jul 23, 2026
@0xRVE
0xRVE marked this pull request as ready for review July 23, 2026 12:58
@0xRVE
0xRVE requested a review from a team July 23, 2026 14:21
@0xRVE

0xRVE commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

/cmd prdoc --audience runtime_dev --bump minor

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

Labels

I3-annoyance The node behaves within expectations, however this “expected behaviour” itself is at issue. T0-node This PR/Issue is related to the topic “node”.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant