sbt-multi-jvm
sbt-multi-jvm copied to clipboard
Multi-JVM testing in sbt
sbt.librarymanagement.ResolveException: Error downloading com.typesafe.sbt:sbt-multi-jvm;sbtVersion=1.0;scalaVersion=2.12:0.4.0 I've project which uses sbt-multi-jvm. akka cluster version 2.6.17. I've updated version 2.6.18. After update I get the below exception - > sbt clean compile test...
Given the poor handling of the recent security incident (https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/) I'm suspending Travis CI integration indefinitely. Let's move on to GitHub Actions.
Moved here from: https://github.com/typesafehub/sbt-multi-jvm/issues/20 --- need some equivalent of ``` @org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner]) ``` to allow running multi-jvm tests in eclipse and idea
In particular, reporting the JUnit test xml file would allow picking up test results by jenkins which helps in getting a quick overview over test results.
Currently multijvm just does a straight copy of jars from the classpath list to the jars directory. The problem with this is that when the classpath changes, any jars that...
Akka's build contains a lot settings scoped to `MultiJvm` configuration, like formatting and header, but most subproject actually does not declare `MultiJvm` to be a configuration. When Akka upgrades to...
When I try to run multi-nodes test I get this error: `> multiNodeTest [info] Compiling 1 Scala source to /.../target/scala-2.11/classes... ... [info] Done packaging. [info] * main.multinode.C1 [JVM-2] bash: java:...
We have been migrating our build environment to openshift(kubernetes) but we have a bunch of multi-node tests which currently runs across physical machines on aws. And looking at the current...
When adding SbtMultiJvm.multiJvmSettings to the settings of my project I get the following error: ``` [error] Some keys were defined with the same name but different types: 'extra-options' (sbt.Task[scala.collection.Seq[java.lang.String]], scala.Function1[java.lang.String,...
Currently all docs for multi-jvm plugin are in the Akka website: http://doc.akka.io/docs/akka/current/scala/multi-jvm-testing.html#multi-jvm-testing It would be good to move it here and make all of the code examples scripted tests.