Peter Vary created HIVE-20836:
---------------------------------
Summary: Fix TestJdbcDriver2.testYarnATSGuid flakiness
Key: HIVE-20836
URL: https://issues.apache.org/jira/browse/HIVE-20836
Project: Hive
Issue Type: Test
Components: JDBC
Reporter: Peter Vary
Assignee: Peter Vary
Seen flakiness in internal test.
{code:java}
Error Message
Failed to set the YARN ATS Guid
Stacktrace
java.lang.AssertionError: Failed to set the YARN ATS Guid
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.hive.jdbc.TestJdbcDriver2.testYarnATSGuid(TestJdbcDriver2.java:2434){code}
The query finished too fast, and the GUID thread did not try to check the value.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)