Joe McDonnell created IMPALA-14162: -------------------------------------- Summary: TestStatestore.test_min_subscriber_topic_version fails with KeyError Key: IMPALA-14162 URL: https://issues.apache.org/jira/browse/IMPALA-14162 Project: IMPALA Issue Type: Bug Components: Backend Affects Versions: Impala 5.0.0 Reporter: Joe McDonnell
statestore/test_statestore.py's TestStatestore.test_min_subscriber_topic_version failed with: {noformat} statestore/test_statestore.py:727: in test_min_subscriber_topic_version self._do_test_min_subscriber_topic_version(False) statestore/test_statestore.py:820: in _do_test_min_subscriber_topic_version .wait_for_update(topic_name, NUM_UPDATES) statestore/test_statestore.py:329: in wait_for_update self.check_thread_exceptions() statestore/test_statestore.py:263: in check_thread_exceptions if self.exception is not None: raise self.exception E KeyError: 'test_min_subscriber_topic_version_78617ba0-4848-11f0-9643-02cc6c1ee45b'{noformat} This usually passes, so this is a flaky failure. -- This message was sent by Atlassian Jira (v8.20.10#820010)