Skip to content

Commit

Permalink
Temporarily disable fork reuse in flink-tests Unit tests (workaround …
Browse files Browse the repository at this point in the history
…for FLINK-1207)
  • Loading branch information
StephanEwen committed Nov 4, 2014
1 parent ca9e6ab commit 9b25942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ under the License.
<systemPropertyVariables>
<log.level>WARN</log.level>
</systemPropertyVariables>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions flink-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ under the License.
<excludes>
<exclude>**/*TestBase*.class</exclude>
</excludes>
<reuseForks>false</reuseForks>
</configuration>
</plugin>

Expand Down

0 comments on commit 9b25942

Please sign in to comment.