Running the JUnit Tests


The tests attempt to launch MariaDB on the port 3336. That MariaDB instance is unlikely to conflict with another MariaDB server on the same machine, because the default port for MariaDB is 3306. If you do encounter a port conflict, either set the c-mxj_test_port Java property to a port of your choosing, or shut down any instances of MariaDB you have running on the target machine.

The tests suppress output to the console by default. For verbose output, you may set the c-mxj_test_silent Java property to false.

Retornar