Skip to main content

MariaDB

Tests

Tests are to be written in the format expected by SQLUnit. To pre-populate the database, an include file with the name import.sql can be added. To avoid having to write the test cases completely by hand, the easiest approach is to specify the expected result as an empty result list for each test case and then replace them with the output produced by the reference solution.

Environments

Currently, the only available environment is mariadb10, which uses version 10.6 of MariaDB.