Skip to content

Instantly share code, notes, and snippets.

@rhusar
Last active April 21, 2021 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhusar/5abdd652862e7dd45185bbeef101c797 to your computer and use it in GitHub Desktop.
Save rhusar/5abdd652862e7dd45185bbeef101c797 to your computer and use it in GitHub Desktop.
Platform - ISPN - driver test
macOS
./integration-tests.sh clean install -Dts.noSmoke -Dts.clustering -P="-ts.clustering.cluster.ha.profile,-ts.clustering.cluster.fullha.profile,-ts.clustering.byteman.profile,-ts.clustering.single.profile"
winOS
git fetch origin
git checkout origin/windows
mvnw.cmd -f server\testdriver\pom.xml clean install -DskipTests
git fetch origin
git checkout origin/WFLY-13883
mvnw.cmd -f testsuite\pom.xml clean install -Dts.noSmoke -Dts.clustering -P="-ts.clustering.cluster.ha.profile,-ts.clustering.cluster.fullha.profile,-ts.clustering.byteman.profile,-ts.clustering.single.profile"
12:29:47,451 ERROR [org.infinispan.server.test.core.ForkedInfinispanServerDriver] (testng-RemoteElytronSingleSignOnTestCase) java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.io.IOException: Cannot run program "tail": CreateProcess error=2, The system cannot find the file specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment