Skip to content

Commit

Permalink
Spsh 1390 (#19)
Browse files Browse the repository at this point in the history
* setup

* clean up + updates

* add missing config case

* add queries as tag

* only include set values in query-tag

* remove qs from log

* dbg: increase timeout

* only use normal admins

* add more time checks

* disable string filter test

* reenable suchString+SYSADMINs

* add user creation in setup

* formatting

* update spec

* try different import

* make imports specific

* commit generated client

* add check

* reduce to 1 timing check

* add null safety to check

* make uc more robust

* simplify urls in metrics

* revert gha for merge
  • Loading branch information
clauyan authored Nov 29, 2024
1 parent b825bcb commit 8d7744e
Show file tree
Hide file tree
Showing 168 changed files with 25,640 additions and 164 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: "Branch to take test code and helm/cron setup from"
required: false
type: string
default: main
default: "main"
branch_img:
description: "Branch to take Dockerfile/img from"
required: false
Expand All @@ -23,7 +23,7 @@ on:
description: "sets CONFIG env var used as k6 input"
required: false
type: string
default: "debug"
default: "plateau"
max_vus:
description: "sets the maximum number of virtual users"
required: false
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ dist
.pnp.*

loadtest/data/users.json
loadtest/api-client/generated/
output/
8 changes: 3 additions & 5 deletions charts/schulportal-load-tests/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ cronjobs:
serviceName: dev-scenario
spsh_base: "https://main.dev.spsh.dbildungsplattform.de"
kc_base: "kc_base"
# jobsParallelism: not used yet but available? test it
staging-scenario:
serviceName: staging-scenario
spsh_base: "https://spsh.staging.spsh.dbildungsplattform.de"
kc_base: "https://keycloak.staging.spsh.dbildungsplattform.de"
# prod-scenario:
# serviceName: prod-scenario
# image: ghcr.io/dbildungsplattform/schulportal-load-tests:latest
# environment: spsh.dbildungsplattform.de
prod-scenario:
serviceName: prod-scenario
spsh_base: "https://spsh.dbildungsplattform.de"
8 changes: 8 additions & 0 deletions loadtest/api-client/generated/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions loadtest/api-client/generated/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions loadtest/api-client/generated/.openapi-generator-ignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 144 additions & 0 deletions loadtest/api-client/generated/.openapi-generator/FILES

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions loadtest/api-client/generated/.openapi-generator/VERSION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8d7744e

Please sign in to comment.