[
https://issues.apache.org/jira/browse/IMPALA-13827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932924#comment-17932924
]
ASF subversion and git services commented on IMPALA-13827:
----------------------------------------------------------
Commit 1164eb5626d9a5d09c42b4dc56414514eecf46be in impala's branch
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1164eb562 ]
IMPALA-13827: Deflake test_user_loads_propagate
TestAdmissionController.test_user_loads_propagate has been flaky for not
finding the expected username metric in the first impalad. This patch
attempt to deflake the test by raising the wait time between running
query and metric check. The order of metric check is also reversed to
give slightly more time for first impalad to hear about query running in
second impalad.
Testing:
- Loop and pass the test 50 times. Before the patch, the test fail
within 10 iteration.
Change-Id: I6920c7bc9ba1a9fc646aaf0483a1a72608a2a90e
Reviewed-on: http://gerrit.cloudera.org:8080/22584
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> TestAdmissionController.test_user_loads_propagate fail in asan-arm build
> ------------------------------------------------------------------------
>
> Key: IMPALA-13827
> URL: https://issues.apache.org/jira/browse/IMPALA-13827
> Project: IMPALA
> Issue Type: Bug
> Components: Test
> Reporter: Riza Suminto
> Assignee: Riza Suminto
> Priority: Major
> Labels: broken-build
>
> TestAdmissionController.test_user_loads_propagate fail in asan-arm build with
> following error:
> {noformat}
> Error Message
> assert ['userC'] == ['root', 'userC'] At index 0 diff: u'userC' != 'root'
> Right contains more items, first extra item: 'userC' Full diff: -
> [u'userC'] + ['root', 'userC']
> Stacktrace
> custom_cluster/test_admission_controller.py:1299: in test_user_loads_propagate
> self.check_user_loads(user_loads_present=True, pool='root.queueB')
> custom_cluster/test_admission_controller.py:1335: in check_user_loads
> assert values1[0] == [USER_ROOT, USER_C]
> E assert ['userC'] == ['root', 'userC']
> E At index 0 diff: u'userC' != 'root'
> E Right contains more items, first extra item: 'userC'
> E Full diff:
> E - [u'userC']
> E + ['root', 'userC']{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]