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

benchmark tool improvements #1849

Merged

Commits on Dec 22, 2023

  1. Fix maxWait value to match the newest version of xk6-kafka

    Use TestRun kubernetes resource, instead of k6, since it will be deprecated
    Add max retries on connection status fetching(CONNECTION_OPEN_MAX_RETRIES), after which the test aborts execution
    Add Service for mmock
    Use better naming for some env variables
    Add sample helm values.yaml for ditto
    Add --quiet false option for full logging when running k6 test inside kubernetes
    Remove AUTH_CONTEXT env var, value is equal to DITTO_PRE_AUTHENTICATED_HEADER_VALUE
    
    Signed-off-by: Vasil Vasilev <[email protected]>
    vvasilevbosch committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b5d7a3f View commit details
    Browse the repository at this point in the history
  2. Remove test-local.env, rename test-cluster.env to test.env, add copyr…

    …ight headers to ditto-helm-values.yaml
    
    Signed-off-by: Vasil Vasilev <[email protected]>
    vvasilevbosch committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0f005aa View commit details
    Browse the repository at this point in the history