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 126371 - Debugger should disable test-cases' timeout
Summary: Debugger should disable test-cases' timeout
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 10:42 UTC by Kirill Sorokin
Modified: 2009-10-23 14:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2008-01-31 10:42:21 UTC
When test cases are executed in debug mode with user frequently stopping @ breakpoints, etc, they are prone to fail due
to timeout. It makes a lot of sense to disable timeout failures for test cases when they are executed in debug mode.
Comment 1 Jun Qian 2008-03-20 23:51:16 UTC
OK, there are actually two ways to debug BPEL:

1) Invoke the "Debug" action on the individual test case node directly. (Test case timeout is disabled in this case.) 

2) Invoke the "Debug (BPEL)" action on the compapp node first to establish a debug session, and then invoke the "Test"
action on the compapp node or the "Run" action on the individual test case node. (this ticket)
Comment 2 Vitaly Bychkov 2009-10-23 14:50:01 UTC
Looks like it was fixed.
While performing several debug sessions on project with test case having timeout 30 seconds and bpel process having wait
activity with 1 minute duration. 
The debug sessions and test cases had been finished succesfully.