Bug #106807 | A number of replication-related test cases fail in debug version | ||
---|---|---|---|
Submitted: | 23 Mar 2022 7:50 | Modified: | 24 Mar 2022 12:00 |
Reporter: | Peter Parker | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Tests: Replication | Severity: | S7 (Test Cases) |
Version: | 8.0.25 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[23 Mar 2022 7:50]
Peter Parker
[24 Mar 2022 12:00]
MySQL Verification Team
Hello Peter Parker, Thank you for the report and feedback. I tried to reproduce with 8.0.28 source debug build but not seeing any issues. Could you please try with 8.0.28 and report us back if you are seeing? Thank you. -- -env cat /etc/*release Oracle Linux Server release 7.9 NAME="Oracle Linux Server" VERSION="7.9" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="7.9" PRETTY_NAME="Oracle Linux Server 7.9" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:7:9:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://bugzilla.oracle.com/" ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7" ORACLE_BUGZILLA_PRODUCT_VERSION=7.9 ORACLE_SUPPORT_PRODUCT="Oracle Linux" ORACLE_SUPPORT_PRODUCT_VERSION=7.9 Red Hat Enterprise Linux Server release 7.9 (Maipo) Oracle Linux Server release 7.9 scl enable devtoolset-10 bash MYSQL_VERSION="8028_debug" TARGET=/export/home/tmp/ushastry/src/$MYSQL_VERSION rm -rf /export/home/tmp/ushastry/src/$MYSQL_VERSION rm -rf bld/ mkdir bld && cd bld rm -rf CMakeCache.txt /home/umshastr/work/binaries/utils/cmake-3.19/bin/cmake .. \ -DBUILD_CONFIG=mysql_release \ -DWITH_DEBUG=1 \ -DCMAKE_INSTALL_PREFIX=$TARGET \ -DWITH_BOOST=../boost make -j16 make install cd /export/home/tmp/ushastry/src/$MYSQL_VERSION mv bin/mysqld-debug bin/mysqld cd mysql-test - ./mtr --force --timestamp --max-test-fail=0 --suite-timeout=6000 --testcase-timeout=300 --big-test --debug-server --suite=rpl . . 20323 15:45:38 [ 99%] rpl.rpl_row_jsondiff_basic_pk 'stmt' [ pass ] 81568 220323 15:47:03 [ 99%] rpl.rpl_row_jsondiff_datatypes 'row' [ pass ] 62308 220323 15:48:02 [ 99%] rpl.rpl_test_framework 'stmt' [ pass ] 37658 220323 15:48:19 [100%] shutdown_report [ pass ] ------------------------------------------------------------------------------ The servers were restarted 439 times The servers were reinitialized 4 times Spent 13123.745 of 18342 seconds executing testcases Completed: All 1098 tests were successful. 783 tests were skipped, 30 by the test itself. regards, Umesh
[24 Mar 2022 12:15]
MySQL Verification Team
Please note that mtr test case names are also changed after 8.0.26 i.e. slave word is replaced with replica. find . -name rpl_mts_slave_preserve_commit_order_error_nobinlog* find . -name rpl_mts_replica_preserve_commit_order_error_nobinlog* ./suite/rpl/r/rpl_mts_replica_preserve_commit_order_error_nobinlog.result ./suite/rpl/t/rpl_mts_replica_preserve_commit_order_error_nobinlog-slave.opt ./suite/rpl/t/rpl_mts_replica_preserve_commit_order_error_nobinlog.test
[5 Apr 2022 6:10]
MySQL Verification Team
8.0.28 test results - aarch64
Attachment: 106807_8.0.28_aarch64.log (application/octet-stream, text), 961.54 KiB.