Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 496 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 496 Bytes

Reproduce Gatling problem

Minimal project to reproduce the problem described at gatling/gatling#3360 (comment)

Steps to reproduce the problem:

Run

sbt gatling-it:testOnly com.mycompany.myproject.PerftestB

Examine the logs and note that bote PerftestA and PerftestB are being run. (The tests will fail unless you have some server running at port 9000 on localhost. Having the tests succeed is not essential for reproducing the problem.)