arvindKandpal-ksolves commented on PR #8655: URL: https://github.com/apache/hbase/pull/8655#issuecomment-5811853014
JDK8/Hadoop2 (large-wave-1): these test case are passing ```code arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server test -Dtest=TestFromClientSide3WithCoprocessor#testMultiRowMutations -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD" [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 108.6 s -- in org.apache.hadoop.hbase.client.TestFromClientSide3WithCoprocessor [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server test -Dtest=TestClientScannerTimeouts -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD" [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 242.7 s -- in org.apache.hadoop.hbase.client.TestClientScannerTimeouts [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS ``` this test is marked as Flake and it failed last time to ( unrelated to current changes) ```code mvn -pl hbase-server test -Dtest=TestCanaryTool#testWebUI -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD" [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 22.47 s <<< FAILURE! -- in org.apache.hadoop.hbase.tool.TestCanaryTool [ERROR] org.apache.hadoop.hbase.tool.TestCanaryTool.testWebUI -- Time elapsed: 22.28 s <<< ERROR! [ERROR] Errors: [ERROR] TestCanaryTool.testWebUI:461->getPageContent:581 IllegalState Could not get Canary status page. [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [INFO] BUILD FAILURE [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.3:test (default-test) on project hbase-server: [ERROR] [ERROR] See /home/arvindksi274/Opensource-works/hbase/hbase-server/target/surefire-reports for the individual test results. [ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [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 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
