Skip to content

Commit

Permalink
update docs warning about csv data split between distributed pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Hager Lopes de Andrade Katz committed Feb 25, 2022
1 parent 20526d3 commit cab84f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit cab84f6

Please sign in to comment.