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

Hot backup unit tests

RIch Prohaska edited this page May 22, 2015 · 2 revisions

Hot Backup unit tests

Get the code

git clone -b ID [email protected]:Tokutek/backup-enterprise

Build it

mkdir backup-enterprise/backup/build
pushd backup-enterprise/backup/build
cmake ..
make

Run the tests

ctest

Expected results

Hey, there are failures on CentOS 5 and Ubuntu 14.

Run the tests with valgrind

ctest -D ExperimentalMemCheck
Clone this wiki locally