* better to exlude TimingTests and only run them in separate job so that we see more easily when those fail in CI (and lower prio to fix them in CI) * BoundedBlockingQueueSpec has many timing sensitive things, hardened it and marked as TimingTest
This commit is contained in:
parent
bc75f43093
commit
4412529a39
6 changed files with 189 additions and 68 deletions
6
.github/workflows/multi-node.yml
vendored
6
.github/workflows/multi-node.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
sbt -jvm-opts .jvmopts-ci \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dsbt.override.build.repos=false \
|
||||
-Dakka.test.multi-node=true \
|
||||
|
|
@ -138,11 +138,11 @@ jobs:
|
|||
sbt -jvm-opts .jvmopts-ci \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dakka.remote.artery.transport=aeron-udp \
|
||||
-Dsbt.override.build.repos=false \
|
||||
-Dakka.test.tags.exclude=gh-exclude \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.test.multi-node=true \
|
||||
-Dakka.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
|
||||
-Dakka.test.multi-node.java=${JAVA_HOME}/bin/java \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue