Skip to content

bug: mtr run failed in ci/cd #1803

@hustjieke

Description

@hustjieke

Have you read the Contributing Guidelines on issues?

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

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?

  • Yes, I will!

Metadata

Metadata

Assignees

Labels

A-bugSomething isn't workingC-stonedb-8.0associated with stonedb 8.0

Type

No type

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions