Chia-Ping Tsai created YUNIKORN-2304:
----------------------------------------
Summary: add instruction docs of looping flaky test
Key: YUNIKORN-2304
URL: https://issues.apache.org/jira/browse/YUNIKORN-2304
Project: Apache YuniKorn
Issue Type: Improvement
Reporter: Chia-Ping Tsai
The flaky is hard to be dig-in since it fails rarely. Hence, it would be better
to have an example of looping specify flaky in our docs. That can be one-line
command. For instance:
{code:java}
I=0; while go test -run TestNoFillWithoutEventPluginRegistered ./pkg/...
-count=1; do (( I=$I+1 )); echo "Completed loop: $I"; sleep 1; done {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]