Build #133

Build: #133 failed

Job: JDK 11 J9 failed

Stages & jobs

  1. Compile and test

  2. Package

Check ignored count: Test case result

The below summarizes the result of the test "Check ignored count" in build 133 of RandomizedTesting - Software - JDK 11 J9. View test case history
Description
Check ignored count
Test class
com.carrotsearch.randomizedtesting.TestIgnoredRunCount
Method
checkIgnoredCount
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

java.lang.AssertionError: expected:<1> but was:<0>
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at com.carrotsearch.randomizedtesting.TestIgnoredRunCount.assertSameExecution(TestIgnoredRunCount.java:27)
	at com.carrotsearch.randomizedtesting.TestIgnoredRunCount.checkIgnoredCount(TestIgnoredRunCount.java:18)