Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 28, 2023
1 parent 8f16146 commit 6a17547
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,10 @@ public String pop() {
Truth.assertThat(finalError.getSuppressed()[0].getCause()).isSameInstanceAs(fakeCancelError);
}

/** Test race between a request() and onComplete (b/295866356).
* This will stress the concurrency primitives in deliver() by running a many iterations across many threads.
* Some race conditions are very subtle and are very rare, so bugs in the implementation would present themselves as
/**
* Test race between a request() and onComplete (b/295866356). This will stress the concurrency
* primitives in deliver() by running a many iterations across many threads. Some race conditions
* are very subtle and are very rare, so bugs in the implementation would present themselves as
* flakes in this test. All flakes of this test should be investigated as a failure.
*/
@Test
Expand Down

0 comments on commit 6a17547

Please sign in to comment.