[ https://issues.apache.org/jira/browse/IMPALA-13916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Riza Suminto resolved IMPALA-13916. ----------------------------------- Fix Version/s: Impala 5.0.0 Resolution: Fixed > Switch BaseTestSuite.default_test_protocol to return HS2 > -------------------------------------------------------- > > Key: IMPALA-13916 > URL: https://issues.apache.org/jira/browse/IMPALA-13916 > Project: IMPALA > Issue Type: Improvement > Components: Infrastructure, Test > Reporter: Riza Suminto > Assignee: Riza Suminto > Priority: Major > Fix For: Impala 5.0.0 > > > Today, ImpalaTestSuite.client is equal to ImpalaTestSuite.beeswax_client by > default. > [https://github.com/apache/impala/blob/4617c2370faad08b44f4cffad1eda229d78696ee/tests/common/impala_test_suite.py#L424] > We should change it so that it points to ImpalaTestSuite.hs2_client by > switching BaseTestSuite.default_test_protocol() to return HS2. > DEFAULT_TEST_PROTOCOL should also change to HS2. > [https://github.com/apache/impala/blob/4617c2370faad08b44f4cffad1eda229d78696ee/tests/conftest.py#L59] > -- This message was sent by Atlassian Jira (v8.20.10#820010)