Aihua Xu created HIVE-20027: ------------------------------- Summary: TestRuntimeStats.testCleanup is flaky Key: HIVE-20027 URL: https://issues.apache.org/jira/browse/HIVE-20027 Project: Hive Issue Type: Bug Reporter: Aihua Xu
int deleted = objStore.deleteRuntimeStats(1); assertEquals(1, deleted); The testCleanup could fail if somehow there is GC pause before deleteRuntimeStats happens so actually 2 stats will get deleted rather than one. -- This message was sent by Atlassian JIRA (v7.6.3#76005)