You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ve...@apache.org on 2023/04/18 13:46:27 UTC

[hive] branch master updated: HIVE-23682 : TestMetrics is flaky (Kirti Ruge, reviewed by Laszlo Vegh)

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 <11...@users.noreply.github.com>
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;
 
-@org.junit.Ignore("flaky HIVE-23682")
+
 @Category(MetastoreUnitTest.class)
 public class TestMetrics {
   private static final long REPORT_INTERVAL = 1;