Skip to content

fix: Wait until daemon is started#2327

Merged
OrKoN merged 1 commit into
ChromeDevTools:mainfrom
dinfuehr:di/fix-flaky-tests
Jul 9, 2026
Merged

fix: Wait until daemon is started#2327
OrKoN merged 1 commit into
ChromeDevTools:mainfrom
dinfuehr:di/fix-flaky-tests

Conversation

@dinfuehr

@dinfuehr dinfuehr commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

startDeamon was only waiting until until daemon.pid existed. But it is possible that daemon.pid was created but the daemon wasn't ready yet. This was observable through flaky test runner failures. Therefore startDaemon now also waits until the daemon successfully replies to an initial status message.

@dinfuehr dinfuehr changed the title Fix flaky tests fix: Wait until daemon is started Jul 8, 2026
@OrKoN OrKoN added this pull request to the merge queue Jul 9, 2026
@OrKoN

OrKoN commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Thanks!

@dinfuehr

dinfuehr commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator Author

Thanks for the review!

Merged via the queue into ChromeDevTools:main with commit ed7e95d Jul 9, 2026
28 of 31 checks passed
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.

2 participants