This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 144230 - Can't rerun rake test tasks from the test runner
Summary: Can't rerun rake test tasks from the test runner
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
: 149171 (view as bug list)
Depends on: 151011
Blocks:
  Show dependency tree
 
Reported: 2008-08-18 10:03 UTC by Erno Mononen
Modified: 2009-02-19 23:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2008-08-18 10:03:02 UTC
Separated from issue 143508. After running a test rake task the re-run button in the test runner stays disabled. (Note 
that the Test and RSpec Test actions in the project context menu also invoke rake tasks if available, so this applies 
to them as well). This due to certain limitations in the infrastructure, will look into whether this can fixed for 6.5.
Comment 1 Erno Mononen 2008-10-01 12:21:36 UTC
Looks like this will have to wait post 6.5, unfortunately. Requires quite a bit of changes and I don't want to take the 
risk of unstabilizing things at this point. Likely will address this when we will migrate to the new execution API.
Comment 2 Erno Mononen 2008-10-06 08:19:57 UTC
*** Issue 149171 has been marked as a duplicate of this issue. ***
Comment 3 Martin Krauskopf 2008-11-02 14:22:23 UTC
Adding dependency according to the Erno's comment.

This one is kind of annoying. If you run one test and it fails, you are editing this and that file(s) and then have to
find particular test file again to press S-F6.
Comment 4 Martin Krauskopf 2008-11-02 15:21:25 UTC
Actually not that bad, since it is in Ruby Unit Tests windows. But it does not have keyboard shortcut assigned by default.
Comment 5 Erno Mononen 2008-11-13 15:29:38 UTC
Fixed in 23dd7941167b, but I have to wait a while before I can push the fix to the main repo yet as it depends on some 
changes in the extexecution  API (#151011) that are not yet in main.
Comment 6 Quality Engineering 2008-11-22 04:46:11 UTC
Integrated into 'main-golden', will be available in build *200811220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/23dd7941167b
User: Erno Mononen <emononen@netbeans.org>
Log: #144230: Can't rerun rake test tasks from the test runner
Comment 7 Erno Mononen 2008-12-01 11:20:45 UTC
The fix got integrated, so marking as fixed.