-
Bug
-
Resolution: Unresolved
-
Major
-
None
We are running Neoload tests in Jenkins using the Neoload plugin and see a strange error at the end of the pipeline that fails the job. In fact, tests are run without issues, also we see Neoload reports in the Jenkins UI.
OS: Linux
Neoload plugin version: 2.2.11
Here is Jenkins console output:
PR_CI_CD.nlp file has been found in /opt/Neoload7.7/projects/lsm-perf.
Logging to /var/lib/jenkins/.neotys/neoload/v7.7/logs, as user: jenkins
Loading project: /opt/Neoload7.7/projects/lsm-perf/PR_CI_CD.nlp
Project PR_CI_CD loaded
Launching scenario: CCNAW_20usr_CI_CD_PF2 (00h:03m:00s)
Initializing...
[MonitorEngine] DEBUG 2022-02-23 12:30:45.352 [com.neot] (): Using SSLContext of recorder
DEBUG 2022-02-23 12:30:45.378 [com.neot] (): Use default SSLContext, no client certificate used
Initializing Monitors...
Pre-Monitoring...
Running
....................
Stopping...
Post-Monitoring...
Stopping Monitors...
Stopped.
WARNING! The option -SLAJUnitResults is deprecated, use -SLAJUnitReport instead.
Generating report /var/lib/jenkins/jobs/Other/jobs/PartnerSelect NeoLoad/workspace@2/neoload-report/report.html... Done.
Generating report /var/lib/jenkins/jobs/Other/jobs/PartnerSelect NeoLoad/workspace@2/neoload-report/report.xml... Done.
Generating report /var/lib/jenkins/jobs/Other/jobs/PartnerSelect NeoLoad/workspace@2/neoload-report/junit-sla-results.xml... Done.
Exit with status: 1
Archiving neoload-report/report.html,neoload-report/report_files/**,neoload-report/report.xml,neoload-report/report.dtd,neoload-report/junit-sla-results.xml
Archiving artifacts
Building trends...[Pipeline] }[Pipeline] // script[Pipeline] }[Pipeline] // node[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Declarative: Post Actions)[Pipeline] echo ========< tasks completed >========[Pipeline] script[Pipeline]
[Pipeline] // script[Pipeline] }[Pipeline] // stage[Pipeline] }[Pipeline] // timeout[Pipeline] }[Pipeline] // withEnv[Pipeline] }[Pipeline] // node[Pipeline] End of Pipelineorg.jenkinsci.plugins.neoload.integration.supporting.NeoloadException: Error occurred during the test.
at org.jenkinsci.plugins.neoload.integration.NeoBuildAction.perform(NeoBuildAction.java:981)
at org.jenkinsci.plugins.neoload.integration.steps.NeoloadRunStepExecution.run(NeoloadRunStepExecution.java:84)
at org.jenkinsci.plugins.neoload.integration.steps.NeoloadRunStepExecution.run(NeoloadRunStepExecution.java:44)
at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
at hudson.security.ACL.impersonate2(ACL.java:449)
at hudson.security.ACL.impersonate(ACL.java:461)
at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Finished: FAILURE