Skip to content

Commit 7459a1f

Browse files
slfan1989anujmodi2021cnaurothsteveloughran
authored
HADOOP-19405. hadoop-aws and hadoop-azure tests have stopped running. (#7335)
Co-authored-by: Anuj Modi <[email protected]> Co-authored-by: Chris Nauroth <[email protected]> Co-authored-by: Steve Loughran <[email protected]> Reviewed-by: Anuj Modi <[email protected]> Reviewed-by: Chris Nauroth <[email protected]> Reviewed-by: Steve Loughran <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
1 parent 6d20de1 commit 7459a1f

File tree

19 files changed

+92
-3
lines changed

19 files changed

+92
-3
lines changed

hadoop-project/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@
185185
--add-opens=java.base/sun.security.x509=ALL-UNNAMED
186186
</extraJavaTestArgs>
187187
<!-- Plugin versions and config -->
188-
<maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError ${extraJavaTestArgs}</maven-surefire-plugin.argLine>
189-
<maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
188+
<maven-surefire-plugin.argLine>-Xmx2048m -Xss2m -XX:+HeapDumpOnOutOfMemoryError ${extraJavaTestArgs}</maven-surefire-plugin.argLine>
189+
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
190190
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
191191
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
192192

hadoop-tools/hadoop-archive-logs/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@
162162
<artifactId>junit-platform-launcher</artifactId>
163163
<scope>test</scope>
164164
</dependency>
165+
<dependency>
166+
<groupId>org.junit.vintage</groupId>
167+
<artifactId>junit-vintage-engine</artifactId>
168+
<scope>test</scope>
169+
</dependency>
165170
</dependencies>
166171

167172
<build>

hadoop-tools/hadoop-archives/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
<artifactId>junit-platform-launcher</artifactId>
124124
<scope>test</scope>
125125
</dependency>
126+
<dependency>
127+
<groupId>org.junit.vintage</groupId>
128+
<artifactId>junit-vintage-engine</artifactId>
129+
<scope>test</scope>
130+
</dependency>
126131
</dependencies>
127132

128133
<build>

hadoop-tools/hadoop-aws/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -601,5 +601,10 @@
601601
<artifactId>junit-platform-launcher</artifactId>
602602
<scope>test</scope>
603603
</dependency>
604+
<dependency>
605+
<groupId>org.junit.vintage</groupId>
606+
<artifactId>junit-vintage-engine</artifactId>
607+
<scope>test</scope>
608+
</dependency>
604609
</dependencies>
605610
</project>

hadoop-tools/hadoop-azure-datalake/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@
196196
<artifactId>junit-platform-launcher</artifactId>
197197
<scope>test</scope>
198198
</dependency>
199-
199+
<dependency>
200+
<groupId>org.junit.vintage</groupId>
201+
<artifactId>junit-vintage-engine</artifactId>
202+
<scope>test</scope>
203+
</dependency>
200204
</dependencies>
201205
</project>

hadoop-tools/hadoop-azure/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,11 @@
372372
<artifactId>junit-platform-launcher</artifactId>
373373
<scope>test</scope>
374374
</dependency>
375+
<dependency>
376+
<groupId>org.junit.vintage</groupId>
377+
<artifactId>junit-vintage-engine</artifactId>
378+
<scope>test</scope>
379+
</dependency>
375380
</dependencies>
376381

377382
<profiles>

hadoop-tools/hadoop-datajoin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@
129129
<artifactId>junit-platform-launcher</artifactId>
130130
<scope>test</scope>
131131
</dependency>
132+
<dependency>
133+
<groupId>org.junit.vintage</groupId>
134+
<artifactId>junit-vintage-engine</artifactId>
135+
<scope>test</scope>
136+
</dependency>
132137
</dependencies>
133138

134139
<build>

hadoop-tools/hadoop-distcp/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@
140140
<artifactId>junit-platform-launcher</artifactId>
141141
<scope>test</scope>
142142
</dependency>
143+
<dependency>
144+
<groupId>org.junit.vintage</groupId>
145+
<artifactId>junit-vintage-engine</artifactId>
146+
<scope>test</scope>
147+
</dependency>
143148
</dependencies>
144149

145150
<build>

hadoop-tools/hadoop-dynamometer/hadoop-dynamometer-blockgen/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
<artifactId>junit-platform-launcher</artifactId>
7070
<scope>test</scope>
7171
</dependency>
72+
<dependency>
73+
<groupId>org.junit.vintage</groupId>
74+
<artifactId>junit-vintage-engine</artifactId>
75+
<scope>test</scope>
76+
</dependency>
7277
</dependencies>
7378

7479
<build>

hadoop-tools/hadoop-dynamometer/hadoop-dynamometer-infra/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
<artifactId>junit-platform-launcher</artifactId>
123123
<scope>test</scope>
124124
</dependency>
125+
<dependency>
126+
<groupId>org.junit.vintage</groupId>
127+
<artifactId>junit-vintage-engine</artifactId>
128+
<scope>test</scope>
129+
</dependency>
125130
</dependencies>
126131

127132
<build>

hadoop-tools/hadoop-dynamometer/hadoop-dynamometer-workload/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
<artifactId>junit-platform-launcher</artifactId>
7070
<scope>test</scope>
7171
</dependency>
72+
<dependency>
73+
<groupId>org.junit.vintage</groupId>
74+
<artifactId>junit-vintage-engine</artifactId>
75+
<scope>test</scope>
76+
</dependency>
7277
</dependencies>
7378

7479
<build>

hadoop-tools/hadoop-extras/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@
154154
<artifactId>junit-platform-launcher</artifactId>
155155
<scope>test</scope>
156156
</dependency>
157+
<dependency>
158+
<groupId>org.junit.vintage</groupId>
159+
<artifactId>junit-vintage-engine</artifactId>
160+
<scope>test</scope>
161+
</dependency>
157162
</dependencies>
158163

159164
<build>

hadoop-tools/hadoop-federation-balance/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
<artifactId>junit-platform-launcher</artifactId>
145145
<scope>test</scope>
146146
</dependency>
147+
<dependency>
148+
<groupId>org.junit.vintage</groupId>
149+
<artifactId>junit-vintage-engine</artifactId>
150+
<scope>test</scope>
151+
</dependency>
147152
</dependencies>
148153

149154
<build>

hadoop-tools/hadoop-fs2img/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
<artifactId>junit-platform-launcher</artifactId>
9898
<scope>test</scope>
9999
</dependency>
100+
<dependency>
101+
<groupId>org.junit.vintage</groupId>
102+
<artifactId>junit-vintage-engine</artifactId>
103+
<scope>test</scope>
104+
</dependency>
100105
</dependencies>
101106

102107
<build>

hadoop-tools/hadoop-gridmix/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
<artifactId>junit-platform-launcher</artifactId>
145145
<scope>test</scope>
146146
</dependency>
147+
<dependency>
148+
<groupId>org.junit.vintage</groupId>
149+
<artifactId>junit-vintage-engine</artifactId>
150+
<scope>test</scope>
151+
</dependency>
147152
</dependencies>
148153

149154
<build>

hadoop-tools/hadoop-resourceestimator/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
<artifactId>junit-platform-launcher</artifactId>
9999
<scope>test</scope>
100100
</dependency>
101+
<dependency>
102+
<groupId>org.junit.vintage</groupId>
103+
<artifactId>junit-vintage-engine</artifactId>
104+
<scope>test</scope>
105+
</dependency>
101106
</dependencies>
102107
<build>
103108
<plugins>

hadoop-tools/hadoop-rumen/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
<artifactId>junit-platform-launcher</artifactId>
124124
<scope>test</scope>
125125
</dependency>
126+
<dependency>
127+
<groupId>org.junit.vintage</groupId>
128+
<artifactId>junit-vintage-engine</artifactId>
129+
<scope>test</scope>
130+
</dependency>
126131
</dependencies>
127132

128133
<build>

hadoop-tools/hadoop-sls/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
<artifactId>junit-platform-launcher</artifactId>
9999
<scope>test</scope>
100100
</dependency>
101+
<dependency>
102+
<groupId>org.junit.vintage</groupId>
103+
<artifactId>junit-vintage-engine</artifactId>
104+
<scope>test</scope>
105+
</dependency>
101106
</dependencies>
102107

103108
<build>

hadoop-tools/hadoop-streaming/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@
150150
<artifactId>junit-platform-launcher</artifactId>
151151
<scope>test</scope>
152152
</dependency>
153+
<dependency>
154+
<groupId>org.junit.vintage</groupId>
155+
<artifactId>junit-vintage-engine</artifactId>
156+
<scope>test</scope>
157+
</dependency>
153158
</dependencies>
154159

155160
<build>

0 commit comments

Comments
 (0)