Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Regression Test Failure
Description
I need to check if this is intermittent, but noticed the following failure running suites.All on AIX with IBM 1.5.
1) testMTSelect(org.apache.derbyTesting.functionTests.tests.store.AutomaticIndex
StatisticsMultiTest)junit.framework.AssertionFailedError: failed to get statisti
cs 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(IndexStats
Util.java:236)
at org.apache.derbyTesting.functionTests.tests.store.AutomaticIndexStati
sticsMultiTest.verifyStatistics(AutomaticIndexStatisticsMultiTest.java:143)
at org.apache.derbyTesting.functionTests.tests.store.AutomaticIndexStati
sticsMultiTest.testMTSelect(AutomaticIndexStatisticsMultiTest.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:
112)
FAILURES!!!
Tests run: 11518, Failures: 1, Errors: 0
Attachments
Attachments
Issue Links
- is duplicated by
-
DERBY-5199 Assert failure in AutomaticIndexStatisticsMultiTest.testMTSelectWithDDL()
- Closed