Description:
$ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_DEBUG=ON -DMYSQL_MAINTAINER_MODE=ON -DWITH_SYSTEM_LIBS=ON -DWITH_NDBCLUSTER_STORAGE_ENGINE=OFF -DDOWNLOAD_BOOST=ON -DWITH_BOOST=path -DCMAKE_CXX_FLAGS=-g -DCMAKE_CXX_FLAGS_DEBUG=-g -DCMAKE_CXX_FLAGS_RELEASE=-g -O2 -DNDEBUG -DCMAKE_C_COMPILER=/opt/homebrew/opt/llvm@14/bin/clang -DCMAKE_CXX_COMPILER=/opt/homebrew/opt/llvm@14/bin/clang++ -DCMAKE_AR=/opt/homebrew/opt/llvm@14/bin/llvm-ar
... build ...
$ ./mtr innodb.partition_upgrade_8019_mac_lctn_2_debug
...
[ 50%] innodb.partition_upgrade_8019_mac_lctn_2_debug [ fail ]
Test ended at 2025-05-12 15:31:35
CURRENT_TEST: innodb.partition_upgrade_8019_mac_lctn_2_debug
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.
safe_process[88616]: Child process: 88617, killed by signal: 9
Server [mysqld.1 - pid: 88622, winpid: 88622, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
... nothing failing, probably the tests restarts with different error log file...
2025-05-12T12:31:30.302809Z 0 [System] [MY-010910] [Server] /Users/laurynas/vilniusdb/mysql-8.0.42/_build-llvm-14-debug/runtime_output_directory/mysqld: Shutdown complete (mysqld 8.0.42-debug) Source distribution.
safe_process[88622]: Child process: 88623, killed by signal: 6
----------SERVER LOG END-------------
- the logfile can be found in '/Users/laurynas/vilniusdb/mysql-8.0.42/_build-llvm-14-debug/mysql-test/var/log/innodb.partition_upgrade_8019_mac_lctn_2_debug/partition_upgrade_8019_mac_lctn_2_debug.log'
How to repeat:
See above