[MDEV-22273] JUnit patch: xml test result differs from MTR output in case if retry Created: 2020-04-11 Updated: 2020-06-03 Resolved: 2020-05-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.1.45 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexey Bychko (Inactive) | Assignee: | Rasmus Johansson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
MTR xml result must show the same result as MTR prints to stdout. if test failed on 1st attempt and passed on 2nd and 3rd it should be recorded in xml as failed. MTR does the same for stdout output and sets exit code accordingly. I see 2 ways for it: |
| Comments |
| Comment by Alexey Bychko (Inactive) [ 2020-04-11 ] |