You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
Expected behavior
No response
How To Reproduce
No response
Environment
No response
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: