20 Jun
2017
20 Jun
'17
7:30 p.m.
Brian Evans wrote:
On 6/19/2017 12:55 AM, Bruce Dubbs wrote:
What am I missing? If the tests need a server running, shouldn't the tests start the server?
By default, the tests from the libmariadb (aka MariaDB Connector/C) are built and run as part of the Unit testing. To disable them, you need to add -DSKIP_TESTS=ON to your cmake command. I know the option is vague and not easy to spot, but this will return the Unit Tests for the server to how they were in 10.1 and earlier.
Thank you. This also worked for me. Problem solved. -- Bruce