Hi @Sameera_De_Silva, thanks for using Rally!
I believe the issue here is you end up running your tests concurrently with the trailing &
in your command, as that will background the esrally task and move on to the next loop iteration.
Hope that helps,
Rick B