Cheers,
Marko
> I've submitted a bug report and a patch: Quartz-124.
Thank you very much. Patch is now applied to trunk.
> I managed to hit the send button before completing the report but then
> couldn't find a link to modify the content (me probably not being
> awake!).
Yep, the first submission allows you to modify description but after
that edit is not permitted, only comments.
> I did notice that the tests in DirtyFlagMapTest are mostly ignored and
> that there is a failing test RAMJobStoreTest.TestAcquireNextTrigger.
> Are these ignores and failure something to be concerned about? For
> example should this stop me using this nightly build? If so when is it
> likely to be able to fix these up?
TestAcquireNextTrigger has always been a small PITA. It runs without
problems alone but as part of the complete run there is a problem.
Haven't been able to determine to cause for this (nor maybe had the
needed patience).
DirtyFlagMap is not complete as it is in Java version of Quartz. There
are ways to change the map without it getting dirty (straight
modifications to entryset, keys or values collections) and this will
cause problems in ADO.NET backed job store when trying to determine
whether to update the data. However, I think that the needed work is
quite big and won't get to 1.0 release and modifying the map this way
is a corner-case in my eyes.
Cheers,
Marko
-Marko