[Issue 3521] New - script to generate the Junit report based on Subversion test results.

View: New views
3 Messages — Rating Filter:   Alert me  

[Issue 3521] New - script to generate the Junit report based on Subversion test results.

by Gavin Baumanis-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://subversion.tigris.org/issues/show_bug.cgi?id=3521
                 Issue #|3521
                 Summary|script to generate the Junit report based on Subversio
                        |n test results.
               Component|subversion
                 Version|---
                Platform|All
                     URL|http://subversion.tigris.org/ds/viewMessage.do?dsForum
                        |Id=462&dsMessageId=2410275
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|tools
             Assigned to|issues@subversion
             Reported by|gavinbaumanis






------- Additional comments from gavinbaumanis@... Sat Nov  7 01:27:31 -0800 2009 -------
Patch submitted by:Bhuvaneswaran A
-=--=-=-=-=-=-=-=-

Hello,
Please find attached a script to generate the Junit report based on
Subversion test results. The junit reports can be used to integrate the
Subversion build process with continuous integration tools like Hudson.

[[
New script to generate the junit reports for Subversion test cases. The
junit reports can be used by continuous integration tools like Hudson
for building and testing Subversion.

* tools/dev/gen_junit_report.py
 The junit reports are generated by parsing the tests log file,
 tests.log. The test results, PASS, FAIL and SKIP are marked as
 appropriate in the junit reports. The XFAIL tests are considered as
 PASS. This script can take options: --log-file and --output-dir.

 The value for --log-file option denotes the log file to parse for
 generating the junit reports.

 The value for --output-dir option denotes the directory to store the
 junit reports. A separate file is created in this directory for each
 test case.
]]

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&dsMessageId=2415373

To unsubscribe from this discussion, e-mail: [issues-unsubscribe@...].

[Issue 3521] script to generate the Junit report based on Subversion test results.

by Gavin Baumanis-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://subversion.tigris.org/issues/show_bug.cgi?id=3521






------- Additional comments from gavinbaumanis@... Sat Nov  7 01:29:58 -0800 2009 -------
Created an attachment (id=1053)
tools/dev/gen_junit_report.py

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&dsMessageId=2415374

To unsubscribe from this discussion, e-mail: [issues-unsubscribe@...].

[Issue 3521] script to generate the Junit report based on Subversion test results.

by Senthil Kumaran Shanmuga Sundram :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://subversion.tigris.org/issues/show_bug.cgi?id=3521



User stylesen changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from stylesen@... Mon Nov  9 03:32:49 -0800 2009 -------
FIXED:
Committed in r40187.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&dsMessageId=2415754

To unsubscribe from this discussion, e-mail: [issues-unsubscribe@...].