[Gatling] Trying the 1.1.0-SNAPSHOT

50 views
Skip to first unread message

Stéphane Landelle

unread,
Mar 12, 2012, 10:25:13 AM3/12/12
to gat...@googlegroups.com
Hi,

For those having questions/issues on 1.0.3, could you please consider migrating on the 1.1.0-SNAPSHOT I uploaded here, please?

The reason is that we'll be releasing the 1.1.0 this month and we've been breaking quite a few things since 1.0.3.
So the lazy me would rather explain/help on how things should/will work instead of how they used to.

You'll have some small migration effort :
  • txt format has been dropped. If you were using it, you can transform your old scenarios into scala format :
    • change extension to .scala
    • surround your simulation with the following code to make it a scala class :

import com.excilys.ebi.gatling.core.Predef._

import com.excilys.ebi.gatling.http.Predef._

class YourSimulationName extends Simulation {

def apply = {

YOUR SIMULATION COMES HERE
}
}
  • replace "runSimulations" by "List"
  • replace in your checks "eq" by "is" and "neq" by "not"
Cheers,

Steph

Stéphane Landelle

unread,
Mar 13, 2012, 5:33:29 AM3/13/12
to Gatling User Group
Please note that the recorder is no longer a standalone ubberjar.
It now is to be launched from a script located in the bin directory.

Stéphane Landelle

unread,
Mar 13, 2012, 5:40:55 AM3/13/12
to Gatling User Group
Stupid me didn't upload the right bundle (the one with the highcharts
reports module).
Here is the right link:
https://github.com/downloads/excilys/gatling/gatling-charts-highcharts-1.1.0.20120312-bundle.zip

Sorry...

Josh Stone

unread,
Mar 15, 2012, 6:35:53 PM3/15/12
to gat...@googlegroups.com
DId the maven archetype get moved somewhere? I'm not able to find it with a quick search through the code...

Josh

Stéphane Landelle

unread,
Mar 16, 2012, 3:13:41 AM3/16/12
to gat...@googlegroups.com
Hi Josh,

The archetype is where it has always been: in the gatling-highcharts project :)

If you want to use the archetype snapshot, you have to build both projects (gatling AND gatling-highcharts) from sources.

Cheers,

Stephane

2012/3/15 Josh Stone <paces...@gmail.com>

Josh Stone

unread,
Mar 16, 2012, 1:49:38 PM3/16/12
to gat...@googlegroups.com
Ah, I was looking for it under the gatling project. Thanks.

Josh

Josh Stone

unread,
Mar 16, 2012, 2:13:36 PM3/16/12
to gat...@googlegroups.com
FYI - the Recorder that is created by the archetype refers to some constants that don't exist in the current snapshot:

CommandLineOptionsConstants.{ REQUEST_BODIES_FOLDER_OPTION, PACKAGE_OPTION, OUTPUT_FOLDER_OPTION }


Cheers,

Josh

Reply all
Reply to author
Forward
0 new messages