Commit ffbf3b0
committed
HADOOP-19608. Upgrade to Junit 5.13.3
Build property trimStackTrace is set to false.
This is restores the behavior that any test failure
includes a deep stack trace rather than the first two elements.
In this version of surefire it also seems to print the full stack
of JUnit test execution and the java runtime itself.
This is only an issue for when tests fail.
Build property surefire.failIfNoSpecifiedTests is set to false.
This is required to retain the behavior where the invocation
mvn verify -Dtest=unknown
will skip the unit tests but still run the integration tests, and a
specific property "it.test" can name the specific test to run:
mvn verify -Dtest=unknown -Dit.test=ITestConnection1 parent a80ab0d commit ffbf3b0
File tree
5 files changed
+10
-14
lines changed- hadoop-client-modules/hadoop-client-integration-tests
- hadoop-common-project/hadoop-common/src/test/resources
- hadoop-project
- hadoop-tools
- hadoop-aws
- hadoop-azure
5 files changed
+10
-14
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
193 | 202 | | |
194 | 203 | | |
195 | 204 | | |
| |||
2493 | 2502 | | |
2494 | 2503 | | |
2495 | 2504 | | |
2496 | | - | |
2497 | 2505 | | |
2498 | 2506 | | |
2499 | 2507 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
202 | 200 | | |
203 | 201 | | |
204 | 202 | | |
205 | | - | |
206 | 203 | | |
207 | 204 | | |
208 | 205 | | |
| |||
266 | 263 | | |
267 | 264 | | |
268 | 265 | | |
269 | | - | |
270 | 266 | | |
271 | 267 | | |
272 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
488 | 487 | | |
489 | 488 | | |
490 | 489 | | |
| |||
525 | 524 | | |
526 | 525 | | |
527 | 526 | | |
528 | | - | |
529 | 527 | | |
530 | 528 | | |
531 | 529 | | |
| |||
619 | 617 | | |
620 | 618 | | |
621 | 619 | | |
622 | | - | |
623 | 620 | | |
624 | 621 | | |
625 | 622 | | |
| |||
668 | 665 | | |
669 | 666 | | |
670 | 667 | | |
671 | | - | |
672 | 668 | | |
673 | 669 | | |
674 | 670 | | |
| |||
706 | 702 | | |
707 | 703 | | |
708 | 704 | | |
709 | | - | |
710 | 705 | | |
711 | 706 | | |
712 | 707 | | |
| |||
830 | 825 | | |
831 | 826 | | |
832 | 827 | | |
833 | | - | |
834 | 828 | | |
835 | 829 | | |
836 | 830 | | |
| |||
893 | 887 | | |
894 | 888 | | |
895 | 889 | | |
896 | | - | |
897 | 890 | | |
898 | 891 | | |
899 | 892 | | |
| |||
956 | 949 | | |
957 | 950 | | |
958 | 951 | | |
959 | | - | |
960 | 952 | | |
961 | 953 | | |
962 | 954 | | |
| |||
0 commit comments