-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why does -parallel
and -fail-fast
can't be used together?
#385
Comments
@Fricounet |
@vladimirvivien no worries That's why I don't quite understand why 😅 I thought that maybe I'm just missing some context on why this decision was made initially |
@Fricounet Looking at the code I think I remember why it was encoded like that. If you have an idea that can make this better, you should definitely discuss here. Again, a lot of those decisions were done early on, so they may be due for a revisit. |
@vladimirvivien What do you think about canceling the parent context if I can try to take a look and see if I can come up with a PR. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@Fricounet are you still interested in working on this ? |
@vladimirvivien yes! I'll try to work on this next week |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Hello 👋
I'm trying to understand why flags
-parallel
and-fail-fast
can't be used together. I've looked at the PR that implemented thefail-fast
but couldn't find a reason as to why they can't be used together.I'm asking because I've been using
-fail-fast
witht.Parallel()
in my tests without running into any issue so I wonder what is different with-parallel
?The text was updated successfully, but these errors were encountered: