junegunn commented on PR #8601:
URL: https://github.com/apache/hbase/pull/8601#issuecomment-5577078575

   Nightly for both JDK17 and JDK21 failed with two seemingly unrelated errors:
   
   
https://ci-hbase.apache.org/job/HBase%20Nightly%20JDK21%20test/job/HBASE-30354/JDK21_20Nightly_20Build_20Report_20_28Hadoop3_29/
   
   ```
   [ERROR] Failures:
   [ERROR] 
org.apache.hadoop.hbase.mapreduce.TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable
   [ERROR]   Run 1: 
TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable:258->testCopyTableBySnapshot:198
 expected: <true> but was: <false>
   [ERROR]   Run 2: 
TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable:258->testCopyTableBySnapshot:198
 expected: <true> but was: <false>
   [ERROR]   Run 3: 
TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable:258->testCopyTableBySnapshot:198
 expected: <true> but was: <false>
   [INFO]
   [ERROR] 
org.apache.hadoop.hbase.mapreduce.TestCopyTable.tsetLoadingSnapshotToMobTable
   [ERROR]   Run 1: 
TestCopyTable.tsetLoadingSnapshotToMobTable:248->testCopyTableBySnapshot:198 
expected: <true> but was: <false>
   [ERROR]   Run 2: 
TestCopyTable.tsetLoadingSnapshotToMobTable:248->testCopyTableBySnapshot:198 
expected: <true> but was: <false>
   [ERROR]   Run 3: 
TestCopyTable.tsetLoadingSnapshotToMobTable:248->testCopyTableBySnapshot:198 
expected: <true> but was: <false>
   [INFO]
   [INFO]
   [ERROR] Tests run: 376, Failures: 2, Errors: 0, Skipped: 12
   ```
   
   
https://ci-hbase.apache.org/job/HBase%20Nightly%20JDK21%20test/job/HBASE-30354/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/
   
   ```
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 113.5 
s -- in org.apache.hadoop.hbase.snapshot.TestSecureConsecutiveExports
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Failures:
   [ERROR] 
org.apache.hadoop.hbase.mapreduce.TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable
   [ERROR]   Run 1: 
TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable:258->testCopyTableBySnapshot:198
 expected: <true> but was: <false>
   [ERROR]   Run 2: 
TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable:258->testCopyTableBySnapshot:198
 expected: <true> but was: <false>
   [ERROR]   Run 3: 
TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable:258->testCopyTableBySnapshot:198
 expected: <true> but was: <false>
   [INFO]
   [ERROR] 
org.apache.hadoop.hbase.mapreduce.TestCopyTable.tsetLoadingSnapshotToMobTable
   [ERROR]   Run 1: 
TestCopyTable.tsetLoadingSnapshotToMobTable:248->testCopyTableBySnapshot:198 
expected: <true> but was: <false>
   [ERROR]   Run 2: 
TestCopyTable.tsetLoadingSnapshotToMobTable:248->testCopyTableBySnapshot:198 
expected: <true> but was: <false>
   [ERROR]   Run 3: 
TestCopyTable.tsetLoadingSnapshotToMobTable:248->testCopyTableBySnapshot:198 
expected: <true> but was: <false>
   [INFO]
   [INFO]
   [ERROR] Tests run: 376, Failures: 2, Errors: 0, Skipped: 12
   ```
   
   ---
   
   This also fails locally:
   
   ```sh
   mvn -pl hbase-mapreduce test \
     
-Dtest='TestCopyTable#testLoadingSnapshotAndBulkLoadToMobTable+tsetLoadingSnapshotToMobTable'
 \
     -DfailIfNoTests=true
   ```
   
   ```
   [INFO] Results:
   [INFO]
   [ERROR] Failures:
   [ERROR]   
TestCopyTable.testLoadingSnapshotAndBulkLoadToMobTable:258->testCopyTableBySnapshot:198
 expected: <true> but was: <false>
   [ERROR]   
TestCopyTable.tsetLoadingSnapshotToMobTable:248->testCopyTableBySnapshot:198 
expected: <true> but was: <false>
   [INFO]
   [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0
   ```


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