Commit 7459a1f 1 parent 6d20de1 commit 7459a1f Copy full SHA for 7459a1f
File tree 19 files changed +92
-3
lines changed
hadoop-dynamometer-blockgen
hadoop-dynamometer-workload
hadoop-federation-balance
19 files changed +92
-3
lines changed Original file line number Diff line number Diff line change 185
185
--add-opens=java.base/sun.security.x509=ALL-UNNAMED
186
186
</extraJavaTestArgs >
187
187
<!-- 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>
190
190
<maven-surefire-report-plugin .version>${maven-surefire-plugin.version} </maven-surefire-report-plugin .version>
191
191
<maven-failsafe-plugin .version>${maven-surefire-plugin.version} </maven-failsafe-plugin .version>
192
192
Original file line number Diff line number Diff line change 162
162
<artifactId >junit-platform-launcher</artifactId >
163
163
<scope >test</scope >
164
164
</dependency >
165
+ <dependency >
166
+ <groupId >org.junit.vintage</groupId >
167
+ <artifactId >junit-vintage-engine</artifactId >
168
+ <scope >test</scope >
169
+ </dependency >
165
170
</dependencies >
166
171
167
172
<build >
Original file line number Diff line number Diff line change 123
123
<artifactId >junit-platform-launcher</artifactId >
124
124
<scope >test</scope >
125
125
</dependency >
126
+ <dependency >
127
+ <groupId >org.junit.vintage</groupId >
128
+ <artifactId >junit-vintage-engine</artifactId >
129
+ <scope >test</scope >
130
+ </dependency >
126
131
</dependencies >
127
132
128
133
<build >
Original file line number Diff line number Diff line change 601
601
<artifactId >junit-platform-launcher</artifactId >
602
602
<scope >test</scope >
603
603
</dependency >
604
+ <dependency >
605
+ <groupId >org.junit.vintage</groupId >
606
+ <artifactId >junit-vintage-engine</artifactId >
607
+ <scope >test</scope >
608
+ </dependency >
604
609
</dependencies >
605
610
</project >
Original file line number Diff line number Diff line change 196
196
<artifactId >junit-platform-launcher</artifactId >
197
197
<scope >test</scope >
198
198
</dependency >
199
-
199
+ <dependency >
200
+ <groupId >org.junit.vintage</groupId >
201
+ <artifactId >junit-vintage-engine</artifactId >
202
+ <scope >test</scope >
203
+ </dependency >
200
204
</dependencies >
201
205
</project >
Original file line number Diff line number Diff line change 372
372
<artifactId >junit-platform-launcher</artifactId >
373
373
<scope >test</scope >
374
374
</dependency >
375
+ <dependency >
376
+ <groupId >org.junit.vintage</groupId >
377
+ <artifactId >junit-vintage-engine</artifactId >
378
+ <scope >test</scope >
379
+ </dependency >
375
380
</dependencies >
376
381
377
382
<profiles >
Original file line number Diff line number Diff line change 129
129
<artifactId >junit-platform-launcher</artifactId >
130
130
<scope >test</scope >
131
131
</dependency >
132
+ <dependency >
133
+ <groupId >org.junit.vintage</groupId >
134
+ <artifactId >junit-vintage-engine</artifactId >
135
+ <scope >test</scope >
136
+ </dependency >
132
137
</dependencies >
133
138
134
139
<build >
Original file line number Diff line number Diff line change 140
140
<artifactId >junit-platform-launcher</artifactId >
141
141
<scope >test</scope >
142
142
</dependency >
143
+ <dependency >
144
+ <groupId >org.junit.vintage</groupId >
145
+ <artifactId >junit-vintage-engine</artifactId >
146
+ <scope >test</scope >
147
+ </dependency >
143
148
</dependencies >
144
149
145
150
<build >
Original file line number Diff line number Diff line change 69
69
<artifactId >junit-platform-launcher</artifactId >
70
70
<scope >test</scope >
71
71
</dependency >
72
+ <dependency >
73
+ <groupId >org.junit.vintage</groupId >
74
+ <artifactId >junit-vintage-engine</artifactId >
75
+ <scope >test</scope >
76
+ </dependency >
72
77
</dependencies >
73
78
74
79
<build >
Original file line number Diff line number Diff line change 122
122
<artifactId >junit-platform-launcher</artifactId >
123
123
<scope >test</scope >
124
124
</dependency >
125
+ <dependency >
126
+ <groupId >org.junit.vintage</groupId >
127
+ <artifactId >junit-vintage-engine</artifactId >
128
+ <scope >test</scope >
129
+ </dependency >
125
130
</dependencies >
126
131
127
132
<build >
Original file line number Diff line number Diff line change 69
69
<artifactId >junit-platform-launcher</artifactId >
70
70
<scope >test</scope >
71
71
</dependency >
72
+ <dependency >
73
+ <groupId >org.junit.vintage</groupId >
74
+ <artifactId >junit-vintage-engine</artifactId >
75
+ <scope >test</scope >
76
+ </dependency >
72
77
</dependencies >
73
78
74
79
<build >
Original file line number Diff line number Diff line change 154
154
<artifactId >junit-platform-launcher</artifactId >
155
155
<scope >test</scope >
156
156
</dependency >
157
+ <dependency >
158
+ <groupId >org.junit.vintage</groupId >
159
+ <artifactId >junit-vintage-engine</artifactId >
160
+ <scope >test</scope >
161
+ </dependency >
157
162
</dependencies >
158
163
159
164
<build >
Original file line number Diff line number Diff line change 144
144
<artifactId >junit-platform-launcher</artifactId >
145
145
<scope >test</scope >
146
146
</dependency >
147
+ <dependency >
148
+ <groupId >org.junit.vintage</groupId >
149
+ <artifactId >junit-vintage-engine</artifactId >
150
+ <scope >test</scope >
151
+ </dependency >
147
152
</dependencies >
148
153
149
154
<build >
Original file line number Diff line number Diff line change 97
97
<artifactId >junit-platform-launcher</artifactId >
98
98
<scope >test</scope >
99
99
</dependency >
100
+ <dependency >
101
+ <groupId >org.junit.vintage</groupId >
102
+ <artifactId >junit-vintage-engine</artifactId >
103
+ <scope >test</scope >
104
+ </dependency >
100
105
</dependencies >
101
106
102
107
<build >
Original file line number Diff line number Diff line change 144
144
<artifactId >junit-platform-launcher</artifactId >
145
145
<scope >test</scope >
146
146
</dependency >
147
+ <dependency >
148
+ <groupId >org.junit.vintage</groupId >
149
+ <artifactId >junit-vintage-engine</artifactId >
150
+ <scope >test</scope >
151
+ </dependency >
147
152
</dependencies >
148
153
149
154
<build >
Original file line number Diff line number Diff line change 98
98
<artifactId >junit-platform-launcher</artifactId >
99
99
<scope >test</scope >
100
100
</dependency >
101
+ <dependency >
102
+ <groupId >org.junit.vintage</groupId >
103
+ <artifactId >junit-vintage-engine</artifactId >
104
+ <scope >test</scope >
105
+ </dependency >
101
106
</dependencies >
102
107
<build >
103
108
<plugins >
Original file line number Diff line number Diff line change 123
123
<artifactId >junit-platform-launcher</artifactId >
124
124
<scope >test</scope >
125
125
</dependency >
126
+ <dependency >
127
+ <groupId >org.junit.vintage</groupId >
128
+ <artifactId >junit-vintage-engine</artifactId >
129
+ <scope >test</scope >
130
+ </dependency >
126
131
</dependencies >
127
132
128
133
<build >
Original file line number Diff line number Diff line change 98
98
<artifactId >junit-platform-launcher</artifactId >
99
99
<scope >test</scope >
100
100
</dependency >
101
+ <dependency >
102
+ <groupId >org.junit.vintage</groupId >
103
+ <artifactId >junit-vintage-engine</artifactId >
104
+ <scope >test</scope >
105
+ </dependency >
101
106
</dependencies >
102
107
103
108
<build >
Original file line number Diff line number Diff line change 150
150
<artifactId >junit-platform-launcher</artifactId >
151
151
<scope >test</scope >
152
152
</dependency >
153
+ <dependency >
154
+ <groupId >org.junit.vintage</groupId >
155
+ <artifactId >junit-vintage-engine</artifactId >
156
+ <scope >test</scope >
157
+ </dependency >
153
158
</dependencies >
154
159
155
160
<build >
You can’t perform that action at this time.
0 commit comments