SuperMalloc icon indicating copy to clipboard operation
SuperMalloc copied to clipboard

run tokudb fractal tree tests.

Open kuszmaul opened this issue 10 years ago • 1 comments

git clone [email protected]:Tokutek/ft-index mkdir ft-index-build cd ft-index-build cmake -DCMAKE_BUILD_TYPE=Debug ../ft-index make -j8 cd ft/tests LD_PRELOAD=libsupermalloc_pthread.so ./ft-test this will hit the posix_memalign size == 0 bug (See #24)

kuszmaul avatar Jun 08 '15 02:06 kuszmaul

Ran successfully. Need to put this into the regression tests, however.

kuszmaul avatar Jun 08 '15 02:06 kuszmaul