[MCOL-5256] fix regression tests 010,011,012 Created: 2022-10-10  Updated: 2022-11-01  Resolved: 2022-11-01

Status: Closed
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major
Reporter: Kirill Perov Assignee: Kirill Perov
Resolution: Fixed Votes: 0
Labels: 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


Generated at Thu Feb 08 02:56:31 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.