@@ -319,10 +319,7 @@ def test_run_two_oss_challenges_successfully(self, mocked_wait_until_port_is_fre
319
319
"io"
320
320
],
321
321
"challenge" : "append-no-conflicts" ,
322
- "car" : "defaults" ,
323
- "car-params" : {
324
- "verbose_iw_logging_enabled" : "true"
325
- }
322
+ "car" : "defaults"
326
323
},
327
324
{
328
325
"name" : "geonames-append-4g-1node" ,
@@ -356,7 +353,6 @@ def test_run_two_oss_challenges_successfully(self, mocked_wait_until_port_is_fre
356
353
"--effective-start-date=\" 2016-01-01 00:00:00\" --track=\" geonames\" "
357
354
"--challenge=\" append-no-conflicts\" --car=\" defaults\" --client-options=\" timeout:240\" "
358
355
"--user-tag=\" name:geonames-append-1node,setup:bare,race-configs-id:{},license:oss\" --runtime-jdk=\" 8\" "
359
- "--car-params=\" {{\\ \" verbose_iw_logging_enabled\\ \" : \\ \" true\\ \" }}\" "
360
356
"--pipeline=\" from-sources-complete\" "
361
357
"--revision=\" @2016-01-01T00:00:00Z\" " .format (race_configs_id ),
362
358
@@ -388,10 +384,7 @@ def test_run_two_mixed_license_challenges_successfully(self, mocked_wait_until_p
388
384
{
389
385
"name" : "geonames-defaults" ,
390
386
"challenge" : "append-no-conflicts" ,
391
- "car" : "defaults" ,
392
- "car-params" : {
393
- "verbose_iw_logging_enabled" : "true"
394
- }
387
+ "car" : "defaults"
395
388
},
396
389
{
397
390
"name" : "geonames-4g" ,
@@ -411,10 +404,7 @@ def test_run_two_mixed_license_challenges_successfully(self, mocked_wait_until_p
411
404
{
412
405
"name" : "geonames-defaults" ,
413
406
"challenge" : "append-no-conflicts" ,
414
- "car" : "defaults" ,
415
- "car-params" : {
416
- "verbose_iw_logging_enabled" : "true"
417
- }
407
+ "car" : "defaults"
418
408
},
419
409
{
420
410
"name" : "geonames-4g" ,
@@ -441,7 +431,6 @@ def test_run_two_mixed_license_challenges_successfully(self, mocked_wait_until_p
441
431
"--effective-start-date=\" 2016-01-01 00:00:00\" --track=\" geonames\" "
442
432
"--challenge=\" append-no-conflicts\" --car=\" defaults\" --client-options=\" timeout:240\" "
443
433
"--user-tag=\" name:geonames-defaults,setup:bare,race-configs-id:{},license:oss\" --runtime-jdk=\" 8\" "
444
- "--car-params=\" {{\\ \" verbose_iw_logging_enabled\\ \" : \\ \" true\\ \" }}\" "
445
434
"--pipeline=\" from-sources-complete\" "
446
435
"--revision=\" @2016-01-01T00:00:00Z\" " .format (race_configs_id ),
447
436
@@ -455,7 +444,6 @@ def test_run_two_mixed_license_challenges_successfully(self, mocked_wait_until_p
455
444
"--effective-start-date=\" 2016-01-01 00:00:00\" --track=\" geonames\" "
456
445
"--challenge=\" append-no-conflicts\" --car=\" defaults,basic-license\" --client-options=\" timeout:240\" "
457
446
"--user-tag=\" name:geonames-defaults,setup:bare,race-configs-id:{},license:basic\" --runtime-jdk=\" 8\" "
458
- "--car-params=\" {{\\ \" verbose_iw_logging_enabled\\ \" : \\ \" true\\ \" }}\" "
459
447
"--pipeline=\" from-sources-complete\" --revision=\" @2016-01-01T00:00:00Z\" " .format (race_configs_id ),
460
448
461
449
"rally --skip-update --configuration-name=\" nightly\" --quiet --target-host=\" localhost:39200\" "
@@ -1302,10 +1290,7 @@ def test_run_docker_5x_benchmark(self, mocked_wait_until_port_is_free):
1302
1290
{
1303
1291
"name" : "geonames-4g" ,
1304
1292
"challenge" : "append-no-conflicts" ,
1305
- "car" : "4gheap" ,
1306
- "car-params" : {
1307
- "verbose_iw_logging_enabled" : "true"
1308
- }
1293
+ "car" : "4gheap"
1309
1294
}
1310
1295
]
1311
1296
}
@@ -1336,11 +1321,12 @@ def test_run_docker_5x_benchmark(self, mocked_wait_until_port_is_free):
1336
1321
"rally --skip-update --configuration-name=\" release\" --quiet --target-host=\" localhost:39200\" "
1337
1322
"--effective-start-date=\" 2016-01-01 00:00:00\" --track=\" geonames\" "
1338
1323
"--challenge=\" append-no-conflicts\" --car=\" 4gheap\" --client-options=\" timeout:240\" "
1339
- "--user-tag=\" name:geonames-4g,setup:docker-oss,race-configs-id:{},license:oss\" --runtime-jdk=\" 8\" "
1340
- "--car-params=\" {{\\ \" verbose_iw_logging_enabled\\ \" : \\ \" true\\ \" , \\ \" additional_cluster_settings\\ \" : "
1324
+ "--user-tag=\" name:geonames-4g,setup:docker-oss,race-configs-id:{},license:oss\" "
1325
+ "--runtime-jdk=\" 8\" --distribution-version=\" 5.6.0\" "
1326
+ "--pipeline=\" docker\" --car-params=\" {{\\ \" additional_cluster_settings\\ \" : "
1341
1327
"{{\\ \" xpack.security.enabled\\ \" : \\ \" false\\ \" , \\ \" xpack.ml.enabled\\ \" : \\ \" false\\ \" , "
1342
- "\\ \" xpack.monitoring.enabled\\ \" : \\ \" false\\ \" , \\ \" xpack.watcher.enabled \\ \" : \\ \" false \\ \" }}}} \" "
1343
- "--distribution-version= \" 5.6.0 \" --pipeline= \" docker \" " .format (race_configs_id ),
1328
+ "\\ \" xpack.monitoring.enabled\\ \" : \\ \" false\\ \" , "
1329
+ "\\ \" xpack.watcher.enabled \\ \" : \\ \" false \\ \" }}}} \" " .format (race_configs_id ),
1344
1330
]
1345
1331
,
1346
1332
system_call .calls
0 commit comments