Testing progress

2018-09-29 Thread Peter Firmstone
callback). Basically we need our users to be able to utilise secure endpoints, almost as easily as TCP endpoints, with simple configuration changes, we don't want them having to debug. Anyway, so you know work is happening, I'm making progress and once all qa suite tests are passing using secure

Progress

2018-08-08 Thread Peter Firmstone
I've been a little quiet, but have been busy testing, testing, testing. Will get back to work on River's modular build in the near future. AtomicILFactory, is a JERI invocation layer factory alternative to BasicILFactory, which uses atomic input validation during deserialization. Unlike

Re: Thoughts, progress and plans.

2018-04-19 Thread Peter
global search. Then we have delayed unmarshalling to allow local filtering to occur using logical operations before provisioning code. Cheers, Peter. On 20/04/2018 12:09 AM, Bryan Thompson wrote: Peter, That sounds like a quite a bit of interesting progress! Maybe we could brainstorm some

Re: Thoughts, progress and plans.

2018-04-19 Thread Bryan Thompson
Peter, That sounds like a quite a bit of interesting progress! Maybe we could brainstorm some examples of secure services on the list, implement some examples, and publish the services and their code? Bryan On Thu, Apr 19, 2018 at 5:19 AM, Peter <j...@zeus.net.au> wrote: > What I’v

Thoughts, progress and plans.

2018-04-19 Thread Peter
What I’ve been up to: 1. Moved atomic serialization and support for OSGi into AtomicILFactory, so BasicILFactory functionality effectively remains unchanged. Taking advantage of the Extensible part of JERI. Note we can also support other protocols by taking advantage of JERI's extensibility.

Re: Recent Progress

2017-04-21 Thread Peter
pache.org> Subject: Recent Progress   I've recently reached a milestone regarding testing of the jgdms modular maven  build (in OSGi bundle format based on River 3.0,) where 99.6% of the qa test  suite is now passing. I haven't run the jtreg test suite against it yet, but will do so in coming 

Recent Progress

2017-04-20 Thread Peter
  I've recently reached a milestone regarding testing of the jgdms modular maven build (in OSGi bundle format based on River 3.0,) where 99.6% of the qa test suite is now passing. I haven't run the jtreg test suite against it yet, but will do so in coming weeks. Note that at this stage it has

River Progress

2013-05-31 Thread Peter Firmstone
After what seems like a marathon, I've just finished converting remaining service implementations to the new com.sun.jini.start.Starter interface, no longer is 'this' allowed to escape during construction. The only remaining instances I'm aware of are the examples, I looked at fixing them,

Re: Development Progress update.

2013-03-11 Thread Dan Creswell
1412 passed, 46 skipped, 0 failures in about 58000 seconds. On 10 March 2013 13:26, Dan Creswell dan.cresw...@gmail.com wrote: I'm currently running this and jtreg, I'll report back when it's done. JDK 7 on OS X 10.8.2... On 10 March 2013 13:17, Dennis Reedy dennis.re...@gmail.com wrote: I

Re: Development Progress update.

2013-03-11 Thread Peter Firmstone
Cool, Thanks Dennis, Dan Bryan, we're getting there! Bryan experienced two test failures on OSX: com/sun/jini/test/impl/start/CodebaseTest.td caused by: [java] CodebaseTest.run FINE: expected codebase for test service 1 proxy:

Re: Development Progress update.

2013-03-11 Thread Peter Firmstone
Cool, Thanks Dennis, Dan Bryan, we're getting there! Bryan experienced two test failures on OSX: com/sun/jini/test/impl/start/CodebaseTest.td caused by: [java] CodebaseTest.run FINE: expected codebase for test service 1 proxy:

Re: Development Progress update.

2013-03-10 Thread Dan Creswell
How do I run 'em? (I know about jtreg itself, just want the appropriate ant/command-line incantations to save me time). On 8 March 2013 22:32, Peter Firmstone j...@zeus.net.au wrote: Yes definitely, the more testing before release the better. Are you able to run the jtreg tests as well?

Re: Development Progress update.

2013-03-10 Thread Dennis Reedy
I ran: ant qa.run [java] - [java] GENERAL HARNESS CONFIGURATION INFORMATION: [java] [java]Date started: [java] Sat Mar 09 08:19:09 EST 2013 [java]Installation directory of the JSK: [java]

Re: Development Progress update.

2013-03-09 Thread Peter Firmstone
Recent test failures: Solaris sparc: com/sun/jini/test/impl/outrigger/matching/StressTestWithShutdown.td Ubuntu JDK7 com/sun/jini/test/impl/outrigger/leasing/UseTxnMgrSpaceLeaseTestRenewCancel.td com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_BehaviorTest2.td

Re: Development Progress update.

2013-03-08 Thread Dan Creswell
I'm headed back to the UK so can test OS X in a couple of days if that's still useful... On 7 March 2013 05:25, Peter Firmstone j...@zeus.net.au wrote: There are issues with some builds on Hudson, preventing test execution. Windows: a file can't be deleted in preparation for checkout,

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

Windows progress update

2012-07-18 Thread Peter Firmstone
Getting much closer to passing all tests on Windows without cigwin. - - # of tests started = 1412 # of tests started = 1412 # of tests completed = 1412 # of tests completed = 1412 # of tests skipped = 46 # of