Jason Fehr has posted comments on this change. ( http://gerrit.cloudera.org:8080/22065 )
Change subject: Improve error message in EE tests after crash ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/22065/1/tests/common/impala_test_suite.py File tests/common/impala_test_suite.py: http://gerrit.cloudera.org:8080/#/c/22065/1/tests/common/impala_test_suite.py@252 PS1, Line 252: expected_impalads = 3 > There is a call to super().setup_class() at The CustomClusterTestSuite annotation has a property named `cluster_size` that determines how many instance are spun up. The workload management tests use this parameter quite a bit to stand up a clusters with sizes other than 3. Can this code call `cls.get_impalad_cluster_size()` to get the expected number of Impalads? -- To view, visit http://gerrit.cloudera.org:8080/22065 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I17cce8ccda85c9f5e4b1288e1708c8b84ea724f1 Gerrit-Change-Number: 22065 Gerrit-PatchSet: 1 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Comment-Date: Wed, 13 Nov 2024 16:23:08 +0000 Gerrit-HasComments: Yes
