We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f4dda commit bfbc24bCopy full SHA for bfbc24b
2 files changed
.mvn/maven.config
@@ -0,0 +1 @@
1
+-T1C
pom.xml
@@ -407,6 +407,8 @@
407
<artifactId>maven-failsafe-plugin</artifactId>
408
<configuration>
409
<argLine>${extraJavaTestArgs}</argLine>
410
+ <forkCount>1C</forkCount>
411
+ <reuseForks>true</reuseForks>
412
</configuration>
413
<executions>
414
<execution>
@@ -423,6 +425,8 @@
423
425
<artifactId>maven-surefire-plugin</artifactId>
424
426
427
<argLine>${surefire.argLine} ${extraJavaTestArgs}</argLine>
428
429
430
<systemPropertyVariables>
431
<!-- Configure Parquet logging during tests
432
See http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html
0 commit comments