This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new cb04efea962 HBASE-29331 TestDefaultQuota fails because of pseudo-race
condition (#7004)
cb04efea962 is described below
commit cb04efea962207af6111e6429acadcfcfdea3ded
Author: Istvan Toth <[email protected]>
AuthorDate: Wed May 21 09:38:52 2025 +0200
HBASE-29331 TestDefaultQuota fails because of pseudo-race condition (#7004)
Signed-off-by: Nihal Jain <[email protected]>
(cherry picked from commit 48b4f4dc704747c5864e6931300eec2f60f1fe23)
---
.../src/test/java/org/apache/hadoop/hbase/quotas/TestDefaultQuota.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestDefaultQuota.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestDefaultQuota.java
index c2cc94caf8b..7966a7bc447 100644
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestDefaultQuota.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestDefaultQuota.java
@@ -122,7 +122,6 @@ public class TestDefaultQuota {
}
private long runGetsTest(int attempts) throws Exception {
- refreshQuotas();
try (Table table = getTable()) {
return ThrottleQuotaTestUtil.doGets(attempts, FAMILY, QUALIFIER, table);
}