[MDEV-32843] main.subselect, main.subselect_no_exists_to_in often fails on CI with ER_SUBQUERY_NO_1_ROW Created: 2023-11-20 Updated: 2024-01-06 Resolved: 2023-11-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery, Tests |
| Affects Version/s: | 10.6, 10.10, 10.11 |
| Fix Version/s: | 10.4.33, 10.5.24, 10.6.17, 10.11.7, 11.0.5, 11.1.4, 11.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | CI | ||
| Issue Links: |
|
||||||||
| Description |
|
Often failed on kvm-fulltest2 (e.g https://buildbot.mariadb.net/buildbot/builders/kvm-fulltest2/builds/43965/steps/mtr_opttrace/logs/stdio) Cross-reference link lists 100 failures within 3 weeks. https://buildbot.mariadb.net/ci/reports/cross_reference#branch=&revision=&platform=&fail_name=main.subselect&fail_variant=&fail_info_full=ER_SUBQUERY_NO_1_ROW&typ=&info=&dt=&limit=100&fail_info_short= The error is new, first recent occurrence, according to cross-reference was on Oct 11 2023 on kvm-fulltest2 here main.subselect_no_exists_to_in started to fail earler , first recent occurence 2023-09-22
|
| Comments |
| Comment by Daniel Black [ 2023-11-30 ] | |||||||||||||
|
So the reason for the error is more than 2 rows are in the slow_log table. Is this too simplistic?
| |||||||||||||
| Comment by Daniel Black [ 2023-11-30 ] | |||||||||||||
|
Rex, can I get a review on https://github.com/MariaDB/server/pull/2883 please. | |||||||||||||
| Comment by Rex Johnston [ 2023-11-30 ] | |||||||||||||
|
https://github.com/MariaDB/server/pull/2883 Looks good to me! | |||||||||||||
| Comment by Otto Kekäläinen [ 2024-01-06 ] | |||||||||||||
|
Confirmation: This https://github.com/MariaDB/server/pull/2883 was applied in Debian in https://salsa.debian.org/mariadb-team/mariadb-server/-/commit/f7554dac59e002768847e686d58b3bad8efd7a9c and uploaded with MariaDB 1:10.11.6-2. Based on autopkgtest results at https://ci.debian.net/packages/m/mariadb/ all the new 1:10.11.6-2 CI runs are passing. |