Skip Menu |

This queue is for tickets about the WordNet-SenseRelate-AllWords CPAN distribution.

Report information
The Basics
Id: 34428
Status: resolved
Priority: 0/
Queue: WordNet-SenseRelate-AllWords

People
Owner: Nobody in particular
Requestors: vadim [...] vadiaz.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.08
Fixed in: (no value)



Subject: module did not pass tests during compilation
# Failed test at t/WordNet-SenseRelate-AllWords.t line 116. # got: 'fire#n#2' # expected: 'fire#n#3' Test Summary Report ------------------- t/WordNet-SenseRelate-AllWords.t (Wstat: 256 Tests: 30 Failed: 1) Failed test: 25 Non-zero exit status: 1
CC: "Varada Kolhatkar" <kolha002 [...] d.umn.edu>
Subject: Re: [rt.cpan.org #34428] module did not pass tests during compilation
Date: Tue, 25 Mar 2008 19:20:30 -0500
To: vadim [...] vadiaz.com, bug-WordNet-SenseRelate-AllWords [...] rt.cpan.org
From: "Ted Pedersen" <tpederse [...] d.umn.edu>
Thanks for this error report, this is very helpful. Could you tell us what version of WordNet you are using? We may need to introduce some version specific checks as the results can sometimes shift with different versions of WordNet (due to changes in the content and structure of WordNet). Thanks again, Ted On Tue, Mar 25, 2008 at 12:06 PM, Vadim Smelyansky via RT <bug-WordNet-SenseRelate-AllWords@rt.cpan.org> wrote: Show quoted text
> > Tue Mar 25 13:06:00 2008: Request 34428 was acted upon. > Transaction: Ticket created by proglot > Queue: WordNet-SenseRelate-AllWords > Subject: module did not pass tests during compilation > Broken in: 0.08 > Severity: Critical > Owner: Nobody > Requestors: vadim@vadiaz.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=34428 > > > > # Failed test at t/WordNet-SenseRelate-AllWords.t line 116. > # got: 'fire#n#2' > # expected: 'fire#n#3' > > Test Summary Report > ------------------- > t/WordNet-SenseRelate-AllWords.t (Wstat: 256 Tests: 30 Failed: 1) > Failed test: 25 > Non-zero exit status: 1 > >
-- Ted Pedersen http://www.d.umn.edu/~tpederse
The bug in WordNet::SenseRelate::AllWords testing has been resolved in the just released version 0.09. The problem was that we used a now deprecated method in WordNet::QueryData for determining the WordNet version, and this no longer provides reliable results. We've changed our method of identifying the WordNet version to that used in WordNet::Similarity, which is to use a SHA1 key based on the WordNet distribution as the identifying key. We now run tests that are appropriate for the version of WordNet that a user has, hopefully eliminating any misleading error messages. Thanks! Ted