acelyc111 commented on code in PR #1530:
URL:
https://github.com/apache/incubator-pegasus/pull/1530#discussion_r1226833610
##########
.github/workflows/lint_and_test_cpp.yaml:
##########
@@ -231,7 +231,7 @@ jobs:
export
LD_LIBRARY_PATH=`pwd`/thirdparty/output/lib:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server
ulimit -s unlimited
. ./scripts/config_hdfs.sh
- ./run.sh test -m ${{ matrix.test_module }}
+ ./run.sh test --onebox_opts "disk_min_available_space_ratio=5" -m
${{ matrix.test_module }}
Review Comment:
Set it to 5 may still be flaky, how about adjust the threadholds in
throttle_test to make it easier to trigger 'throttle' and make the tests passed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]