Skip to content

Commit

Permalink
Run presto spark tests in forked VM
Browse files Browse the repository at this point in the history
The tests no longer use stream redirects thus the workaround is
no longer needed.
  • Loading branch information
arhimondr authored and bhhari committed Feb 13, 2020
1 parent 7700a59 commit 2b56476
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions presto-spark-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,6 @@
</ignoredResourcePatterns>
</configuration>
</plugin>

<!-- Workaround for "Corrupted STDOUT by directly writing to native stream in forked JVM 1" -->
<!-- https://stackoverflow.com/questions/55632614/maven-surefire-plugin-crahsing-jvm-on-java-11-corrupted-stdout-by-directly-writ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>0</forkCount>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 2b56476

Please sign in to comment.