-
Notifications
You must be signed in to change notification settings - Fork 660
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
Race in bucket stats #213
Labels
Comments
AskAlexSharov
referenced
this issue
in ledgerwatch/bolt
Apr 2, 2020
Port of etcd-io/bbolt@543c40a Now tests don't crush with -race flag Also found new race, reported to etcd/bolt: etcd-io#213
AskAlexSharov
referenced
this issue
in ledgerwatch/bolt
Apr 2, 2020
Port of etcd-io/bbolt@543c40a Now tests don't crush with -race flag Also found new race, reported to etcd/bolt: etcd-io#213
AskAlexSharov
referenced
this issue
in ledgerwatch/bolt
Apr 10, 2020
Port of etcd-io/bbolt@543c40a Now tests don't crush with -race flag Also found new race, reported to etcd/bolt: etcd-io#213
AskAlexSharov
referenced
this issue
in ledgerwatch/bolt
Apr 10, 2020
…1.14 checkptr (#22) * Fix unsafe pointer conversions caught by Go 1.14 checkptr Port of etcd-io/bbolt@543c40a Now tests don't crush with -race flag Also found new race, reported to etcd/bolt: etcd-io#213
I confirmed it still happens:
|
fuweid
added a commit
to fuweid/bbolt
that referenced
this issue
Jan 2, 2023
Fixes: etcd-io#213 Signed-off-by: Wei Fu <fuweid89@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce run:
go test -v -race -short .
The text was updated successfully, but these errors were encountered: