KeDeng has posted comments on this change. (
http://gerrit.cloudera.org:8080/20314 )
Change subject: KUDU-3432: Fix flakiness in client-test.cc
......................................................................
Patch Set 2:
I tried the test command you provided in my environment, but it failed with the
following error:
`
# KUDU_ALLOW_SLOW_TESTS=1 ../../build-support/dist_test.py loop -n 32
./bin/client-test --gtest_filter=TableKeyRangeTest.TestGetTableKeyRange
2023-08-15 15:24:57,758 ERROR: Failed to run isolate
Traceback (most recent call last):
File "../../build-support/dist_test.py", line 749, in <module>
main(sys.argv[1:])
File "../../build-support/dist_test.py", line 745, in main
args.func(p, args)
File "../../build-support/dist_test.py", line 635, in loop_test
run_isolate(staging)
File "../../build-support/dist_test.py", line 494, in run_isolate
'--'] + staging.gen_json_paths())
File "/usr/lib64/python2.7/subprocess.py", line 537, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib64/python2.7/subprocess.py", line 524, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
`
Thanks for your reviews.
It seems that my environment cannot access the address
http://isolate.cloudera.org:4242/.
However, based on your feedback, I have made further modifications to the
corner cases and conducted multiple tests using my locally developed script,
and I did not encounter any more failures.
If it is convenient for you, could you please help verify the new submission
again? I would greatly appreciate it.
--
To view, visit http://gerrit.cloudera.org:8080/20314
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I1e3fecc09f58d91fe9a8c6d20caa21938dd9c972
Gerrit-Change-Number: 20314
Gerrit-PatchSet: 2
Gerrit-Owner: KeDeng <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yingchun Lai <[email protected]>
Gerrit-Comment-Date: Tue, 15 Aug 2023 08:08:52 +0000
Gerrit-HasComments: No