Bug #117315 Test MDLHtonNotifyTest.NotifyNamespaces failing
Submitted: 28 Jan 14:44 Modified: 28 Jan 15:27
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version:9.2.0 OS:MacOS (15.3)
Assigned to: CPU Architecture:ARM

[28 Jan 14:44] Laurynas Biveinis
Description:
runtime_output_directory/merge_small_tests-t
...
[ RUN      ] MDLHtonNotifyTest.NotifyNamespaces
Assertion failed: (!use_normalized_object_name()), function mdl_key_init, file mdl.h, line 481.
unit test got signal 6
stack_bottom = 0 thread_stack 0x0
0   merge_small_tests-t                 0x0000000102d25ee0 my_print_stacktrace(unsigned char const*, unsigned long) + 72
1   merge_small_tests-t                 0x0000000102ce9bd4 signal_handler(int) + 56
2   libsystem_platform.dylib            0x000000018b962de4 _sigtramp + 56
3   libsystem_pthread.dylib             0x000000018b92bf70 pthread_kill + 288
4   libsystem_c.dylib                   0x000000018b838908 abort + 128
5   libsystem_c.dylib                   0x000000018b837c1c err + 0
6   merge_small_tests-t                 0x0000000102a7aea4 MDL_key::mdl_key_init(MDL_key::enum_mdl_namespace, char const*, char const*) + 88
7   merge_small_tests-t                 0x0000000102cd3818 MDL_request::init_with_source(MDL_key::enum_mdl_namespace, char const*, char const*, enum_mdl_type, enum_mdl_duration, char const*, unsigned int) + 364
8   merge_small_tests-t                 0x0000000102a6f15c mdl_unittest::MDLHtonNotifyTest_NotifyNamespaces_Test::TestBody() + 340
9   merge_small_tests-t                 0x0000000102e49c08 void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) + 148
10  merge_small_tests-t                 0x0000000102e0c480 void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) + 96
11  merge_small_tests-t                 0x0000000102e0c3d0 testing::Test::Run() + 192
12  merge_small_tests-t                 0x0000000102e0d300 testing::TestInfo::Run() + 304
13  merge_small_tests-t                 0x0000000102e0e3ac testing::TestSuite::Run() + 412
14  merge_small_tests-t                 0x0000000102e1c5c4 testing::internal::UnitTestImpl::RunAllTests() + 1060
15  merge_small_tests-t                 0x0000000102e4ea9c bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) + 148
16  merge_small_tests-t                 0x0000000102e1bf64 bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) + 96
17  merge_small_tests-t                 0x0000000102e1be50 testing::UnitTest::Run() + 216
18  merge_small_tests-t                 0x0000000102ce9ad8 RUN_ALL_TESTS() + 16
19  merge_small_tests-t                 0x0000000102ce99b0 main + 156
20  dyld                                0x000000018b5ac274 start + 2840

How to repeat:
Server built with -DCMAKE_BUILD_TYPE=Debug -DWITH_DEBUG=ON -DMYSQL_MAINTAINER_MODE=ON -DWITH_SYSTEM_LIBS=ON -DWITH_NDBCLUSTER_STORAGE_ENGINE=OFF -DCMAKE_CXX_FLAGS=-g -Wno-documentation -DCMAKE_CXX_FLAGS_DEBUG=-g -Wno-documentation -DCMAKE_CXX_FLAGS_RELEASE=-g -O2 -DNDEBUG -Wno-documentation
[28 Jan 15:27] MySQL Verification Team
Hello Laurynas,

Thank you for the report and feedback.

regards,
Umesh