stoneatom / stonedb

StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
https://stonedb.io/
GNU General Public License v2.0
862 stars 139 forks source link

bug: mtr run failed in ci/cd #1803

Open hustjieke opened 1 year ago

hustjieke commented 1 year ago

Have you read the Contributing Guidelines on issues?

Please confirm if bug report does NOT exists already ?

Describe the problem

[  2%] tianmu.issue222                          w8  [ fail ]
        Test ended at 2023-05-19 03:47:25

CURRENT_TEST: tianmu.issue222
--- /stonedb80/install/mysql-test/suite/tianmu/r/issue222.result    2023-05-18 16:51:01.000000000 +0300
+++ /stonedb80/install/mysql-test/var/8/log/issue222.reject 2023-05-19 06:47:25.672000000 +0300
@@ -5,6 +5,5 @@
 insert into $tt values (1,2,3);
 select a$1, $b, c$ from $tt;
 a$1    $b  c$
-1  2   3
 drop table $tt;
 drop database issue222;

mysqltest: Result length mismatch

The result from queries just before the failure was:
drop database if exists issue222;
create database issue222;
use issue222;
create table $tt (a$1 int, $b int, c$ int) engine=tianmu;
insert into $tt values (1,2,3);
select a$1, $b, c$ from $tt;
a$1 $b  c$
drop table $tt;
drop database issue222;
safe_process[[39](https://github.com/stoneatom/stonedb/actions/runs/5020457945/jobs/9001952152?pr=1802#step:6:40)96]: Child process: [40](https://github.com/stoneatom/stonedb/actions/runs/5020457945/jobs/9001952152?pr=1802#step:6:41)02, exit: 1

 - the logfile can be found in '/stonedb80/install/mysql-test/var/log/tianmu.issue222/issue222.log'

[  3%] tianmu.issue362                          w3  [ fail ]
        Test ended at 2023-05-19 03:[47](https://github.com/stoneatom/stonedb/actions/runs/5020457945/jobs/9001952152?pr=1802#step:6:48):25

CURRENT_TEST: tianmu.issue362
--- /stonedb80/install/mysql-test/suite/tianmu/r/issue362.result    2023-05-18 16:[51](https://github.com/stoneatom/stonedb/actions/runs/5020457945/jobs/9001952152?pr=1802#step:6:52):01.000000000 +0300
+++ /stonedb80/install/mysql-test/var/3/log/issue3[62](https://github.com/stoneatom/stonedb/actions/runs/5020457945/jobs/9001952152?pr=1802#step:6:63).reject   2023-05-19 06:47:25.[67](https://github.com/stoneatom/stonedb/actions/runs/5020457945/jobs/9001952152?pr=1802#step:6:68)[70](https://github.com/stoneatom/stonedb/actions/runs/5020457945/jobs/9001952152?pr=1802#step:6:71)00000 +0300
@@ -6,11 +6,7 @@
 INSERT INTO abcÿdef VALUES (2);
 SELECT * FROM `abcÿdef`;
 i
-1
-2
 SELECT * FROM abcÿdef;
 i
-1
-2
 DROP TABLE `abcÿdef`;
 drop database issue362;

mysqltest: Result length mismatch

Expected behavior

No response

How To Reproduce

No response

Environment

No response

Are you interested in submitting a PR to solve the problem?

hustjieke commented 1 year ago

image