[MDEV-10675] main.ctype_utf16le failed with timeout or extra warnings in buildbot Created: 2016-08-27  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

logs not available

10.1	9c9747fed3e1c1a7838e45c71983a3c4	kvm-bintar-centos5-amd64	2016-05-18 12:12:19	2915	mtr		main.ctype_utf16le		timeout after 900 seconds

main.ctype_utf16le                       w1 [ fail ]  timeout after 900 seconds
        Test ended at 2016-05-18 12:12:31
 
Test case timeout after 900 seconds
 
== /usr/local/mariadb-10.1.15-linux-x86_64/mysql-test/var/1/log/ctype_utf16le.log == 
1	SIMPLE	t1	index	NULL	a	40	NULL	3	Using index
SELECT HEX(a) FROM t1 ORDER BY a;
HEX(a)
1F201F201F201F201F201F201F201F201F201F20
2020202020202020202020202020202020202020
2120212021202120212021202120212021202120
ALTER TABLE t1 DROP INDEX a;
SELECT HEX(a) FROM t1 ORDER BY a;
HEX(a)
1F201F201F201F201F201F201F201F201F201F20
2020202020202020202020202020202020202020
2120212021202120212021202120212021202120
DROP TABLE t1;
#
# Bug #20108: corrupted default enum value for a ucs2 field
#
CREATE TABLE t1 (
status ENUM('active','passive') CHARACTER SET utf16le COLLATE utf16le_general_ci
NOT NULL DEFAULT 'passive'
);
 
 == /usr/local/mariadb-10.1.15-linux-x86_64/mysql-test/var/1/tmp/analyze-timeout-mysqld.1.err ==
mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/usr/local/mariadb-10.1.15-linux-x86_64/mysql-test/var/tmp/1/mysqld.1.sock' (111 "Connection refused")
 
 
 - saving '/usr/local/mariadb-10.1.15-linux-x86_64/mysql-test/var/1/log/main.ctype_utf16le/' to '/usr/local/mariadb-10.1.15-linux-x86_64/mysql-test/var/log/main.ctype_utf16le/'
 
Retrying test main.ctype_utf16le, attempt(2/3)...
 
worker[1] > Restart  - not started

10.1	c83810f402d65c7dee2cf15fd38b8bf6	labrador	2015-09-17 19:16:14	5801	nm	Normal run, no --ps-protocol	main.ctype_utf16le	

main.ctype_utf16le                       [ fail ]
        Test ended at 2015-09-17 21:50:04
 
CURRENT_TEST: main.ctype_utf16le
--- /private/var/lib/buildslave/maria-slave/labrador/build/mysql-test/r/ctype_utf16le.result	2015-09-17 10:11:18.000000000 +0300
+++ /private/var/lib/buildslave/maria-slave/labrador/build/mysql-test/r/ctype_utf16le.reject	2015-09-17 21:50:04.000000000 +0300
@@ -955,6 +955,9 @@
 CREATE TABLE t1 (a VARCHAR(64) CHARACTER SET utf16le, b DECIMAL(10,3));
 INSERT INTO t1 VALUES ("1.1", 0), ("2.1", 0);
 UPDATE t1 set b=a;
+Warnings:
+Warning	1265	Data truncated for column 'b' at row 1
+Warning	1265	Data truncated for column 'b' at row 2
 SELECT *, HEX(a) FROM t1;
 a	b	HEX(a)
 1.1	1.100	31002E003100
 
mysqltest: Result length mismatch


Generated at Thu Feb 08 07:44:04 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.