>From the list, some tests, such as the following (reproduced locally), failed 100%.
testCallQueueTooBigException(org.apache.hadoop.hbase.client.TestFastFail) Time elapsed: 1.54 sec <<< FAILURE! java.lang.AssertionError: There should have been 1 hit expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.apache.hadoop.hbase.client.TestFastFail.testCallQueueTooBigException(TestFastFail.java:327) Results : Failed tests: TestFastFail.testCallQueueTooBigException:327 There should have been 1 hit expected:<1> but was:<0> Let me try to find out which commit caused the failure. Cheers On Wed, Jun 15, 2016 at 8:50 PM, Apekshit Sharma <a...@cloudera.com> wrote: > Hi > I am seeing a sudden surge in number of flaky tests. > http://hbase.x10host.com/flaky-tests/ > I'd request everyone to have a look at the list and see if any test failure > correlates with recent changes you made. > To go to failing runs, click on show/hide next to that test. > > -- Appy >