Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
There are three regression tests failing – test010, test011, test012
Test010 can be fixed by changing
let rowCount=(rootCount*filesPer*extentsPer*8192*1024/dbRootCount)-2048;
to
let rowCount=(rootCount*filesPer*extentsPer*8192*1024/dbRootCount)-8192;
test011 is having trouble with
ln -s $REGRESSION_TEST_INSTALL_DIR/testData/ssb/1g $BULKDATAPATH/import
I have no information for test012