[Gatling] Trying the 1.1.0-SNAPSHOT

50 vues
Accéder directement au premier message non lu

Stéphane Landelle

non lue,
12 mars 2012, 10:25:1312/03/2012
à 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

non lue,
13 mars 2012, 05:33:2913/03/2012
à 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

non lue,
13 mars 2012, 05:40:5513/03/2012
à 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

non lue,
15 mars 2012, 18:35:5315/03/2012
à 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

non lue,
16 mars 2012, 03:13:4116/03/2012
à 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

non lue,
16 mars 2012, 13:49:3816/03/2012
à gat...@googlegroups.com
Ah, I was looking for it under the gatling project. Thanks.

Josh

Josh Stone

non lue,
16 mars 2012, 14:13:3616/03/2012
à 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

Répondre à tous
Répondre à l'auteur
Transférer
0 nouveau message