You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/07/13 04:33:09 UTC

[GitHub] [skywalking-infra-e2e] kezhenxu94 commented on a diff in pull request #79: Support non-fail-fast execution of test cases

kezhenxu94 commented on code in PR #79:
URL: https://github.com/apache/skywalking-infra-e2e/pull/79#discussion_r919637393


##########
docs/en/setup/Configuration-File.md:
##########
@@ -159,6 +159,7 @@ verify:
   retry:            # verify with retry strategy
     count: 10       # max retry count
     interval: 10s   # the interval between two attempts, e.g. 10s, 1m.
+  fail-fast: false  # when a case fails, whether to stop verifying other cases. This property defaults to false.

Review Comment:
   What about setting the default value to `true` so it behaves just like before?



-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org