arvindKandpal-ksolves commented on PR #8652: URL: https://github.com/apache/hbase/pull/8652#issuecomment-5698932685
Hi @PDavid, thanks for looking into this. I ran all 35 failing tests locally on this branch (JDK17, matching CI) and they all pass — confirms these are pre-existing flaky tests, unrelated to the zstd-jni bump. see here : ```code arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-client -am test -Dtest=TestRegistryEndpointsRefresher#testDurationBetweenRefreshes -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD" [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.06 s -- in org.apache.hadoop.hbase.client.TestRegistryEndpointsRefresher [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-endpoint -am test -Dtest=TestCoprocessorEndpointTracing#traceSyncTableEndpointCall -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD" [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.65 s -- in org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpointTracing [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server -am test -Dtest=TestNettyTLSIPCFileWatcher#testReplaceClientAndServerKeystore -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD" [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.23 s -- in org.apache.hadoop.hbase.security.TestNettyTLSIPCFileWatcher [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server -am test -Dtest=TestHBaseWalOnEC#testReadWrite,TestEditsBehindDroppedTableTiming#testEditsBehindDroppedTableTiming -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD" [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.03 s -- in org.apache.hadoop.hbase.regionserver.wal.TestHBaseWalOnEC [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 116.4 s -- in org.apache.hadoop.hbase.replication.TestEditsBehindDroppedTableTiming [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server -am test -Dtest=TestHRegion#testBatchMutateWithZeroRowLockWait+testCheckAndDelete_ThatDeleteWasWritten+testCheckAndIncrement+testCheckAndMutateTimestampsAreMonotonic+testCheckAndMutateWithFiltersAndTimeRange+testCheckAndMutate_WithWrongValue+testCloseAbort+testCompactionAffectedByScanners+testDeleteColumns_PostInsert+testDeleteRowWithBloomFilter+testFlushedFileWithNoTags+testGet_Basic+testGet_Empty+testGet_FamilyChecker+testInterruptProtection+testMemstoreSizeAccountingWithFailedPostBatchMutate+testMutateRow+testMutateRowInParallel+testOpenRegionWrittenToWAL+testParallelIncrementWithMemStoreFlush+testPutWithMemStoreFlush+testRegionOnConfigurationChangeLoadsReadOnlyCoprocessorsAfterRepeatedToggle+testRegionReplicaSecondaryIsReadOnly+testScanner_DeleteOneFamilyNotAnother+testScanner_ExplicitColumns_FromFilesOnly_EnforceVersions+testScanner_ExplicitColumns_FromMemStoreAndFiles_EnforceVersions+testScanner_ExplicitColu mns_FromMemStore_EnforceVersions+testScanner_JoinedScanners+testScanner_Wildcard_FromFilesOnly_EnforceVersions+testToShowNPEOnRegionScannerReseek -DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD" [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 111.5 s -- in org.apache.hadoop.hbase.regionserver.TestHRegion [INFO] Tests run: 30, 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]
