You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some recent changes/additions to the tabletmanager's vreplication unit tests (go/vt/vttablet/tabletmanager/vreplication) surfaced a latent race condition caused by the use of global variables (most notably the globalDBQueries variable that can be used by any number of concurrent test executions). You can see examples of the failures here: https://github.com/vitessio/vitess/actions/runs/4989944133
I think that we will need to make some changes to the test framework, similar to what was done for some others in: #12546
Reproduction Steps
You will see failures if you re-run this locally enough times:
go test -count 1 -v -timeout 5m -race vitess.io/vitess/go/vt/vttablet/tabletmanager/vreplication
Binary Version
17.0.0-SNAPSHOT
Operating System and Environment details
N/A
Log Fragments
No response
The text was updated successfully, but these errors were encountered:
Overview of the Issue
Some recent changes/additions to the tabletmanager's vreplication unit tests (
go/vt/vttablet/tabletmanager/vreplication
) surfaced a latent race condition caused by the use of global variables (most notably theglobalDBQueries
variable that can be used by any number of concurrent test executions). You can see examples of the failures here: https://github.com/vitessio/vitess/actions/runs/4989944133I think that we will need to make some changes to the test framework, similar to what was done for some others in: #12546
Reproduction Steps
You will see failures if you re-run this locally enough times:
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: