Hi,
I can't help noticing that we currently seem to have *various* test
cases that occasionally fail. This is very disturbing, because I'm a
believer in not checking in new code until tests pass. With the current
failures it's very hard to be sure that a change is good, and I fear
that the longer we let the tests fail, the worse the situation will
become (the "broken window" problem).
In particular, I see failures in:
testRestoreName(org.apache.jackrabbit.test.api.version.RestoreTest)
testRemoveLabel(org.apache.jackrabbit.jcr2spi.version.LabelTest)
testRevertReorderToEnd(org.apache.jackrabbit.jcr2spi.ReorderReferenceableSNSTest)
So...
- is anybody looking at these?
- do we have JIRA issues (except JCR-1293 which seems to be something
different)?
BR, Julian