Bug #115416 | MTR TEST innodb.parallel_read_kill FAILING IN MYSQL 8.0.37 | ||
---|---|---|---|
Submitted: | 24 Jun 2024 11:05 | Modified: | 27 Sep 2024 19:00 |
Reporter: | Varun Nagaraju (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0.37 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[24 Jun 2024 11:05]
Varun Nagaraju
[24 Jun 2024 12:23]
Laurynas Biveinis
Looks like a duplicate of bug 114888, but this report also points to a regression-introducing commit
[24 Jun 2024 12:49]
MySQL Verification Team
Hello Varun Nagaraju, Thank you for the report and feedback. regards, Umesh
[8 Jul 2024 3:36]
Rahul Sisondia
Posted by developer: Thanks Varun, Laurynas for the bug report and pointing out the exact commit# that introduced this bug. I shall fix the test.
[3 Sep 2024 18:07]
Dmitry Lenev
Simple fix for the innodb.parallel_read_kill test case failures against MySQL 8.0.39 tree. (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: ps-iprk-test-fix-bug115416-contrib.patch (text/x-patch), 1.81 KiB.
[3 Sep 2024 18:11]
Dmitry Lenev
Hello! Just in case I am contributing a simple fix for the test case we have used in our trees. The patch is against 8.0.39 tree.
[4 Sep 2024 2:33]
Rahul Sisondia
Posted by developer: Hi Dmitry, Thank you for contribution. This test is already fixed in upcoming 8.0.40 and upstream.
[4 Sep 2024 7:12]
Dmitry Lenev
Hello Rahul! Great! Thank you for update!!! Best regards, Dmitry
[27 Sep 2024 19:00]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Server 8.0.40, 8.4.3, and 9.1.0 releases, and here's the proposed changelog entry from the documentation team: Fixed an innodb.parallel_read_kill related unit test to better account for recent optimizer changes. Our thanks to Dmitry Lenev and the team at Percona for contributing to this fix. Thank you for the bug report.