Development Progress update.

2013-03-07 Thread Peter Firmstone
There are issues with some builds on Hudson, preventing test execution. Windows: a file can't be deleted in preparation for checkout, preventing build from executing. Solaris: BindException socket in use causes numerous test failures FreeBSD: BindException socket in use, prevents build from

Re: Help: Javaspace concurrency expert needed

2013-03-07 Thread Peter Firmstone
The cause was the test sleeping and waking up as the DGC lease expired, the object was collected from the ObjectTable and the events couldn't be sent. DGC's a lot faster than it used to be, it's concurrent too now. It's not the same DGC people remember, if you had trouble with DGC in the

Build failed in Jenkins: river-qa-refactor-windows #36

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/river-qa-refactor-windows/36/ -- [...truncated 7117 lines...] [echoproperties] java.specification.vendor=Sun Microsystems Inc. [echoproperties] java.specification.version=1.6 [echoproperties] java.vendor=Sun Microsystems

Build failed in Jenkins: river-qa-refactor-windows #37

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/river-qa-refactor-windows/37/ -- [...truncated 7117 lines...] [echoproperties] java.specification.vendor=Sun Microsystems Inc. [echoproperties] java.specification.version=1.6 [echoproperties] java.vendor=Sun Microsystems

Build failed in Jenkins: river-qa-refactor-bsd #12

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/river-qa-refactor-bsd/12/changes Changes: [peter_firmstone] Ran FindBugs, fixed numerous minor visibility race condition bugs, along with some other identified bugs. [peter_firmstone] Fixed SnapshotExpirationNotifyTest - test was sleeping, waking up at the

Build failed in Jenkins: river-qa-refactor-jdk7 #35

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/river-qa-refactor-jdk7/35/changes Changes: [peter_firmstone] Ran FindBugs, fixed numerous minor visibility race condition bugs, along with some other identified bugs. [peter_firmstone] Fixed SnapshotExpirationNotifyTest - test was sleeping, waking up at the

Re: Build failed in Jenkins: river-qa-refactor-windows #37

2013-03-07 Thread Peter Firmstone
Passes on Windows for me, Jenkins appears to be running out of disk space during the build. - - GENERAL HARNESS CONFIGURATION INFORMATION: GENERAL HARNESS CONFIGURATION INFORMATION: Date started: Date

Build failed in Jenkins: river-qa-refactor-arm #20

2013-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/river-qa-refactor-arm/20/changes Changes: [peter_firmstone] Ran FindBugs, fixed numerous minor visibility race condition bugs, along with some other identified bugs. [peter_firmstone] Fixed SnapshotExpirationNotifyTest - test was sleeping, waking up at the

Re: Help: Javaspace concurrency expert needed

2013-03-07 Thread Peter Firmstone
On 7/03/2013 11:49 PM, Gregg Wonderly wrote: Much of timer management in lease type usage, uses the 50% expired rule, to make sure and try ahead of time to renew the lease or otherwise register interest. Should these tests really be up against the proverbial wall (clock) in these tests?