Gatling 2.0.0.20130625

Hi there (again),

For the adventurous souls willing to walk on the wild side, we’ve just uploaded a timestamp of the Gatling 2 branch.
Please help and send feedback so we can polish it before 2.0.0-M3!

The binaries can be found in Excilys’ Nexus:
http://repository.excilys.com/index.html

This version is not documented aside from what can be found in the bug tracker: https://github.com/excilys/gatling/issues?milestone=36&page=1&state=closed

The most notable changes are:

Stéphane

Hi Stéphane,

I ran into this error on this timestamped version (probably caused by a timeout ore something since I was totally overloading the system):

[ERROR] [06/28/2013 11:59:17.696] [GatlingSystem-akka.actor.default-dispatcher-3] [akka://GatlingSystem/user/$c/$Vx] null
java.lang.NullPointerException
at io.gatling.http.ahc.AsyncHandlerActor$$anonfun$receive$1.applyOrElse(AsyncHandlerActor.scala:79)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:425)
at akka.actor.ActorCell.invoke(ActorCell.scala:386)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:230)
at akka.dispatch.Mailbox.run(Mailbox.scala:212)
at akka.dispatch.ForkJoinExecutorConfigurator$MailboxExecutionTask.exec(AbstractDispatcher.scala:506)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

Cheers,

Stefan

I’ve once again refactored this part.
I’ll try to release a new timestamp.