-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: ensure first node status written within Server.Start()
The fix ensures that the status of the first node is written before the end of `Server.Start`. Currently this is deferred and sometimes the code doesn't execute by the time the tests start running. For the rest of the nodes, the status is written as part of the node bootstrap. Fixes #33559 and #36990. Release note: None
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters