On 13.7.12 13:38, Jukka Zitting wrote:
Hi,
On Fri, Jul 13, 2012 at 8:05 AM, Travis-CI <[email protected]> wrote:
View the full build log and details:
http://travis-ci.org/apache/jackrabbit-oak/builds/1853191
The error was:
fuzzTest(org.apache.jackrabbit.oak.core.RootImplFuzzIT): expected:<{
root: { P1500=[V1637], P1603=[V1649], P1792=[V1793], P1761=[V1766],
P1304=[V1737], P1773=[V1774], P1805=[V1806], N1746: { N1772: { },
N1829: { }, N1749: { P1794=[V1795], N1751: { N1823: { } }, N1801: { }
}, N1757: { P1802=[V1803], N1763: { N1785: { } } }, N1810: { } },
N1819: { N1826: { N1832: { } } }, N1830: { }, N1822: { N1827: { N1818:
{ N1828: { } } }, N1831: { } } } }> but was:<{ root: { P1500=[V1637],
P1603=[V1649], P1792=[V1793], P1761=[V1766], P1304=[V1737],
P1773=[V1774], P1805=[V1806], N1746: { N1772: { }, N1829: { }, N1749:
{ P1794=[V1795], N1751: { N1823: { } }, N1801: { } }, N1757: {
P1802=[V1803], N1763: { N1785: { } } }, N1810: { } }, N1819: { N1826:
{ N1832: { } } }, N1830: { }, N1833: { }, N1822: { N1827: { N1818: {
N1828: { } } }, N1831: { } } } }>
Unfortunately, without access to the random seed used for that test,
it's hard to reproduce the problem. In revision 1361186 I adjusted the
RootImplFuzzIT to include the random seed in the JUnit assertion
messages rather than in the test log file. Thus if this problem comes
up again, we'll have the relevant information readily available.
That's a shame... Its a very long time now since I've seen this test
case fail. So its either something which happens very very rarely or a
regression introduced with some of the recent changes. The only one
which seems relevant is http://svn.apache.org/viewvc?rev=1359334&view=rev
Michael