Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add load-test case for PRs #404

Merged
merged 9 commits into from
May 14, 2023
Merged
19 changes: 18 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
delay: 20s
max_attempts: 3

quest:
quest-smoke:
image: ghcr.io/parseablehq/quest:main
command: ["smoke", "http://parseable:8000", "parseableadmin", "parseableadmin"]
networks:
Expand All @@ -70,3 +70,20 @@ services:
condition: on-failure
delay: 20s
max_attempts: 3

quest-load:
image: ghcr.io/parseablehq/quest:main
command: ["load", "http://parseable:8000", "parseableadmin", "parseableadmin", "20"]
networks:
- parseable-internal
depends_on:
quest-smoke:
condition: service_completed_ successfully
nitisht marked this conversation as resolved.
Show resolved Hide resolved
- parseable
nitisht marked this conversation as resolved.
Show resolved Hide resolved
deploy:
restart_policy:
condition: on-failure
delay: 20s
max_attempts: 3