You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
fix(UT): added dummy RM ctor to be used with UTs
This commit is contained in:
@ -124,7 +124,7 @@ TEST_F(STLPoolAllocatorTest, ResourceManagerIntegration)
|
||||
using TestType = int8_t;
|
||||
using Allocator = STLPoolAllocator<TestType>;
|
||||
|
||||
joblist::ResourceManager rm(true, nullptr);
|
||||
joblist::ResourceManager rm;
|
||||
// To set the memory allowance
|
||||
rm.setMemory(MemoryAllowance);
|
||||
Allocator alloc(&rm, 1024, 512);
|
||||
|
Reference in New Issue
Block a user