I tested it on the Windows VM and now I can reproduce it and I'm always getting an error:
$mvn test -pl oak-jcr -Dtest=org.apache.jackrabbit.oak.jcr.security.authorization.AccessControlManagementTest ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.jackrabbit.oak.jcr.security.authorization.AccessControlManagementTest Tests run: 16, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.618 sec <<< FAILURE! But never on my Mac. The test is so simple that I can't really think of what the problem could be. no observation, no timing involved....maybe a hashcode issue. I will disable the cache and work on it tomorrow. regards, toby On Wed, Jan 8, 2014 at 2:52 PM, Tobias Bocanegra <[email protected]> wrote: > On Wed, Jan 8, 2014 at 2:36 PM, Julian Reschke <[email protected]> wrote: >> On 2014-01-08 23:30, Tobias Bocanegra wrote: >>> >>> Hi, >>> >>> I can't reproduce the error on my box - it's probably too fast :-) >> >> >> Not likely :-) >> >> Maybe it has to do with the number of actual cores, > I have 8. > > >> the OS threading >> behaviour, or timer resolutions... > > however, the observation tests fail on the windows VM because they > timeout. I'll try increasing the wait time. > regards, toby > >> >> >> Best regards, Julian
