From 3ab79a6cec735e2a82131c7a0f6d2347eb08d340 Mon Sep 17 00:00:00 2001 From: kushthedude Date: Sat, 17 Aug 2019 05:26:18 +0530 Subject: [PATCH 1/4] Upgrading Dredd to 11.0.0 Stable --- .travis.yml | 2 +- dredd.yml | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a359af62d..b8f8542d7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before-install: install: - npm install -g aglio - - npm install -g dredd@4.0.0 + - npm install -g dredd@11.0.0 - pip3 install -r requirements/tests.txt env: diff --git a/dredd.yml b/dredd.yml index 7a42d9944b..1c7cadf0c2 100644 --- a/dredd.yml +++ b/dredd.yml @@ -1,7 +1,7 @@ dry-run: null hookfiles: ./tests/hook_main.py language: python -sandbox: false +# sandbox: false server: python manage.py runserver server-wait: 2 init: false @@ -18,16 +18,14 @@ inline-errors: false details: false method: [] color: true -level: info -timestamp: false -silent: false +loglevel: info path: [] -hooks-worker-timeout: 11000 -hooks-worker-connect-timeout: 5000 -hooks-worker-connect-retry: 500 +hooks-worker-timeout: 15000 +hooks-worker-connect-timeout: 10000 +hooks-worker-connect-retry: 1000 hooks-worker-after-connect-wait: 100 -hooks-worker-term-timeout: 5000 -hooks-worker-term-retry: 500 +hooks-worker-term-timeout: 10000 +hooks-worker-term-retry: 1000 hooks-worker-handler-host: 127.0.0.1 hooks-worker-handler-port: 61321 config: ./dredd.yml From 538b1c874e673c600e8281ab2e5071ef16afafa7 Mon Sep 17 00:00:00 2001 From: kushthedude Date: Sat, 17 Aug 2019 06:04:03 +0530 Subject: [PATCH 2/4] Upgrading Dredd to 11.0.0 Stable --- dredd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dredd.yml b/dredd.yml index 1c7cadf0c2..3396dda9b4 100644 --- a/dredd.yml +++ b/dredd.yml @@ -18,7 +18,7 @@ inline-errors: false details: false method: [] color: true -loglevel: info +loglevel: warning path: [] hooks-worker-timeout: 15000 hooks-worker-connect-timeout: 10000 From 0e5f810e571ff77fe04d77b7fc090b68a15a0a2b Mon Sep 17 00:00:00 2001 From: Kush Trivedi Date: Sat, 17 Aug 2019 06:29:41 +0530 Subject: [PATCH 3/4] Update dredd.yml Co-Authored-By: Areeb Jamal --- dredd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/dredd.yml b/dredd.yml index 3396dda9b4..54dfe98baa 100644 --- a/dredd.yml +++ b/dredd.yml @@ -1,7 +1,6 @@ dry-run: null hookfiles: ./tests/hook_main.py language: python -# sandbox: false server: python manage.py runserver server-wait: 2 init: false From ab7a79560f721013fb766ba009181002f60a2d4c Mon Sep 17 00:00:00 2001 From: kushthedude Date: Sat, 17 Aug 2019 06:34:43 +0530 Subject: [PATCH 4/4] Upgrading Dredd to latest --- .travis.yml | 2 +- dredd.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8f8542d7e..5619e66925 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before-install: install: - npm install -g aglio - - npm install -g dredd@11.0.0 + - npm install -g dredd - pip3 install -r requirements/tests.txt env: diff --git a/dredd.yml b/dredd.yml index 3396dda9b4..40e661afac 100644 --- a/dredd.yml +++ b/dredd.yml @@ -13,11 +13,7 @@ reporter: apiary output: [] header: [] sorted: false -user: null -inline-errors: false -details: false method: [] -color: true loglevel: warning path: [] hooks-worker-timeout: 15000