You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating gatling to version 3.10.3 no report can be created:
org.nuxeo.tools.gatling.report.ParserFactory#getVersionSpecificParser does not contain versions greater than 3.9.x
A new simulationParser file needs to be created.
Exception in thread "Thread-0" java.lang.IllegalArgumentException: Unknown Gatling simulation version: [RUN, nl.kadaster.ozon.xxx, xxx, 1703289618428, , 3.10.3]
at org.nuxeo.tools.gatling.report.ParserFactory.getVersionSpecificParser(ParserFactory.java:58)
at org.nuxeo.tools.gatling.report.ParserFactory.getParser(ParserFactory.java:26)
at org.nuxeo.tools.gatling.report.App.parseSimulationFile(App.java:69)
at org.nuxeo.tools.gatling.report.App.lambda$parseSimulationFiles$0(App.java:62)
at java.util.ArrayList.forEach(Unknown Source)
at org.nuxeo.tools.gatling.report.App.parseSimulationFiles(App.java:62)
at org.nuxeo.tools.gatling.report.App.run(App.java:55)
at java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
After updating gatling to version 3.10.3 no report can be created:
org.nuxeo.tools.gatling.report.ParserFactory#getVersionSpecificParser does not contain versions greater than 3.9.x
A new simulationParser file needs to be created.
The text was updated successfully, but these errors were encountered: