Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-1144

Time for testsuite on commandline does not suit with the time value given in the report file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.18
    • 2.19
    • Maven Surefire Plugin
    • None

    Description

      Currently i have a build where i got printed out the following:

      [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ supose-cli ---
      [INFO] Surefire report directory: /Users/kama/ws-git/supose/supose-cli/target/surefire-reports
      
      -------------------------------------------------------
       T E S T S
      -------------------------------------------------------
      Running com.soebes.supose.cli.SuposeCLITest
      Configuring TestNG with: TestNG652Configurator
      Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec - in com.soebes.supose.cli.SuposeCLITest
      
      Results :
      
      Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
      
      [INFO]
      

      So if i take a look into the appropriate surefire-report file supose-cli/target/surefire-reports/TEST-com.soebes.supose.cli.SuposeCLITest.xml i see the following in the first lines:

      <?xml version="1.0" encoding="UTF-8"?>
      <testsuite name="com.soebes.supose.cli.SuposeCLITest" time="0.142" tests="22" errors="0" skipped="0" failures="0">
        <properties>
      

      which shows a complete different time 0.142 instead of 0.562.

      I have had expected to see the same time in the xml file as well as on the print out on console...

      So the question is: Where does this difference come frome? Do i misundestand a thing here?

      Attachments

        1. surefire.reports.tar.gz
          217 kB
          Karl Heinz Marbaise
        2. mvn.log
          16 kB
          Karl Heinz Marbaise

        Activity

          People

            tibordigana Tibor Digana
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: