Skip to content
Snippets Groups Projects
Commit 30ddc63f authored by Vijay Pai's avatar Vijay Pai
Browse files

Suppress race caused by cached_size tracking in protobuf

parent cedfa764
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ race:cleanse_ctr ...@@ -6,6 +6,8 @@ race:cleanse_ctr
race:ssleay_rand_add race:ssleay_rand_add
race:ssleay_rand_bytes race:ssleay_rand_bytes
race:__sleep_for race:__sleep_for
# protobuf has an idempotent write race in ByteSize # protobuf has an idempotent write race in ByteSize/GetCachedSize
# https://github.com/google/protobuf/issues/2169 # https://github.com/google/protobuf/issues/2169
race:ByteSize race:ByteSize
race:ByteSizeLong
race:GetCachedSize
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment