Fix internal test failures

The adminusers test did not properly initialize all subsystems in
MaxScale. The polling and DCB tests weren't updated with the changes to
the DCB closing.
This commit is contained in:
Markus Mäkelä
2017-09-06 12:25:29 +03:00
parent 795722506b
commit c542010e67
5 changed files with 8 additions and 17 deletions

View File

@ -247,6 +247,7 @@ main(int argc, char **argv)
unlink(buf);
admin_users_init();
result += test1();
result += test2();
result += test3();