Skip to content

test(core): fix flaky testClosePoolWhenReaderIsOut test#6267

Merged
bluestreak01 merged 1 commit intomasterfrom
puzpuzpuz_flaky_reader_pool_test
Oct 11, 2025
Merged

test(core): fix flaky testClosePoolWhenReaderIsOut test#6267
bluestreak01 merged 1 commit intomasterfrom
puzpuzpuz_flaky_reader_pool_test

Conversation

@puzpuzpuz
Copy link
Copy Markdown
Contributor

@puzpuzpuz puzpuzpuz commented Oct 10, 2025

Fixes #6266

The test was racy since capture.waitFor("shutting down, table is left behind"); call doesn't guarantee that the stack trace is already logged.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Oct 10, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch puzpuzpuz_flaky_reader_pool_test

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bluestreak01 bluestreak01 merged commit 10fff59 into master Oct 11, 2025
35 of 36 checks passed
@bluestreak01 bluestreak01 deleted the puzpuzpuz_flaky_reader_pool_test branch October 11, 2025 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky ReaderLeftBehindTest.testClosePoolWhenReaderIsOut

2 participants