consolidate the tests locations
This commit is contained in:
@@ -110,7 +110,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p results
|
||||
|
||||
k6 run tests/load/router/spike-test.js \
|
||||
k6 run src/__Tests/load/router/spike-test.js \
|
||||
-e ROUTER_URL=${{ env.ROUTER_URL }} \
|
||||
--out json=results/k6-results.json \
|
||||
--summary-export results/k6-summary.json \
|
||||
@@ -171,8 +171,8 @@ jobs:
|
||||
|
||||
- name: Build Chaos Tests
|
||||
run: |
|
||||
dotnet restore tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj
|
||||
dotnet build tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj -c Release --no-restore
|
||||
dotnet restore src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj
|
||||
dotnet build src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj -c Release --no-restore
|
||||
|
||||
- name: Start Router for Tests
|
||||
run: |
|
||||
@@ -181,7 +181,7 @@ jobs:
|
||||
|
||||
- name: Run Chaos Unit Tests
|
||||
run: |
|
||||
dotnet test tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj \
|
||||
dotnet test src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj \
|
||||
-c Release \
|
||||
--no-build \
|
||||
--logger "trx;LogFileName=chaos-results.trx" \
|
||||
@@ -220,7 +220,7 @@ jobs:
|
||||
|
||||
- name: Run Valkey Failure Tests
|
||||
run: |
|
||||
dotnet test tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj \
|
||||
dotnet test src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj \
|
||||
-c Release \
|
||||
--filter "Category=Valkey" \
|
||||
--logger "trx;LogFileName=valkey-results.trx" \
|
||||
|
||||
Reference in New Issue
Block a user