فهرست منبع

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

Sree Kuchibhotla 10 سال پیش
والد
کامیت
f023800ff1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,
     "pollIntervalSecs": 60,
     "testDurationSecs": 7200,
-    "kubernetesProxyPort": 8001,
+    "kubernetesProxyPort": 8009,
     "datasetIdNamePrefix": "stress_test_csharp",
     "summaryTableId": "summary",
     "qpsTableId": "qps",