|
||||||||
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 |
[JIRA] (JENKINS-15322) NOTESTS in TAP response gives parse error and stack trace from plugin
brunodepau...@yahoo.com.br (JIRA) Mon, 26 Nov 2012 04:40:47 -0800
- [JIRA] (JENKINS-15322) NOTESTS in TAP r... brunodepau...@yahoo.com.br (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... brunodepau...@yahoo.com.br (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... brunodepau...@yahoo.com.br (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... brunodepau...@yahoo.com.br (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... brunodepau...@yahoo.com.br (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... alex.newn...@shazamteam.com (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... alex.newn...@shazamteam.com (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... brunodepau...@yahoo.com.br (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... alex.newn...@shazamteam.com (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... brunodepau...@yahoo.com.br (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... brunodepau...@yahoo.com.br (JIRA)
- [JIRA] (JENKINS-15322) NOTESTS in ... alex.newn...@shazamteam.com (JIRA)
> Perhaps there's a mismatch here somewhere between the TAP produced by our Test::More module and Tap::Harness and the TAP specifications. Or maybe the plugin is expecting a different TAP version?
Probably. The plug-in is expecting TAP 13, thought TAP 12 syntax was more similar to TAP 13, but never worked with this version.
> Currently I can't investigate further as http://testanything.org is down at the moment.
The site has been down for over a week. I'll drop an e-mail to the mailing list and hopefully someone will fix it.
>In our projects we can't easily switch to using prove from the command line or a bash script as our .t files aren't static, they rely on a whole bunch of variable being passed into them via the TAP::Harness, there may be other workarounds possible though.
Sounds like an interesting case. I don't have Perl in this computer (got a new one) but I will try something from this blog post [1]. In case you have some spare time to take a look on this and see if anything makes sense... my Perl skills are quite limited![]()
[1] http://www.effectiveperlprogramming.com/blog/1271