Skip to content

Commit

Permalink
Update GH workflow to add another test server for the .NET load balan…
Browse files Browse the repository at this point in the history
…cer tests

[git-p4: depot-paths = "//dev/main.net/": change = 112851]
  • Loading branch information
ecrivas committed Dec 10, 2024
1 parent f5b55f8 commit 5addb93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ jobs:
mvn --batch-mode -e exec:exec -s .mvn/settings.xml -Drevision=${{ matrix.coherence_version }} -Dcoherence.groupid=com.oracle.coherence.ce -Dmain=com.tangosol.net.DefaultCacheServer &
sleep 30
popd
# Start test server
- name: Start test server
run: |
pushd tests/test-server
mvn --batch-mode -e exec:exec -s .mvn/settings.xml -Drevision=${{ matrix.coherence_version }} -Dcoherence.groupid=com.oracle.coherence.ce -Dmain=com.tangosol.net.DefaultCacheServer -Dexec.args="-Dtangosol.coherence.proxy.port=12345 -Dcoherence.proxy.port1=3001 -Dtangosol.coherence.proxy.port5=3002 -Dtangosol.coherence.proxy.port4=3003 -Dtangosol.coherence.proxy.port2=3004 -Dtangosol.coherence.proxy.port11=3005 -Dtangosol.coherence.proxy.port12=3006 -Dtangosol.coherence.proxy.port7=3007 -Dtangosol.coherence.proxy.port9=3008 -Dtangosol.coherence.proxy.port8=3009 -cp %classpath com.tangosol.net.Coherence" &
sleep 30
popd
# Run Tests
- name: Run Tests
Expand Down

0 comments on commit 5addb93

Please sign in to comment.