Rerun failed test issue when in parallel running mode #1914
windyliu1118
started this conversation in
General
Replies: 1 comment 2 replies
-
Anyone can take a look? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set my automation test running with 2 process (2 CPU) using command
gauge run --max-retries-count=2 --env staging --parallel -n=2 specs
, and got 4 failed tests.And then there is one command
gauge run --failed
to run the failed tests, and then I got the result that 7 tests executed.This is really weird, why 4 tests failed, but the rerun failed actually executed 7 tests?
Beta Was this translation helpful? Give feedback.
All reactions