Build failed in Jenkins: river-qa-refactor-win3 #21

2014-01-14 Thread Apache Jenkins Server
See Changes: [peter_firmstone] Reactivate stress tests for Outrigger and turn up the heat. -- [...truncated 15781 lines...] [java] [java] -

Build failed in Jenkins: river-qa-refactoring-jdk7 #2

2014-01-14 Thread Apache Jenkins Server
See Changes: [peter_firmstone] Reactivate stress tests for Outrigger and turn up the heat. [peter_firmstone] These tests need to be reviewed for compliance with the following specifications: LU - JiniTM Lookup Service Specific

Re: ServiceDiscoveryManager Task Race

2014-01-14 Thread Peter
- Original message - > I don't think it is just a matter of latency. When I last looked closely > at TaskManager, it appeared to me that it kept each task in the runAfter > checking list until the task returned from its run method. That way, a > dependent task was prevented from running

Re: ServiceDiscoveryManager Task Race

2014-01-14 Thread Patricia Shanahan
I don't think it is just a matter of latency. When I last looked closely at TaskManager, it appeared to me that it kept each task in the runAfter checking list until the task returned from its run method. That way, a dependent task was prevented from running until completion of the task on whic

Re: [Discuss] (RIVER-432) Jar files in svn and src distributions

2014-01-14 Thread Greg Trasuk
HI Simon: Hope you are well. Just pinging you on this… Greg. On Jan 8, 2014, at 4:12 AM, Simon IJskes - QCG wrote: > On 07-01-14 14:41, Greg Trasuk wrote: >> >> Sim: >> >> Any further thoughts on the below discussion? >> > > Working on it. I'm still alive. >

Build failed in Jenkins: river-qa-refactor-solaris #14

2014-01-14 Thread Apache Jenkins Server
See Changes: [peter_firmstone] Reactivate stress tests for Outrigger and turn up the heat. [peter_firmstone] These tests need to be reviewed for compliance with the following specifications: LU - JiniTM Lookup Service Specifi

ServiceDiscoveryManager Task Race

2014-01-14 Thread Peter Firmstone
With TaskManager.Task.runAfter, throughput wasn't significant enough for this race to occur. If I make the ExecutorService single threaded, the error doesn't occur as the tasks are executed in correct dependency order, however, when the ExecutorService has a lot of threads ready, the tasks are

Build failed in Jenkins: river-qa-refactoring #143

2014-01-14 Thread Apache Jenkins Server
See Changes: [peter_firmstone] Reactivate stress tests for Outrigger and turn up the heat. [peter_firmstone] These tests need to be reviewed for compliance with the following specifications: LU - JiniTM Lookup Service Specificati

Re: More Stress Test Results for Outrigger

2014-01-14 Thread Peter Firmstone
Thanks Dawid, I'd appreciate it if you have time. checkout https://svn.apache.org/repos/asf/river/jtsk/skunk/qa_refactor/trunk then cd to trunk $ vi build.properties append the line: run.tests=com/sun/jini/test/impl/outrigger/matching/StressTestInterleaved.td Thanks for the feedback, that's ju