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 97917 - The "concurrent threads" property in the test properties file does not work as expected
Summary: The "concurrent threads" property in the test properties file does not work a...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sanjay.k Sharma
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 01:39 UTC by prashantbhagat
Modified: 2007-12-07 16:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Server logs (4.27 KB, text/plain)
2007-03-15 01:41 UTC, prashantbhagat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description prashantbhagat 2007-03-15 01:39:44 UTC
The test driver does not send the all requests concurrently. It sends it in 
batches. In my case, the concurrent threads was set to 10. I observed that it 
sent 5 requests and then after the first 5 returned, it sent the next five.

Steps to reproduce:
1. Deploy the /jbicomps/test/bpelse/MiscJbi project
2. Clean up the server.log
3. Run the test echoFlow_F3 (has a 20 sec wait)

The logs show that BPEL-SE received 5 requests first and then the next 5 after 
20 seconds. Attached are the server logs which show when the requests were 
received by BPEL-SE.
Comment 1 prashantbhagat 2007-03-15 01:41:18 UTC
Created attachment 39497 [details]
Server logs