Gatling reusing user already used...

Hi,

I’ve got a problem and I don’t know if it’s normal or not, and if it did this before or not.
Let’s take a really simple example : I’m testing a single page /index.php which replies with cookies (set-cookie parameters), and I’m doing a simple test with 5 users.

Gatling should do this :

  • user#0 GET /index.php without any cookie sent

  • user#1 GET /index.php without any cookie sent

  • user#2 GET /index.php without any cookie sent

  • user#3 GET /index.php without any cookie sent

  • user#4 GET /index.php without any cookie sent

But I got this many times in my test :

  • user#0 GET /index.php without any cookie sent

  • user#1 GET /index.php without any cookie sent

  • user#2 GET /index.php without any cookie sent

  • user#0 GET /index.php with cookies which were set the first time !!!

  • user#3 GET /index.php without any cookie sent

Is this normal ?

Thanks !
Regards.

Hi,

Which version are you using?
Can you share your scenario?

cheers
Nicolas

I’ve fixed some cookie related issues lately.
Could you give the snapshot a try please?
https://github.com/excilys/gatling/wiki/Continuous-Integration

Here’s your migrated simulation:
https://gist.github.com/slandelle/9763678

Damn I know why, forget it, sorry xD

OK :slight_smile:

Cool, thanks for the heads up.