Alexey Serbin created KUDU-3015:
-----------------------------------
Summary: HmsCatalogTest.TestMetastoreUuid sometimes fails
Key: KUDU-3015
URL: https://issues.apache.org/jira/browse/KUDU-3015
Project: Kudu
Issue Type: Test
Components: hms, test
Affects Versions: 1.11.1
Reporter: Alexey Serbin
The {{HmsCatalogTest.TestMetastoreUuid}} test scenario sometimes fails due to
longer startup times of HMS. For example, below it's clear that it took a bit
more than 36 seconds to start HMS, but {{ASSERT_EVENTUALLY}} was waiting for 30
seconds, so the test failed:
{noformat}
W1207 20:28:27.577484 394 client.h:352] Failed to connect to Hive Metastore
(127.0.0.1:33087): Network error: failed to open Hive Metastore connection:
socket open() error: Connection refused
W1207 20:28:38.521863 218 mini_hms.cc:96] Time spent Starting HMS: real
36.962s user 0.030s sys 0.094s
/data/somelongdirectorytoavoidrpathissues/src/kudu/src/kudu/hms/hms_catalog-test.cc:483:
Failure
Value of: s2.IsNotSupported()
Actual: false
Expected: true
/data/somelongdirectorytoavoidrpathissues/src/kudu/src/kudu/util/test_util.cc:326:
Failure
Failed
Timed out waiting for assertion to pass.
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)