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

Update docs warning about csv data split between distributed pods #206

Merged
merged 1 commit into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/jmeter/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ This config element should be nested under HTTP request sampler. Read more about

> **Important note!** In Kangal the path to the test data file is always the same **/testdata/testdata.csv**. Please specify this path in Filename field of your CSV Data Set Config. Otherwise the test run by Kangal will not see the the provided data.

**The test data will be equally divided between the number of pods set on distributedPods parameter**

## Test with environment variables
Some tests may contain sensitive information like DB connection parameters, authorization tokens, etc. You can provide this information as environment variables which will be applied in load test environment before running test.

Expand Down
2 changes: 2 additions & 0 deletions docs/user-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Create a new load test by making a POST request to Kangal Proxy.

> **Note**: The sample CURL commands below use example test files, those files can be found in [Kangal repository](https://github.com/hellofresh/kangal/).

**The test data will be equally divided between the number of pods set on distributedPods parameter**

### Using JMeter
```shell
curl -X POST http://${KANGAL_PROXY_ADDRESS}/load-test \
Expand Down