arvindKandpal-ksolves commented on PR #8656:
URL: https://github.com/apache/hbase/pull/8656#issuecomment-5814929896

   ### JDK17 Hadoop3 (medium)
   
   All failed test passed 
   ```code
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -Dhadoop.profile=3.0 -fae 
\
     -pl hbase-endpoint,hbase-server,hbase-compression/hbase-compression-xz 
test \
     
-Dtest='TestCoprocessorEndpointTracing#traceSyncAdminEndpoint,TestRegionSplit#testSplitStoreFiles+testSplitTableRegion,TestWALCompressionLzma#test+testLarge'
 \
     -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false \
     2>&1 | tee /tmp/test-2.5-jdk17.log | grep -E "Tests run|FAIL|ERROR|BUILD"
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.13 
s -- in org.apache.hadoop.hbase.master.assignment.TestRegionSplit
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.10 
s -- in org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpointTracing
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 120.9 
s -- in org.apache.hadoop.hbase.io.compress.xz.TestWALCompressionLzma
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
   [INFO] BUILD SUCCESS
   ```
   
   ### JDK11 Hadoop3 (medium) 
   
   this is failed test in this branch that is passed
   ```code
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -Dhadoop.profile=3.0 -pl 
hbase-compression/hbase-compression-xz test -Dtest=TestWALCompressionLzma 
-DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD|==>"
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 146.4 
s -- in org.apache.hadoop.hbase.io.compress.xz.TestWALCompressionLzma
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
   [INFO] BUILD SUCCESS
   ```
   
   these marked as Flakes in failed report and again fail in local and it is 
not related to our changes.
   ```code
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -Dhadoop.profile=3.0 -pl 
hbase-rsgroup test 
-Dtest='TestRegionMoverWithRSGroupEnable#testUnloadDefaultGroupServerWithRSGroupEnabled+testUnloadRegionsRespectsRSGroup'
 -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD|==>"
        [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
31.98 s <<< FAILURE! -- in 
org.apache.hadoop.hbase.rsgroup.TestRegionMoverWithRSGroupEnable
   [ERROR] 
org.apache.hadoop.hbase.rsgroup.TestRegionMoverWithRSGroupEnable.testUnloadRegionsRespectsRSGroup
 -- Time elapsed: 7.089 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: All 9 regions must be on the single 
remaining server in the test RSGroup ==> expected: <9> but was: <0>
   [ERROR] 
org.apache.hadoop.hbase.rsgroup.TestRegionMoverWithRSGroupEnable.testUnloadDefaultGroupServerWithRSGroupEnabled
 -- Time elapsed: 5.142 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: Decommissioned default-group server 
must hold no regions after unload ==> expected: <0> but was: <2>
   [ERROR] Failures: 
   [ERROR]   
TestRegionMoverWithRSGroupEnable.testUnloadDefaultGroupServerWithRSGroupEnabled:256
 Decommissioned default-group server must hold no regions after unload ==> 
expected: <0> but was: <2>
   [ERROR]   
TestRegionMoverWithRSGroupEnable.testUnloadRegionsRespectsRSGroup:197 All 9 
regions must be on the single remaining server in the test RSGroup ==> 
expected: <9> but was: <0>
   [ERROR] Tests run: 2, Failures: 2, Errors: 0, 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-rsgroup: There are test failures.
   [ERROR] 
   [ERROR] See 
/home/arvindksi274/Opensource-works/hbase/hbase-rsgroup/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
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -Dhadoop.profile=3.0 -pl 
hbase-server test -Dtest=TestBufferedMutator#testMultiThread 
-DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD|==>"
        [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
35.48 s <<< FAILURE! -- in org.apache.hadoop.hbase.client.TestBufferedMutator
   [ERROR] org.apache.hadoop.hbase.client.TestBufferedMutator.testMultiThread 
-- Time elapsed: 18.44 s <<< FAILURE!
   [ERROR] Failures: 
   [ERROR]   TestBufferedMutator.testMultiThread:125 expected: <true> but was: 
<false>
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, 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: There are test failures.
   [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
   ```
   
   ### JDK8 Hadoop2 (medium) 
   
   All failed test passed 
   
   ```code
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl 
hbase-compression/hbase-compression-xz test -Dtest=TestWALCompressionLzma 
-DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD|==>"
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 141.1 
s -- in org.apache.hadoop.hbase.io.compress.xz.TestWALCompressionLzma
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
   [INFO] BUILD SUCCESS
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server test 
-Dtest='TestBufferedMutator#testMultiThread,TestMasterRegionFlush#testPeriodicalFlush'
 -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD|==>"
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.805 
s -- in org.apache.hadoop.hbase.master.region.TestMasterRegionFlush
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.73 
s -- in org.apache.hadoop.hbase.client.TestBufferedMutator
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
   [INFO] BUILD SUCCESS
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-thrift test 
-Dtest=TestBindExceptionHandling#testProtocolPortClash -DfailIfNoTests=false 
2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD|==>"
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.761 
s -- in org.apache.hadoop.hbase.thrift.TestBindExceptionHandling
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
   [INFO] BUILD SUCCESS
   
   ```
   
   


-- 
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]

Reply via email to