File tree Expand file tree Collapse file tree 11 files changed +5
-40
lines changed
hadoop-mapreduce-project/hadoop-mapreduce-client
hadoop-mapreduce-client-app
hadoop-mapreduce-client-core
hadoop-mapreduce-client-hs
src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp
hadoop-mapreduce-client-jobclient
hadoop-mapreduce-client-nativetask
src/test/java/org/apache/hadoop/mapred/nativetask
hadoop-mapreduce-client-shuffle
src/test/java/org/apache/hadoop/mapred Expand file tree Collapse file tree 11 files changed +5
-40
lines changed Original file line number Diff line number Diff line change 168
168
<artifactId >junit-platform-launcher</artifactId >
169
169
<scope >test</scope >
170
170
</dependency >
171
- <dependency >
172
- <groupId >org.junit.vintage</groupId >
173
- <artifactId >junit-vintage-engine</artifactId >
174
- <scope >test</scope >
175
- </dependency >
176
171
<dependency >
177
172
<groupId >org.mockito</groupId >
178
173
<artifactId >mockito-junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 92
92
<artifactId >junit-platform-launcher</artifactId >
93
93
<scope >test</scope >
94
94
</dependency >
95
- <dependency >
96
- <groupId >org.junit.vintage</groupId >
97
- <artifactId >junit-vintage-engine</artifactId >
98
- <scope >test</scope >
99
- </dependency >
100
95
<dependency >
101
96
<groupId >org.mockito</groupId >
102
97
<artifactId >mockito-junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 115
115
<artifactId >junit-platform-launcher</artifactId >
116
116
<scope >test</scope >
117
117
</dependency >
118
- <dependency >
119
- <groupId >org.junit.vintage</groupId >
120
- <artifactId >junit-vintage-engine</artifactId >
121
- <scope >test</scope >
122
- </dependency >
123
118
</dependencies >
124
119
125
120
<build >
Original file line number Diff line number Diff line change 20
20
21
21
import static org .apache .hadoop .yarn .webapp .WebServicesTestUtils .assertResponseStatusCode ;
22
22
import static org .junit .jupiter .api .Assertions .assertEquals ;
23
- import static org .junit .Assert .fail ;
23
+ import static org .junit .jupiter . api . Assertions .fail ;
24
24
import static org .mockito .Mockito .mock ;
25
25
26
26
import java .io .StringReader ;
Original file line number Diff line number Diff line change 148
148
<artifactId >junit-platform-launcher</artifactId >
149
149
<scope >test</scope >
150
150
</dependency >
151
- <dependency >
152
- <groupId >org.junit.vintage</groupId >
153
- <artifactId >junit-vintage-engine</artifactId >
154
- <scope >test</scope >
155
- </dependency >
156
151
157
152
</dependencies >
158
153
Original file line number Diff line number Diff line change 80
80
<artifactId >junit-platform-launcher</artifactId >
81
81
<scope >test</scope >
82
82
</dependency >
83
- <dependency >
84
- <groupId >org.junit.vintage</groupId >
85
- <artifactId >junit-vintage-engine</artifactId >
86
- <scope >test</scope >
87
- </dependency >
88
83
</dependencies >
89
84
90
85
<build >
Original file line number Diff line number Diff line change 25
25
import org .apache .hadoop .mapred .nativetask .INativeComparable ;
26
26
import org .junit .jupiter .api .Test ;
27
27
28
- import static org .junit .Assert .assertEquals ;
29
- import static org .junit .Assert .assertTrue ;
28
+ import static org .junit .jupiter . api . Assertions .assertEquals ;
29
+ import static org .junit .jupiter . api . Assertions .assertTrue ;
30
30
31
31
@ SuppressWarnings ({ "rawtypes" })
32
32
public class TestNativeSerialization {
Original file line number Diff line number Diff line change 24
24
25
25
import org .apache .hadoop .mapred .nativetask .util .BytesUtil ;
26
26
27
- import static org .junit .Assert .assertEquals ;
27
+ import static org .junit .jupiter . api . Assertions .assertEquals ;
28
28
29
29
public class TestBytesUtil {
30
30
Original file line number Diff line number Diff line change 66
66
<artifactId >junit-platform-launcher</artifactId >
67
67
<scope >test</scope >
68
68
</dependency >
69
- <dependency >
70
- <groupId >org.junit.vintage</groupId >
71
- <artifactId >junit-vintage-engine</artifactId >
72
- <scope >test</scope >
73
- </dependency >
74
69
</dependencies >
75
70
76
71
<build >
Original file line number Diff line number Diff line change 33
33
import static org .junit .jupiter .api .Assertions .assertTrue ;
34
34
import static org .junit .jupiter .api .Assertions .assertEquals ;
35
35
import static org .junit .jupiter .api .Assertions .fail ;
36
- import static org .junit .Assume .assumeTrue ;
36
+ import static org .junit .jupiter . api . Assumptions .assumeTrue ;
37
37
import static org .mockito .Mockito .mock ;
38
38
import static org .mockito .Mockito .when ;
39
39
You can’t perform that action at this time.
0 commit comments