Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: mtr run failed in ci/cd #1803

Open
2 of 3 tasks
hustjieke opened this issue May 19, 2023 · 1 comment
Open
2 of 3 tasks

bug: mtr run failed in ci/cd #1803

hustjieke opened this issue May 19, 2023 · 1 comment
Assignees
Labels
A-bug Something isn't working C-stonedb-8.0 associated with stonedb 8.0

Comments

@hustjieke
Copy link
Collaborator

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!
@hustjieke hustjieke added A-bug Something isn't working C-stonedb-8.0 associated with stonedb 8.0 labels May 19, 2023
@hustjieke hustjieke self-assigned this May 19, 2023
@hustjieke hustjieke moved this to In Progress in StoneDB for MySQL 8.0 May 19, 2023
@hustjieke hustjieke added this to the StoneDB_8.0_v1.0.2 milestone May 19, 2023
@hustjieke
Copy link
Collaborator Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bug Something isn't working C-stonedb-8.0 associated with stonedb 8.0
Projects
Status: In Progress
Development

No branches or pull requests

1 participant