Skip to content

Commit

Permalink
set request_concurrency 1 in capture tests (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
niclim authored Feb 5, 2024
1 parent e8b29ff commit c1b550a
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
capture:
openapi-with-overlapping-paths.yml:
config:
request_concurrency: 1
server:
command: node server.js
url: http://localhost:%PORT
Expand All @@ -23,6 +25,8 @@ capture:
- path: /authors
method: GET
openapi.yml:
config:
request_concurrency: 1
server:
command: node server.js
url: http://localhost:%PORT
Expand All @@ -49,6 +53,8 @@ capture:
- path: /authors
method: GET
openapi-prefixed-url.yml:
config:
request_concurrency: 1
server:
command: node server.js
url: http://localhost:%PORT/api
Expand All @@ -70,6 +76,8 @@ capture:
- path: /authors
method: GET
openapi-prefix-and-server-urls.yml:
config:
request_concurrency: 1
server:
command: node server.js
url: http://localhost:%PORT/api
Expand All @@ -91,6 +99,8 @@ capture:
- path: /authors
method: GET
openapi-with-external-ref.yml:
config:
request_concurrency: 1
server:
command: node server.js
url: http://localhost:%PORT
Expand All @@ -101,6 +111,8 @@ capture:
- path: /books
method: GET
openapi-with-external-ref-spaces.yml:
config:
request_concurrency: 1
server:
command: node server.js
url: http://localhost:%PORT
Expand All @@ -111,6 +123,8 @@ capture:
- path: /books
method: GET
openapi-with-server-prefix.yml:
config:
request_concurrency: 1
server:
command: node server.js
url: http://localhost:%PORT
Expand All @@ -135,6 +149,8 @@ capture:
- path: /healthcheck
method: GET
openapi-with-ignore.yml:
config:
request_concurrency: 1
server:
command: node server.js
url: http://localhost:%PORT
Expand Down

0 comments on commit c1b550a

Please sign in to comment.