Merge pull request #10146 from slandelle/master

Reset Gatling user state on each iteration
This commit is contained in:
Loredana Crusoveanu 2020-10-10 11:35:00 +03:00 committed by GitHub
commit 2c8d7bf7e4
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class RewardsScenario extends Simulation {
.exec(http("get_transactions")
.get("/transactions/findAll/${rwdId}"))
.exec(_.removeAll("txnId", "txtDate", "custId", "rwdId"))
}
setUp(
scn.inject(atOnceUsers(100))