Skip to content

Commit

Permalink
[Backport] 8235356: [TESTBUG] Disable 'producer is alive' check in JF…
Browse files Browse the repository at this point in the history
…R TestCrossProcessStreaming

Summary:

Test Plan: jdk/jfr

Reviewed-by: yuleil

Issue: dragonwell-project/dragonwell8#112
  • Loading branch information
D-D-H committed Jul 31, 2020
1 parent a63d450 commit 986e181
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ public static void main(String... args) throws Exception {

// Expected that some portion of events emitted by the producer are delivered
// to the consumer while producer is still alive, at least one event for certain.
Asserts.assertLTE(1, ce.whileProducerAlive.get(),
"Too few events are delivered while producer is alive");
// Assertion below is disabled due to: JDK-8235206
// Asserts.assertLTE(1, ce.whileProducerAlive.get(),
// "Too few events are delivered while producer is alive");
}

private static long pid;
Expand Down

0 comments on commit 986e181

Please sign in to comment.