diff --git a/.mvn/serial-tests.txt b/.mvn/serial-tests.txt new file mode 100644 index 000000000..9715f553e --- /dev/null +++ b/.mvn/serial-tests.txt @@ -0,0 +1,7 @@ +# FIX-292: exceptions supported by observed local and platform CI failures. +# BlockingEventLoopShutdownTest: local reverse-order shutdown warning. +# Timing assertions failed on both Zing JDKs; retain their original assertions and timings in serial/fresh execution. +# TeamCity builds: 1365949, 1365950 +net/openhft/chronicle/threads/BlockingEventLoopShutdownTest.java +net/openhft/chronicle/threads/LongPauserTest.java +net/openhft/chronicle/threads/YieldingPauserTest.java diff --git a/pom.xml b/pom.xml index dc444d1dc..873f0f332 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,8 @@ 0.7 0.6 + 8 + true @@ -167,8 +169,8 @@ 0 - 4 - true + 1 + false hourly @@ -237,6 +239,28 @@ + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + + attach-sources-no-fork + package + + jar-no-fork + + + + + + @@ -255,6 +279,72 @@ + + + chronicle-eight-default + + + !test + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + default-test + + ${chronicle.test.forkCount} + ${chronicle.test.reuseForks} + + **/*$* + + ${project.basedir}/.mvn/serial-tests.txt + + + + serial-tests + test + + test + + + 1 + false + + + %regex[^$] + + ${project.basedir}/.mvn/serial-tests.txt + + + + + + + + + test-serial + + + + org.apache.maven.plugins + maven-surefire-plugin + + + default-test + + 1 + false + + + + + + +