[MCOL-5219] storage manager unit_tests failing Created: 2022-09-15  Updated: 2023-10-26  Resolved: 2023-10-26

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

Type: Task Priority: Major
Reporter: Kirill Perov Assignee: Leonid Fedorov
Resolution: Fixed Votes: 0
Labels: None
Environment:

centos/ubuntu, mdb 10.6 enterprise, columnstore develop



 Description   

Unit_tests binary used in regression test300 is failing now.

unit_tests: malloc.c:2379: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1))

source:
https://github.com/mariadb-corporation/mariadb-columnstore-engine/blob/develop/storage-manager/src/unit_tests.cpp

Before running unit_tests storage manager enable may be required:
mcsSetConfig StorageManager Enabled N 2>&1
mcsSetConfig Installation DBRootStorageType internal 2>&1
mcsSetConfig -x SystemConfig DataFilePlugin N 2>&1
mcsSetConfig -x SystemConfig DataFileEnvFile N 2>&1
(+restart mdb and columnstore)


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