Last active
April 21, 2021 19:20
-
-
Save rhusar/5abdd652862e7dd45185bbeef101c797 to your computer and use it in GitHub Desktop.
Platform - ISPN - driver test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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