Merge "Save raw task results in chunks"

This commit is contained in:
Jenkins 2016-12-29 15:34:19 +00:00 committed by Gerrit Code Review
commit 416e60e8b1
2 changed files with 19 additions and 4 deletions

View File

@ -111,6 +111,10 @@
# value) # value)
#openstack_client_http_timeout = 180.0 #openstack_client_http_timeout = 180.0
# Size of raw result chunk in iterations (integer value)
# Minimum value: 1
#raw_result_chunk_size = 1000
[benchmark] [benchmark]
@ -242,12 +246,12 @@
# the status. (floating point value) # the status. (floating point value)
#magnum_cluster_create_prepoll_delay = 5.0 #magnum_cluster_create_prepoll_delay = 5.0
# Time(in sec) to wait for magnum cluster to be created. (floating point # Time(in sec) to wait for magnum cluster to be created. (floating
# value) # point value)
#magnum_cluster_create_timeout = 1200.0 #magnum_cluster_create_timeout = 1200.0
# Time interval(in sec) between checks when waiting for cluster creation. # Time interval(in sec) between checks when waiting for cluster
# (floating point value) # creation. (floating point value)
#magnum_cluster_create_poll_interval = 1.0 #magnum_cluster_create_poll_interval = 1.0
# Delay between creating Manila share and polling for its status. # Delay between creating Manila share and polling for its status.

View File

@ -556,6 +556,17 @@
failure_rate: failure_rate:
max: 0 max: 0
-
args:
sleep: 0
runner:
type: "constant"
times: 4500
concurrency: 20
sla:
failure_rate:
max: 0
Dummy.dummy_exception: Dummy.dummy_exception:
- -
args: args: