• Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • tap-plugin
    • None

      In perl test suites, it's common to do a SKIPALL on certain test files when you for instance determine that you're on the wrong OS, or if long tests are not enabled.

      <testsuites>
        <testsuite failures="0"
                   errors="0"
                   tests="0"
                   name="00_devel_smoke_binaries_t">
          <system-out><![CDATA[1..0 # SKIP Long-running tests disabled unless SLOW_TESTS environment variable set.
      ]]></system-out>
          <system-err></system-err>
        </testsuite>
      </testsuites>
      

      When the TAP parser hits these, it declares the build a failure. If the well formed XML is declaring 0 tests, how is this a failure condition?

        1. screenshot006.png
          63 kB
          Bruno P. Kinoshita
        2. screenshot004.png
          93 kB
          Bruno P. Kinoshita
        3. screenshot005.png
          10 kB
          Bruno P. Kinoshita

          [JENKINS-16326] TAP Parser can't handle SKIP_ALL

          Todd Rinaldo created issue -
          Bruno P. Kinoshita made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Bruno P. Kinoshita made changes -
          Attachment New: screenshot004.png [ 23238 ]
          Attachment New: screenshot005.png [ 23239 ]
          Bruno P. Kinoshita made changes -
          Attachment New: screenshot006.png [ 23240 ]
          Bruno P. Kinoshita made changes -
          Status Original: In Progress [ 3 ] New: Open [ 1 ]
          Bruno P. Kinoshita made changes -
          Resolution New: Not A Defect [ 7 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Bruno P. Kinoshita made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 147141 ] New: JNJira + In-Review [ 206326 ]

            kinow Bruno P. Kinoshita
            toddr Todd Rinaldo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: