| Bug #118170 | Test innodb.partition_upgrade_8019_win_lctn_2_debug failing instead of skipping on macos | ||
|---|---|---|---|
| Submitted: | 12 May 12:42 | Modified: | 28 Oct 8:19 |
| Reporter: | Laurynas Biveinis (OCA) | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | MySQL Server: Tests | Severity: | S7 (Test Cases) |
| Version: | 8.0.42, 8.4.5 | OS: | MacOS (15.4.1) |
| Assigned to: | CPU Architecture: | ARM | |
[12 May 12:43]
Laurynas Biveinis
Setting fields correctly
[12 May 13:58]
MySQL Verification Team
Hello Laurynas, Thank you for the report and feedback. regards, Umesh
[15 May 12:01]
Laurynas Biveinis
Same on 8.4.5, where the test times out instead of failing sooner
[28 Oct 8:19]
Laurynas Biveinis
The test passes on 8.0.44 and 8.4.7 and is disabled on 9.5.0. Leaving the bug open because a Windows-specific test running and passing on macOS is suspicious.

Description: "_win_" in the test name suggests a Windows-specific test that should skip on macOS, but it tries to run and fails instead: $ 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_win_lctn_2_debug ... [ 50%] innodb.partition_upgrade_8019_win_lctn_2_debug [ fail ] Test ended at 2025-05-12 15:40:02 CURRENT_TEST: innodb.partition_upgrade_8019_win_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[88900]: Child process: 88901, killed by signal: 9 Server [mysqld.1 - pid: 88906, winpid: 88906, exit: 256] failed during test run Server log from this test: ----------SERVER LOG START----------- ... How to repeat: See above