MXS-754 Fix unit test failures caused by RoutingWorker

This commit is contained in:
Johan Wikman
2018-04-19 10:49:58 +03:00
parent 02c57c98e4
commit 4d4ab83e99
4 changed files with 16 additions and 19 deletions

View File

@ -47,6 +47,7 @@ void init_test_env(char *path)
poll_init();
maxscale::MessageQueue::init();
maxscale::Worker::init();
maxscale::RoutingWorker::init();
hkinit();
}