Navigation Menu

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

MariaDB 10.2.2: embedded server tests are failed #115

Closed
kou opened this issue Sep 6, 2016 · 1 comment
Closed

MariaDB 10.2.2: embedded server tests are failed #115

kou opened this issue Sep 6, 2016 · 1 comment

Comments

@kou
Copy link
Member

kou commented Sep 6, 2016

All platforms: http://buildbot.askmonty.org/buildbot/grid?category=main&branch=ks-10.2-Mroonga-6.08

Failed platforms:

Log: http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/6481/steps/test_5/logs/stdio

----
mroonga/wrapper.alter_table_add_column_multibyte_utf8 'innodb_plugin' w1 [ fail ]
        Test ended at 2016-08-31 01:41:01

CURRENT_TEST: mroonga/wrapper.alter_table_add_column_multibyte_utf8
mysqltest: At line 40: query 'INSERT INTO users (名前) VALUES ("やまだ")' failed: 1016: mroonga: failed to open table: <users>

The result from queries just before the failure was:
DROP TABLE IF EXISTS users;
SET NAMES utf8;
CREATE TABLE users (
id int unsigned PRIMARY KEY AUTO_INCREMENT
) DEFAULT CHARSET=utf8 COMMENT='Engine "InnoDB"';
ALTER TABLE users
ADD COLUMN 名前 text,
ADD FULLTEXT INDEX (名前);
INSERT INTO users (名前) VALUES ("やまだ");
----

----
CURRENT_TEST: mroonga/wrapper.create_table_parser_comment
mysqltest got signal 11
read_command_buf (0x147c980): create table diaries ( id int primary key auto_increment, body text, fulltext index body_index (body) comment 'parser "TokenBigramSplitSymbolAlphaDigit"' ) comment = 'engine "innodb"' default charset utf8
conn->name (0x3b84a18): 
conn->cur_query (0x3b79df8): create table diaries ( id int primary key auto_increment, body text, fulltext index body_index (body) comment 'parser "TokenBigramSplitSymbolAlphaDigit"' ) comment = 'engine "innodb"' default charset utf8
Attempting backtrace...
stack_bottom = 0x0 thread_stack 0x48c00
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(my_print_stacktrace+0x2b)[0x5735cb]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded[0x557a29]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0)[0x7f3a02601cb0]
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(mrn_add_index_param+0x2bc)[0x7f3a001bd32c]
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(mrn_parse_index_param+0x35)[0x7f3a001bd485]
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(mrn_get_share+0x2ab)[0x7f3a001bde0b]
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(_ZN10ha_mroonga6createEPKcP5TABLEP14HA_CREATE_INFO+0x3e)[0x7f3a001a707e]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z15ha_create_tableP3THDPKcS2_S2_P14HA_CREATE_INFOP34st_mysql_const_unsigned_lex_string+0x20b)[0x5d9d3b]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z16rea_create_tableP3THDP34st_mysql_const_unsigned_lex_stringPKcS4_S4_P14HA_CREATE_INFOP7handlerb+0xaa)[0x8ffdfa]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded[0x699e85]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z26mysql_create_table_no_lockP3THDPKcS2_P22Table_specification_stP10Alter_infoPbi+0x11b)[0x69ddeb]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z18mysql_create_tableP3THDP10TABLE_LISTP22Table_specification_stP10Alter_info+0x100)[0x69df90]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z21mysql_execute_commandP3THD+0x53ac)[0x85b58c]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z11mysql_parseP3THDPcjP12Parser_statebb+0x143)[0x85c193]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0x14a5)[0x85d6e5]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded[0x594761]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(mysql_send_query+0x31)[0x587a01]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(connection_thread+0x70)[0x557b30]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a)[0x7f3a025f9e9a]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f3a010b94bd]
Writing a core file...
----

----

CURRENT_TEST: mroonga/wrapper.drop_table_new_connection
2016-08-31 01:42:32 7f6568229300  InnoDB: Operating system error number 17 in a file operation.
InnoDB: Error number 17 means 'File exists'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html
mysqltest: At line 37: query 'CREATE TABLE logs (
id INT PRIMARY KEY AUTO_INCREMENT,
message TEXT,
FULLTEXT INDEX (message)
) COMMENT='ENGINE "InnoDB"' DEFAULT CHARSET=utf8' failed: 1813: Tablespace for table '`test`.`logs`' exists. Please DISCARD the tablespace before IMPORT.

The result from queries just before the failure was:
CREATE TABLE logs (
id INT PRIMARY KEY AUTO_INCREMENT,
message TEXT,
FULLTEXT INDEX (message)
) COMMENT='ENGINE "InnoDB"' DEFAULT CHARSET=utf8;
USE test;
DROP TABLE logs;
CREATE TABLE logs (
id INT PRIMARY KEY AUTO_INCREMENT,
message TEXT,
FULLTEXT INDEX (message)
) COMMENT='ENGINE "InnoDB"' DEFAULT CHARSET=utf8;
----

----
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(grn_realloc_default+0x49)[0x7f83769143d9]
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(grn_bulk_fin+0x49)[0x7f83768ece89]
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(grn_obj_close+0x294)[0x7f83766e8d84]
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(_ZN10ha_mroonga13clear_indexesEv+0x79)[0x7f83766b3759]
/mnt/buildbot/build/mariadb-10.2.2/mysql-test/var/1/plugins/ha_mroonga.so(_ZN10ha_mroonga5closeEv+0x27)[0x7f83766b38e7]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z8closefrmP5TABLE+0x119)[0x64b499]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded[0x610c1c]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z16tdc_remove_tableP3THD26enum_tdc_remove_table_typePKcS3_b+0x16d)[0x610f0d]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z23mysql_rm_table_no_locksP3THDP10TABLE_LISTbbbbb+0xc4d)[0x69231d]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z14mysql_rm_tableP3THDP10TABLE_LISTcc+0x154)[0x692954]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z21mysql_execute_commandP3THD+0x2ee5)[0x8590c5]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z11mysql_parseP3THDPcjP12Parser_statebb+0x143)[0x85c193]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0x14a5)[0x85d6e5]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded[0x594761]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(mysql_send_query+0x31)[0x587a01]
/mnt/buildbot/build/mariadb-10.2.2/libmysqld/examples/mysqltest_embedded(connection_thread+0x70)[0x557b30]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a)[0x7f8378b0ae9a]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f83775ca4bd]
Writing a core file...
----

Failing test(s):
  sys_vars.sysvars_server_embedded
  mroonga/wrapper.alter_table_add_column_multibyte_cp932
  mroonga/wrapper.alter_table_add_column_multibyte_utf8
  mroonga/wrapper.alter_table_comment_change_engine
  mroonga/wrapper.create_table_parser_comment
  mroonga/wrapper.drop_table_new_connection
  mroonga/wrapper.fulltext_insert_select
@kou
Copy link
Member Author

kou commented Dec 16, 2016

Multibyte related tests aren't failed on Debian GNU/Linux.
Others are fixed or skipped. Skipped tests are needed to be rebuilt for embedded server.

@kou kou closed this as completed Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant