jhungund commented on PR #6219: URL: https://github.com/apache/hbase/pull/6219#issuecomment-2340096256
Hi @wchevreuil, The test failure seen for "org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS" seems to be random and not related to this change. The same test is also listed in the "Existing Failures". The local execution of the test on my local branch, succeeded. git Branch: commit 34450be695ffb4dd63556fc8a376326b6bce4ce4 (HEAD -> branch-2-for-HBASE-28804) Author: jhungund <[email protected]> Date: Mon Sep 9 18:44:15 2024 +0530 HBASE-28804: Implement asynchronous retrieval of bucket-cache data from persistence (#6182) Signed-off-by: Wellington Chevreuil <[email protected]> Change-Id: I515d81fdc484cd49308d3164067a2287b8901520 Test Execution: [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.hadoop.hbase.SystemExitRule (file:/Users/janardhan.hungund/hbase-down/hbase/hbase-common/target/hbase-common-2.7.0-SNAPSHOT-tests.jar) WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.SystemExitRule WARNING: System::setSecurityManager will be removed in a future release WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.hadoop.hbase.SystemExitRule$1 (file:/Users/janardhan.hungund/hbase-down/hbase/hbase-common/target/hbase-common-2.7.0-SNAPSHOT-tests.jar) WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.SystemExitRule$1 WARNING: System::setSecurityManager will be removed in a future release [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.52 s - in org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 Hence, this seems unrelated to the change. Thanks, Janardhan -- 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]
