Gatling 2.1.5 is out

Hi there,

The Gatling team is very proud to announce the availability of Gatling 2.1.5.

This release includes new versions of:

  • core Gatling
  • Highcharts reports
  • maven plugin
  • sbt plugin

Amongst others, please note the following fixes:

  • race condition in AsyncHttpClient causing excessive “Remotely closed” exceptions
  • gatling-maven-plugin compatibility with maven 3.3
  • digest auth
  • SSLSessionContext not collected fast enough

See here for full release note.

We also released Gatling Jenkins Plugin 1.1.1 that fix compatibility with recent Jenkins versions.

Users are strongly advised to upgrade.

Regards,

Stephane et al,

Thanks for all the creative effort you have put into this project, which is without doubt the most promising load-test tool in existence. Thanks also for the patience you have had for those like me who have had at various times asked the most stupidest of questions.

I wish you every success for future releases and I hope to see you soon training us at the BBC.

Many Thanks

Adrian Lewis

Thanks for your kind words, Adrian!

Hi,

I am facing errors while building my Gatling project in Jenkins:

  1. Plugin used in project with version 2.1.5
io.gatling gatling-maven-plugin ${gatling-plugin.version} test **execute** src/test/resources/data target/gatling/results src/test/resources/request-bodies src/test/scala
  1. I am using Jenkins 1.1.0 plugin which supports Gatling 2.

  2. Error getting in Jenkins:

[INFO] <b>--- gatling-maven-plugin:2.1.5:execute (default) @ flightsearch-api ---
</b>java.lang.NoClassDefFoundError: com/typesafe/zinc/Setup
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
	at java.lang.Class.privateGetMethodRecursive(Class.java:3040)
	at java.lang.Class.getMethod0(Class.java:3010)
	at java.lang.Class.getMethod(Class.java:1776)
	at io.gatling.mojo.MainWithArgsInFile.runMain(MainWithArgsInFile.java:43)
	at io.gatling.mojo.MainWithArgsInFile.main(MainWithArgsInFile.java:33)
Caused by: java.lang.ClassNotFoundException: com.typesafe.zinc.Setup
	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 7 more

Please advice.

Thanks,
Prakhar Srivastava

Please do not flood threads.
You’ve created a thread with your question, you will get an answer there.

Cheers,

Pierre

I want to show my appreciation for the team who develop and manage Gatling and always make it better. Also thanks for always answering my questions in a timely manner. Being a newbie in load testing definitely causes some trouble, yet your patience to answer the questions helps me a lot :slight_smile:

Thanks,
Brian

Thanks for your kind words!