IMPALA-2925: Mark test_alloc_update as xfail. test_alloc_update.py is flaky and the expected failure sometimes doesn't occur. Mark this test as xfail for now to unblock the build.
Change-Id: If4e86e7b9c064bc78b672814cd3569453ecc268d Reviewed-on: http://gerrit.cloudera.org:8080/5366 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Internal Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/9b80224f Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/9b80224f Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/9b80224f Branch: refs/heads/master Commit: 9b80224f9f782cd9a870c4a70d651392bb07c86c Parents: cba93f1 Author: Michael Ho <[email protected]> Authored: Mon Dec 5 14:13:33 2016 -0800 Committer: Internal Jenkins <[email protected]> Committed: Tue Dec 6 12:37:17 2016 +0000 ---------------------------------------------------------------------- tests/custom_cluster/test_alloc_fail.py | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/9b80224f/tests/custom_cluster/test_alloc_fail.py ---------------------------------------------------------------------- diff --git a/tests/custom_cluster/test_alloc_fail.py b/tests/custom_cluster/test_alloc_fail.py index 9e08adb..28cdc19 100644 --- a/tests/custom_cluster/test_alloc_fail.py +++ b/tests/custom_cluster/test_alloc_fail.py @@ -36,6 +36,9 @@ class TestAllocFail(CustomClusterTestSuite): @pytest.mark.execute_serially @CustomClusterTestSuite.with_args("--stress_free_pool_alloc=3") def test_alloc_fail_update(self, vector): + # TODO: Rewrite or remove the non-deterministic test. + pytest.xfail("IMPALA-2925: the execution is not deterministic so some " + "tests sometimes don't fail as expected") # Note that this test relies on pre-aggregation to exercise the Serialize() path so # query option 'num_nodes' must not be 1. CustomClusterTestSuite.add_test_dimensions() # already filters out vectors with 'num_nodes' != 0 so just assert it here.
