Quantcast

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Assignee: Bruno P. Kinoshita
Components: tap
Created: 05/Oct/12 11:58 AM
Description:

Hello,

I had a job with some unit tests which give results in Junit. I published the results using "Publish JUnit test result report" in post-build actions, and it worked fine.

Then I added separate build step with different unit tests, which give results in TAP format. I installed the TAP plugin and added "Publish TAP results" in post-build actions.

Now, I can only see results from the TAP tests. JUnit tests seem to have vanished.

Any idea what is wrong?

Project: Jenkins
Priority: Major Major
Reporter: Tim Mason
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
Change By: Tim Mason (05/Oct/12 11:59 AM)
Description: Hello,

I had a job with some unit tests which give results in
 Junit  JUnit . I published the results using "Publish JUnit test result report" in post-build actions, and it worked fine. 

Then I added separate build step with different unit tests, which give results in TAP format. I installed the TAP plugin and added "Publish TAP results" in post-build actions. 

Now, I can only see results from the TAP tests. JUnit
 tests  test results  seem to have vanished.

Any idea what is wrong?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Hmm, nice catch. The plug-in was overriding the testReport URL bound. Although the JUnit report was there, you couldn't access it because you would be redirected to the TAP report.

Will push the changes and it will be fixed in the next release.

Thanks.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (12/Oct/12 8:12 PM)
Status: In Progress Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Bruno P. Kinoshita
Path:
src/main/java/org/tap4j/plugin/TapTestResultAction.java
http://jenkins-ci.org/commit/tap-plugin/5b7a8947d60718924b3327ce33ce3353456247d2
Log:
[FIXED JENKINS-15419] Using a different URL and display name for the
TAP Test Result action.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Bruno P. Kinoshita (12/Oct/12 8:12 PM)
Status: Open In Progress
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Fixed in 1.6

Change By: Bruno P. Kinoshita (19/Oct/12 3:57 PM)
Status: Resolved Closed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Joe Hansche commented on Bug JENKINS-15419

How funny, I was just noticing this and about to file an issue, but I see it's already been fixed. Has 1.6 already been published to the update center? I just installed 1.5 a few hours ago.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Hi Joe, really funny, especially since I didn't imagine so many people would be using JUnit and TAP in the same project

The synchronization should take a while for 1.6. Try again in few hours. I think it gets synchronized every four hours or so.

Thanks.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15419) TAP published results hide JUnit published results

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Tim Mason commented on Bug JENKINS-15419

Hi Bruno,
thanks for the fix

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...