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

Enable Gatling HTTPS support and path configuration #3308

Closed
dlvenable opened this issue Sep 6, 2023 · 0 comments · Fixed by #3312
Closed

Enable Gatling HTTPS support and path configuration #3308

dlvenable opened this issue Sep 6, 2023 · 0 comments · Fixed by #3312
Assignees
Labels
enhancement New feature or request maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Milestone

Comments

@dlvenable
Copy link
Member

Is your feature request related to a problem? Please describe.

The Gatling performance tests do not run against an HTTPS endpoint. And it always uses the /log/ingest endpoint, but this is now configurable.

Describe the solution you'd like

Continue the current pattern of using Java system properties to configure these values.

  • -Dprotocol=https
  • -Dpath=/my/path
@dlvenable dlvenable added enhancement New feature or request maintenance Issues to help maintain the project, such as improving builds, testing, etc. and removed untriaged labels Sep 6, 2023
@dlvenable dlvenable self-assigned this Sep 6, 2023
@dlvenable dlvenable added this to the v2.5 milestone Sep 6, 2023
@dlvenable dlvenable moved this from Unplanned to In progress in Data Prepper Tracking Board Sep 6, 2023
dlvenable added a commit to dlvenable/data-prepper that referenced this issue Sep 6, 2023
dlvenable added a commit to dlvenable/data-prepper that referenced this issue Sep 7, 2023
…he Gatling setup into constructors rather than static initializers. Resolves opensearch-project#3308.

Signed-off-by: David Venable <[email protected]>
dlvenable added a commit that referenced this issue Sep 7, 2023
…S SigV4 (#3312)

Adds Gatling configurations for using HTTPS and for configuring the target path. Resolves #3308. 

Increase the maximum response time for the SingleRequestSimulation to 1 second. This is in line with other tests. 

Adds AWS SigV4 signing in the Gatling performance tests. Also moves the Gatling setup into constructors rather than static initializers. Resolves #3308.

Signed-off-by: David Venable <[email protected]>
@github-project-automation github-project-automation bot moved this from In progress to Done in Data Prepper Tracking Board Sep 7, 2023
asifsmohammed pushed a commit to asifsmohammed/data-prepper that referenced this issue Sep 27, 2023
…S SigV4 (opensearch-project#3312)

Adds Gatling configurations for using HTTPS and for configuring the target path. Resolves opensearch-project#3308. 

Increase the maximum response time for the SingleRequestSimulation to 1 second. This is in line with other tests. 

Adds AWS SigV4 signing in the Gatling performance tests. Also moves the Gatling setup into constructors rather than static initializers. Resolves opensearch-project#3308.

Signed-off-by: David Venable <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant