I think we should try backing out recent changes individually locally to pinpoint the one change that caused the test failure.
Cheers On Wed, May 30, 2012 at 1:58 PM, Stack <[email protected]> wrote: > Fails for me too locally. Will back out the recent changes. > St.Ack > > On Wed, May 30, 2012 at 1:05 PM, Ted Yu <[email protected]> wrote: > > I ran the test on MacBook and it failed: > > > > > testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery) > > Time elapsed: 21.634 sec <<< FAILURE! > > java.lang.AssertionError > > at org.junit.Assert.fail(Assert.java:92) > > at org.junit.Assert.assertTrue(Assert.java:43) > > at org.junit.Assert.assertTrue(Assert.java:54) > > at > > > org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery.testMasterZKSessionRecoveryFailure(TestMasterZKSessionRecovery.java:73) > > > > On Wed, May 30, 2012 at 12:53 PM, Apache Jenkins Server < > > [email protected]> wrote: > > > >> See <https://builds.apache.org/job/HBase-0.92/433/changes> > >> > >> Changes: > >> > >> [ramkrishna] HBASE-5733 > >> AssignmentManager#processDeadServersAndRegionsInTransition can fail with > >> NPE. (Uma) > >> > >> [ramkrishna] HBASE-6122 Backup master does not become Active master > after > >> ZK exception (Ram) > >> > > > > > >> Running org.apache.hadoop.hbase.master.TestZKBasedOpenCloseRegion > >> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.179 > sec > >> > >> Results : > >> > >> Failed tests: > >> > testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.master.TestMasterZKSessionRecovery) > >> > >> Tests run: 1138, Failures: 1, Errors: 0, Skipped: 8 > >> > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] BUILD FAILURE > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] Total time: 1:54:40.198s > >> [INFO] Finished at: Wed May 30 19:53:24 UTC 2012 > >> [INFO] Final Memory: 42M/658M > >> [INFO] > >> ------------------------------------------------------------------------ > >> [WARNING] The requested profile "runAllTests" could not be activated > >> because it does not exist. > >> [ERROR] Failed to execute goal > >> org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) > on > >> project hbase: There are test failures. > >> [ERROR] > >> [ERROR] Please refer to < > >> > https://builds.apache.org/job/HBase-0.92/ws/trunk/target/surefire-reports> > >> for the individual test results. > >> [ERROR] -> [Help 1] > >> [ERROR] > >> [ERROR] To see the full stack trace of the errors, re-run Maven with the > >> -e switch. > >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. > >> [ERROR] > >> [ERROR] For more information about the errors and possible solutions, > >> please read the following articles: > >> [ERROR] [Help 1] > >> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > >> Build step 'Invoke top-level Maven targets' marked build as failure > >> Archiving artifacts > >> Recording test results > >> Updating HBASE-6122 > >> Updating HBASE-5733 > >> >
