I am running Jmeter performance test in distributed mode (2 slaves + master). In my test script I have configured Summary Report which should save some data to csv file. This file location is configured with fixed name "reports/summary.csv" value.
When I connect successfully from master to both slaves, tests finish on slaves, but no data is returned to master directory "reports/summary.csv". When I was running setup with one slave and master, master was collecting this data. What could be the problem when I have 2 slaves? Name conflict maybe?