|
If I run this command:
./mtr columnstore/basic.mcs229_data_compression_type
|
the test fails with this output:
columnstore/basic.mcs229_data_compression_type [ fail ]
|
Test ended at 2021-06-03 11:05:00
|
|
CURRENT_TEST: columnstore/basic.mcs229_data_compression_type
|
mysqltest: At line 50: query 'SELECT `schema`, tablename, columnname, compressiontype FROM calpontsys.syscolumn WHERE `schema`='mcs229_db' ORDER BY 2' failed: ER_NO_SUCH_TABLE (1146): Table 'calpontsys.syscolumn' doesn't exist
|
The problem happens because the calpontsys database does not exist in the temporary database directory created by MTR. The calpontsys database should be created inside the test, using the SQL script syscatalog_mysql.sql.
|