Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 55965e0

Browse files
committed
Fixed issue in the Fargate task runner python script
1 parent 5a12146 commit 55965e0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FROM blazemeter/taurus
2-
ADD examples/elasticsearch /bzt-configs/
2+
ADD examples/http /bzt-configs/

bin/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def start_distributed_load_test():
7777
overrides={
7878
'containerOverrides': [
7979
{
80+
'name': 'dlt-fargate-task',
8081
'environment': [
8182
{
8283
'name': 'ENDPOINT_UNDER_TEST',

examples/elasticsearch/taurus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1515
execution:
1616
- executor: mocha
17-
hold-for: 1m
17+
hold-for: 10m
1818
scenario:
1919
script: producer.test.js
2020
- executor: mocha
21-
hold-for: 1m
21+
hold-for: 10m
2222
scenario:
2323
script: consumer.test.js
2424

0 commit comments

Comments
 (0)