Skip to content

fix(test): fix data race during app and node startups#5007

Merged
vgonkivs merged 3 commits into
mainfrom
fix_bridge_tests
May 21, 2026
Merged

fix(test): fix data race during app and node startups#5007
vgonkivs merged 3 commits into
mainfrom
fix_bridge_tests

Conversation

@vgonkivs
Copy link
Copy Markdown
Member

testnode.NewNetwork returns as soon as CometBFT and the app process are running, but before the app's multistore commits its first block. Any caller that immediately issues a height-bound gRPC query against the app (e.g. CoreAccessor.Start → tmservice.GetNodeInfo) races the first block and hits the error.

@vgonkivs vgonkivs self-assigned this May 19, 2026
@vgonkivs vgonkivs requested a review from a team as a code owner May 19, 2026 09:56
@vgonkivs vgonkivs requested a review from rach-id May 19, 2026 09:56
@vgonkivs vgonkivs added this pull request to the merge queue May 21, 2026
Merged via the queue into main with commit 5e07ff2 May 21, 2026
31 of 32 checks passed
@vgonkivs vgonkivs deleted the fix_bridge_tests branch May 21, 2026 10:00
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.

3 participants