-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flaky test: TestDelayedChainUpdate
#6139
Labels
Comments
friofry
added a commit
that referenced
this issue
Nov 29, 2024
* Subscription common logic is extracted to a separate type. * Fix race where go routing extracts value from sync.map and then another go routine calls unsubscribe and closes the channel before the first go routing tries to write to the channel. * moved TestInterleavedChainStatusChanges TestDelayedChainUpdate to the correct file * Renamed test suites with duplicate names closes #6139
friofry
added a commit
that referenced
this issue
Nov 29, 2024
* Subscription common logic is extracted to a separate type. * Fix race where go routing extracts value from sync.map and then another go routine calls unsubscribe and closes the channel before the first go routing tries to write to the channel. * moved TestInterleavedChainStatusChanges TestDelayedChainUpdate to the correct file * Renamed test suites with duplicate names updates CODEOWNERS closes #6139
friofry
added a commit
that referenced
this issue
Nov 29, 2024
* Subscription common logic is extracted to a separate type. * Fix race where go routing extracts value from sync.map and then another go routine calls unsubscribe and closes the channel before the first go routing tries to write to the channel. * moved TestInterleavedChainStatusChanges TestDelayedChainUpdate to the correct file * Renamed test suites with duplicate names updates CODEOWNERS closes #6139
friofry
added a commit
that referenced
this issue
Dec 2, 2024
* Subscription common logic is extracted to a separate type. * Fix race where go routing extracts value from sync.map and then another go routine calls unsubscribe and closes the channel before the first go routing tries to write to the channel. * moved TestInterleavedChainStatusChanges TestDelayedChainUpdate to the correct file * Renamed test suites with duplicate names updates CODEOWNERS closes #6139
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: