Hello.
I’ve forked and cloned Gatling repository, switched to 2.0.0-M3X branched and tried to build Gatling (mvn clean install). Unfortunately tests failed and I received the following output:
Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec <<< FAILURE!
console summary progress bar should::handle it correctly when there are running and done users(io.gatling.core.result.writer.ConsoleDataWriterSpec) Time elapsed: 0.037 sec <<< FAILURE!
'rg.specs2.reporter.JUnitReporter$$anon$1: ‘[###################################################################-------] 90%
is not equal to
]>###################################################################-------] 90%’ expected:<…########-------] 90%[]> but was:<…########-------] 90%[
at io.gatling.core.result.writer.ConsoleDataWriterSpec$$anonfun$1$$anonfun$apply$24.apply(ConsoleDataWriterSpec.scala:76)
at io.gatling.core.result.writer.ConsoleDataWriterSpec$$anonfun$1$$anonfun$apply$24.apply(ConsoleDataWriterSpec.scala:68)
console summary progress bar should::handle it correctly when all the users are waiting(io.gatling.core.result.writer.ConsoleDataWriterSpec) Time elapsed: 0.037 sec <<< FAILURE!
'rg.specs2.reporter.JUnitReporter$$anon$1: ‘[ ] 0%
is not equal to
]> ] 0%’ expected:<… ] 0%[]> but was:<… ] 0%[
at io.gatling.core.result.writer.ConsoleDataWriterSpec$$anonfun$1$$anonfun$apply$6.apply(ConsoleDataWriterSpec.scala:44)
at io.gatling.core.result.writer.ConsoleDataWriterSpec$$anonfun$1$$anonfun$apply$6.apply(ConsoleDataWriterSpec.scala:38)
console summary progress bar should::handle it correctly when all the users are running(io.gatling.core.result.writer.ConsoleDataWriterSpec) Time elapsed: 0.037 sec <<< FAILURE!
'rg.specs2.reporter.JUnitReporter$$anon$1: ‘[--------------------------------------------------------------------------] 0%
is not equal to
]>--------------------------------------------------------------------------] 0%’ expected:<…---------------] 0%[]> but was:<…---------------] 0%[
at io.gatling.core.result.writer.ConsoleDataWriterSpec$$anonfun$1$$anonfun$apply$12.apply(ConsoleDataWriterSpec.scala:54)
at io.gatling.core.result.writer.ConsoleDataWriterSpec$$anonfun$1$$anonfun$apply$12.apply(ConsoleDataWriterSpec.scala:47)
console summary progress bar should::handle it correctly when all the users are done(io.gatling.core.result.writer.ConsoleDataWriterSpec) Time elapsed: 0.037 sec <<< FAILURE!
'rg.specs2.reporter.JUnitReporter$$anon$1: ‘[##########################################################################]100%
is not equal to
]>##########################################################################]100%’ expected:<…###############]100%[]> but was:<…###############]100%[
at io.gatling.core.result.writer.ConsoleDataWriterSpec$$anonfun$1$$anonfun$apply$18.apply(ConsoleDataWriterSpec.scala:65)
at io.gatling.core.result.writer.ConsoleDataWriterSpec$$anonfun$1$$anonfun$apply$18.apply(ConsoleDataWriterSpec.scala:57)
…
[INFO] gatling-parent … SUCCESS [4.470s]
[INFO] gatling-core … FAILURE [40.347s]
[INFO] gatling-jdbc … SKIPPED
[INFO] gatling-redis … SKIPPED
[INFO] gatling-http … SKIPPED
[INFO] gatling-charts … SKIPPED
[INFO] gatling-metrics … SKIPPED
[INFO] gatling-app … SKIPPED
[INFO] gatling-recorder … SKIPPED
[INFO] gatling-bundle … SKIPPED
[INFO] gatling-maven-plugin … SKIPPED
How can I fix this issue?
Best regards,
Ivan.