jhungund commented on PR #6182:
URL: https://github.com/apache/hbase/pull/6182#issuecomment-2333192150
Hi @wchevreuil, I checked that the failing test is:
org.apache.hadoop.hbase.util.TestFromClientSide3WoUnsafe
org.apache.hadoop.hbase.util.TestFromClientSide3WoUnsafe.testLockLeakWithDelta
The failure seems unrelated to this change. Also, I verified that this test
does not fail locally with the change.
`(base) janardhan.hungund@MacBook-Pro-4 hbase % git log
commit 2c8438d2aa6f5f56f785a45b065e4962ad7fa685 (HEAD -> HBASE-28804,
upstream-fork/HBASE-28804)
Author: Janardhan Hungund <[email protected]>
Date: Thu Sep 5 14:27:07 2024 +0530
HBASE-28804: Fixed check-style warnings
Change-Id: Ieb6b5841cb7b23d919fbebbe420c0083167d6d0b`
`[INFO] Running org.apache.hadoop.hbase.util.TestFromClientSide3WoUnsafe
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-4.0.0-alpha-1-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-4.0.0-alpha-1-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: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
106.455 s - in org.apache.hadoop.hbase.util.TestFromClientSide3WoUnsafe
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0`
Hence, the failure does not seem to be related to this 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]