You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2020/12/15 11:45:06 UTC

[jira] [Created] (IMPALA-10397) TestAutoScaling.test_single_workload failed in exhaustive release build

Zoltán Borók-Nagy created IMPALA-10397:
------------------------------------------

             Summary: TestAutoScaling.test_single_workload failed in exhaustive release build
                 Key: IMPALA-10397
                 URL: https://issues.apache.org/jira/browse/IMPALA-10397
             Project: IMPALA
          Issue Type: Bug
            Reporter: Zoltán Borók-Nagy


TestAutoScaling.test_single_workload failed in an exhaustive release build.

*Error details*

AssertionError: Number of backends did not reach 5 within 45 s assert any(<generator object <genexpr> at 0x7f772c155e10>)

*Stack trace*
{noformat}
custom_cluster/test_auto_scaling.py:95: in test_single_workload
 assert any(self._get_num_backends() >= cluster_size or sleep(1)
E AssertionError: Number of backends did not reach 5 within 45 s
E assert any(<generator object <genexpr> at 0x7f772c155e10>){noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)