Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-32165

Null pointer exception when importing xml result

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • Jenkins 1.643
      Zephyr for JIRA Test Management plugin 1.3
      JIRA v7.0.4
      Zephyr for JIRA 3.1.0
      ZAPI for JIRA 2.1.0

      After loading test results form google test framework tests receive this error:
      Recording test results
      Build step 'Publish JUnit test result report' changed build result to UNSTABLE
      [ZapiTestResultReporter] [INFO] Examining test results...
      Build result is UNSTABLE
      Total Test Cases : 1ERROR: Build step failed with exception
      java.lang.NullPointerException
      at com.thed.zephyr.jenkins.utils.rest.TestCaseUtil.executeTests(TestCaseUtil.java:356)
      at com.thed.zephyr.jenkins.utils.rest.TestCaseUtil.processTestCaseDetails(TestCaseUtil.java:443)
      at com.thed.zephyr.jenkins.reporter.ZfjReporter.perform(ZfjReporter.java:98)
      at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
      at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
      at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
      at hudson.model.Build$BuildExecution.post2(Build.java:185)
      at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
      at hudson.model.Run.execute(Run.java:1763)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
      at hudson.model.ResourceController.execute(ResourceController.java:98)
      at hudson.model.Executor.run(Executor.java:410)
      Build step 'Publish test result to Zephyr for JIRA' marked build as failure
      Notifying upstream projects of job completion
      Finished: FAILURE

      It doesn't depend on number of test results, on it status (all failed, all success, failed and success).

            zeedeveloper Zephyr Developer
            ikolesoo Ilya Kolesov
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: