aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/stress_test/configs/asan.json
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-04-04 14:08:02 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-04-04 16:42:40 -0700
commit7a05436ac1a871719fb636c35b26e6f8592a2620 (patch)
tree0f5c88ae36149a60b40baba39750876e93a470d4 /tools/run_tests/stress_test/configs/asan.json
parentb0d4add3a0e95f12ca4d4086fdc790b5c84d5ade (diff)
New config for node. Made some changes to support node config
Diffstat (limited to 'tools/run_tests/stress_test/configs/asan.json')
-rw-r--r--tools/run_tests/stress_test/configs/asan.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/run_tests/stress_test/configs/asan.json b/tools/run_tests/stress_test/configs/asan.json
index 4bbf0d420e..7414829da8 100644
--- a/tools/run_tests/stress_test/configs/asan.json
+++ b/tools/run_tests/stress_test/configs/asan.json
@@ -17,7 +17,7 @@
"num_stubs_per_channel":10,
"test_cases": "empty_unary:1,large_unary:1,client_streaming:1,server_streaming:1,empty_stream:1",
"metrics_port": 8081,
- "metrics_collection_interval_secs":60
+ "metrics_collection_interval_secs":10
},
"metricsPort": 8081,
"metricsArgs": {
@@ -29,8 +29,8 @@
"templates": {
"cxx_client_asan": {
"baseTemplate": "default",
- "clientImagePath": "/var/local/git/grpc/bins/asan/stress_test",
- "metricsClientImagePath": "/var/local/git/grpc/bins/asan/metrics_client"
+ "stressClientCmd": "/var/local/git/grpc/bins/asan/stress_test",
+ "metricsClientCmd": "/var/local/git/grpc/bins/asan/metrics_client"
}
}
},
@@ -48,7 +48,7 @@
"templates": {
"cxx_server_asan": {
"baseTemplate": "default",
- "serverImagePath": "/var/local/git/grpc/bins/asan/interop_server"
+ "stressServerCmd": "/var/local/git/grpc/bins/asan/interop_server"
}
}
},
@@ -74,8 +74,8 @@
"globalSettings": {
"buildDockerImages": true,
- "pollIntervalSecs": 60,
- "testDurationSecs": 7200,
+ "pollIntervalSecs": 10,
+ "testDurationSecs": 60,
"kubernetesProxyPort": 8001,
"datasetIdNamePrefix": "stress_test_asan",
"summaryTableId": "summary",