@@ -15,51 +15,51 @@ spec:
1515 cpu : " 1"
1616
1717 {{ if eq .Stress.testTarget "event-async" }}
18- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_async --duration 259200 --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
18+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_async --duration 259200 --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --pyamqp_logging_enable']
1919 {{- end -}}
2020
2121 {{ if eq .Stress.testTarget "event-sync" }}
22- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_sync --duration 259200 --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
22+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_sync --duration 259200 --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --pyamqp_logging_enable']
2323 {{- end -}}
2424
2525 {{ if eq .Stress.testTarget "batch-async" }}
26- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_list_async --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable ']
26+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_list_async --duration 259200 --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --pyamqp_logging_enable ']
2727 {{- end -}}
2828
2929 {{ if eq .Stress.testTarget "batch-sync" }}
30- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_list_sync --duration 259200 --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable ']
30+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_list_sync --duration 259200 --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --pyamqp_logging_enable ']
3131 {{- end -}}
3232
3333 {{ if eq .Stress.testTarget "bplistsync" }}
34- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_list_sync --duration 259200 --buffered_mode --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
34+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_list_sync --duration 259200 --buffered_mode --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --pyamqp_logging_enable']
3535 {{- end -}}
3636
3737 {{ if eq .Stress.testTarget "bpasync" }}
38- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_async --duration 259200 --buffered_mode --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
38+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_async --duration 259200 --buffered_mode --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --pyamqp_logging_enable']
3939 {{- end -}}
4040
4141 {{ if eq .Stress.testTarget "bplistasync" }}
42- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_list_async --duration 259200 --buffered_mode --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable ']
42+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_list_async --duration 259200 --buffered_mode --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --pyamqp_logging_enable ']
4343 {{- end -}}
4444
4545 {{ if eq .Stress.testTarget "bpsync" }}
46- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_sync --duration 259200 --buffered_mode --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
46+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_sync --duration 259200 --buffered_mode --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --pyamqp_logging_enable']
4747 {{- end -}}
4848
4949 {{ if eq .Stress.testTarget "syncwebsockets" }}
50- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_sync --duration 259200 --transport_type 1 --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --transport_type 1 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
50+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_sync --duration 259200 --transport_type 1 --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --transport_type 1 --pyamqp_logging_enable']
5151 {{- end -}}
5252
5353 {{ if eq .Stress.testTarget "asyncwebsockets" }}
54- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_async --duration 259200 --transport_type 1 --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --transport_type 1 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
54+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_async --duration 259200 --transport_type 1 --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --transport_type 1 --pyamqp_logging_enable']
5555 {{- end -}}
5656
5757 {{ if eq .Stress.testTarget "sync-batch-web" }}
58- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_list_sync --duration 259200 --transport_type 1 --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --transport_type 1 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
58+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_list_sync --duration 259200 --transport_type 1 --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_sync.py --duration 259200 --transport_type 1 --pyamqp_logging_enable']
5959 {{- end -}}
6060
6161 {{ if eq .Stress.testTarget "async-batch-web" }}
62- command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && cat > $DEBUG_SHARE/output && python3 azure_eventhub_producer_stress.py -m stress_send_list_async --duration 259200 --transport_type 1 --log_filename $DEBUG_SHARE/output -- pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --transport_type 1 --log_filename $DEBUG_SHARE/output --pyamqp_logging_enable']
62+ command : ['bash', '-c', 'mkdir -p $DEBUG_SHARE && python3 azure_eventhub_producer_stress.py -m stress_send_list_async --duration 259200 --transport_type 1 --pyamqp_logging_enable & python3 azure_eventhub_consumer_stress_async.py --duration 259200 --transport_type 1 --pyamqp_logging_enable']
6363 {{- end -}}
6464
6565 {{- include "stress-test-addons.container-env" . | nindent 6 }}
0 commit comments