This is an automated email from the ASF dual-hosted git repository.
veghlaci05 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 0acf61c576f HIVE-23682 : TestMetrics is flaky (Kirti Ruge, reviewed by
Laszlo Vegh)
0acf61c576f is described below
commit 0acf61c576fe02afbdf762584e17b66810313931
Author: rkirtir <[email protected]>
AuthorDate: Tue Apr 18 19:16:12 2023 +0530
HIVE-23682 : TestMetrics is flaky (Kirti Ruge, reviewed by Laszlo Vegh)
---
.../test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java
b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java
index 2fad1e50ff4..9d3e8b10ca1 100644
---
a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java
+++
b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java
@@ -45,7 +45,7 @@ import org.junit.experimental.categories.Category;
import static org.hamcrest.MatcherAssert.assertThat;
[email protected]("flaky HIVE-23682")
+
@Category(MetastoreUnitTest.class)
public class TestMetrics {
private static final long REPORT_INTERVAL = 1;