Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Demonstrate concurrency bug in CurrentStatsState. #29

Merged
merged 2 commits into from
Aug 14, 2018

Conversation

ndrwrbgs
Copy link
Contributor

@ndrwrbgs ndrwrbgs commented Aug 9, 2018

In reality, we probably want a ReaderWriterLock for less contention, though

…ably want a ReaderWriterLock for less contention though
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

@googlebot
Copy link

CLAs look good, thanks!

@@ -74,10 +74,16 @@ public void TestBucketBoundariesEquals()
var b2 = BucketBoundaries.Create(new List<double>() { -1.0, 2.0 });
var b3 = BucketBoundaries.Create(new List<double>() { -1.0 });
Assert.Equal(b1, b2);
Assert.Equal(b2, b1);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated change

@SergeyKanzhelev SergeyKanzhelev merged commit 4241320 into census-instrumentation:develop Aug 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants