Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
10.8.1.2
-
None
-
None
-
FreeBSD 8.2 i386 running inside VirtualBox
OpenJDK 6 b20
Description
I saw this failure with the 10.8.1.2 release candidate:
junit.framework.AssertionFailedError: failed to get statistics for table MTSEL (#expected=2, timeout=0)
Index statistics for MTSEL
: <no stats>
expected:<2> but was:<0>
at org.apache.derbyTesting.junit.IndexStatsUtil.getStatsTable(IndexStatsUtil.java:236)
at org.apache.derbyTesting.functionTests.tests.store.AutomaticIndexStatisticsMultiTest.verifyStatistics(AutomaticIndexStatisticsMultiTest.java:143)
at org.apache.derbyTesting.functionTests.tests.store.AutomaticIndexStatisticsMultiTest.testMTSelectWithDDL(AutomaticIndexStatisticsMultiTest.java:135)
at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:112)
It may be the same underlying bug as DERBY-5097, but I'm filing a separate report since this happened in a different test case.
Attachments
Issue Links
- duplicates
-
DERBY-5097 testMTSelect(org.apache.derbyTesting.functionTests.tests.store.AutomaticIndex StatisticsMultiTest)junit.framework.AssertionFailedError: failed to get statisti cs for table MTSEL (#expected=2, timeout=0) on AIX IBM JDK 1.5
- Closed