File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
hadoop-hdfs-project/hadoop-hdfs-httpfs
hadoop-tools/hadoop-distcp Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 368368 <groupId >org.apache.maven.plugins</groupId >
369369 <artifactId >maven-surefire-plugin</artifactId >
370370 <configuration >
371- <forkMode >once</forkMode >
371+ <forkCount >1</forkCount >
372+ <reuseForks >true</reuseForks >
372373 <forkedProcessTimeoutInSeconds >600</forkedProcessTimeoutInSeconds >
373374 <systemPropertyVariables >
374375 <java .security.krb5.conf>${project.build.directory} /test-classes/krb5.conf</java .security.krb5.conf>
Original file line number Diff line number Diff line change 128128 <groupId >org.apache.maven.plugins</groupId >
129129 <artifactId >maven-surefire-plugin</artifactId >
130130 <configuration >
131- <forkMode >always</forkMode >
131+ <forkCount >1</forkCount >
132+ <reuseForks >false</reuseForks >
132133 <forkedProcessTimeoutInSeconds >600</forkedProcessTimeoutInSeconds >
133134 <argLine >-Xmx1024m</argLine >
134135 <includes >
You can’t perform that action at this time.
0 commit comments