Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
The merging of the Junit files failed, seemingly to a test executed multiple times: https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/4341/pull-kubevirt-e2e-k8s-1.19/1318155069882896384
What you expected to happen:
Merging should not fail. Tests should not get executed multiple times. I suppose that the separation of the tests actually works, so maybe this is a hint that there's a bug lurking in the merge logic.
/cc @rmohr
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Looks like this is a new test from PR #4341 https://github.com/kubevirt/kubevirt/pull/4341/files#diff-f2964358d14f79c439288df507310df44dbc0de205c1ec0a02a78f9d4cbe7c13R168
Environment:
virtctl version):kubectl version):uname -a):Looks like this is a new test from PR #4341 https://github.com/kubevirt/kubevirt/pull/4341/files#diff-f2964358d14f79c439288df507310df44dbc0de205c1ec0a02a78f9d4cbe7c13R168
/cc @alonSadan
In my case it was because the string I provided for the two cases in the table was identical, so it thought it ran two identical tests.
@dhiller should this remain open?
In my case it was because the string I provided for the two cases in the table was identical, so it thought it ran two identical tests.
@dhiller should this remain open?
/close
Perfect. So it worked like expected.
@rmohr: Closing this issue.
In response to this:
In my case it was because the string I provided for the two cases in the table was identical, so it thought it ran two identical tests.
@dhiller should this remain open?
/close
Perfect. So it worked like expected.
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/test-infra repository.