Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

TokuDB storage engine tests

RIch Prohaska edited this page Jan 19, 2015 · 2 revisions

TokuDB storage engine tests

The TokuDB storage engine tests verify some of the internal TokuDB storage engine components.

Build

git clone -b ID [email protected]:Tokutek/tokudb-engine
git clone -b ID [email protected]:Tokutek/ft-index
mkdir ft-index/build.debug ft-index/install.debug
pushd ft-index/build.debug
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install.debug ..
make install

Run tests

pushd tokudb-engine/storage/tokudb
ln -s ../../../ft-index
cd tests
make
make -j8 check

Expected results: all tests pass.

Clone this wiki locally