This is an automated email from the ASF dual-hosted git repository.
pvary 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 f81d781 Disable flaky test
f81d781 is described below
commit f81d781c5579bdf3847c3dea3a1f1519dda4bdd6
Author: Peter Vary <[email protected]>
AuthorDate: Wed Mar 16 09:16:36 2022 +0100
Disable flaky test
---
.../org/apache/hive/service/cli/session/TestSessionManagerMetrics.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/service/src/test/org/apache/hive/service/cli/session/TestSessionManagerMetrics.java
b/service/src/test/org/apache/hive/service/cli/session/TestSessionManagerMetrics.java
index 9658471..a335665 100644
---
a/service/src/test/org/apache/hive/service/cli/session/TestSessionManagerMetrics.java
+++
b/service/src/test/org/apache/hive/service/cli/session/TestSessionManagerMetrics.java
@@ -260,6 +260,7 @@ public class TestSessionManagerMetrics {
}
+ @org.junit.Ignore("HIVE-26039")
@Test
public void testActiveSessionMetrics() throws Exception {