GitHub user dbtsai opened a pull request:

    https://github.com/apache/spark/pull/1333

    Upgrade junit_xml_listener to 0.5.1 which fixes the following issues

    1) fix the class name to be fully qualified classpath
    2) make sure the the reporting time is in second not in miliseond, which 
causing JUnit HTML to report incorrect number
    3) make sure the duration of the tests are accumulative.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dbtsai/spark dbtsai-junit

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1333.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1333
    
----
commit bbeac4b55551bb8635eec2b046f1c4cfd15b64d0
Author: DB Tsai <dbt...@alpinenow.com>
Date:   2014-07-08T18:44:47Z

    Upgrade junit_xml_listener to 0.5.1 which fixes the following issues
    
    1) fix the class name to be fully qualified classpath
    2)  make sure the the reporting time is in second not in miliseond, which 
causing JUnit HTML to report incorrect number
    3)  make sure the duration of the tests are accumulative.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to