Sfoglia il codice sorgente

Correct csharp kubernetes proxy port (so that it doesn't collide with
other configs when running on the same machine)

Sree Kuchibhotla 10 anni fa
parent
commit
f023800ff1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/run_tests/stress_test/configs/csharp.json

+ 1 - 1
tools/run_tests/stress_test/configs/csharp.json

@@ -80,7 +80,7 @@
     "buildDockerImages": true,
     "buildDockerImages": true,
     "pollIntervalSecs": 60,
     "pollIntervalSecs": 60,
     "testDurationSecs": 7200,
     "testDurationSecs": 7200,
-    "kubernetesProxyPort": 8001,
+    "kubernetesProxyPort": 8009,
     "datasetIdNamePrefix": "stress_test_csharp",
     "datasetIdNamePrefix": "stress_test_csharp",
     "summaryTableId": "summary",
     "summaryTableId": "summary",
     "qpsTableId": "qps",
     "qpsTableId": "qps",