Skip to content

Fix flaky TestReloader_ConfigDirApplyBasedOnWatchInterval#8849

Open
MD-Mushfiqur123 wants to merge 1 commit into
thanos-io:mainfrom
MD-Mushfiqur123:fix/flaky-test-reloader
Open

Fix flaky TestReloader_ConfigDirApplyBasedOnWatchInterval#8849
MD-Mushfiqur123 wants to merge 1 commit into
thanos-io:mainfrom
MD-Mushfiqur123:fix/flaky-test-reloader

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

Fixes #8114

Improves test reliability by using channel-based synchronization instead of polling with fixed sleep intervals. Each test step is now triggered by an actual reload event rather than a timer, eliminating timing-dependent flakiness.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky TestReloader_ConfigDirApplyBasedOnWatchInterval

2 participants