Riza Suminto has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22201 )

Change subject: IMPALA-13600: Fix Flaky JWT Test
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/22201/3/tests/custom_cluster/test_shell_jwt_auth.py
File tests/custom_cluster/test_shell_jwt_auth.py:

http://gerrit.cloudera.org:8080/#/c/22201/3/tests/custom_cluster/test_shell_jwt_auth.py@206
PS3, Line 206:   def __assert_success_fail_metric(self, impalad_service, 
success_count=0, fail_count=0):
Now that the function signature has less argument, it is probably worth to 
require caller to always pass both success_count and fail_count instead of 
having default value 0.

  def __assert_success_fail_metric(self, impalad_service, success_count, 
fail_count):

Therefore, L183 should be:

    self.__assert_success_fail_metric(impalad, 0, query_rpc_count)

And the rest follows.



--
To view, visit http://gerrit.cloudera.org:8080/22201
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Icf0eebd74e1ce10ad24055b7fab4b1901ce61e03
Gerrit-Change-Number: 22201
Gerrit-PatchSet: 3
Gerrit-Owner: Jason Fehr <[email protected]>
Gerrit-Reviewer: Abhishek Rawat <[email protected]>
Gerrit-Reviewer: Andrew Sherman <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Comment-Date: Wed, 11 Dec 2024 22:42:32 +0000
Gerrit-HasComments: Yes

Reply via email to