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: optimization tests are failed on some platforms #114

Closed
kou opened this issue Sep 6, 2016 · 2 comments
Closed

MariaDB 10.2.2: optimization tests are failed on some platforms #114

kou opened this issue Sep 6, 2016 · 2 comments

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/bld-dan-debug/builds/3637/steps/test_1/logs/stdio

----
CURRENT_TEST: mroonga/storage.optimization_count_skip_index_equal
--- /opt/buildbot-slave/mariadb/dan_demeter2/build/storage/mroonga/mysql-test/mroonga/storage/r/optimization_count_skip_index_equal.result  2016-09-03 14:06:58.511315734 -0400
+++ /opt/buildbot-slave/mariadb/dan_demeter2/build/storage/mroonga/mysql-test/mroonga/storage/r/optimization_count_skip_index_equal.reject  2016-09-03 21:00:37.660285054 -0400
@@ -14,5 +14,5 @@
 3
 SHOW STATUS LIKE 'mroonga_count_skip';
 Variable_name  Value
-Mroonga_count_skip 1
+Mroonga_count_skip 0
 DROP TABLE users;

mysqltest: Result content mismatch
----

----
CURRENT_TEST: mroonga/storage.optimization_count_skip_index_equal
--- /opt/buildbot-slave/mariadb/dan_demeter2/build/storage/mroonga/mysql-test/mroonga/storage/r/optimization_count_skip_index_equal.result  2016-09-03 14:06:58.511315734 -0400
+++ /opt/buildbot-slave/mariadb/dan_demeter2/build/storage/mroonga/mysql-test/mroonga/storage/r/optimization_count_skip_index_equal.reject  2016-09-03 21:00:38.714285054 -0400
@@ -14,5 +14,5 @@
 3
 SHOW STATUS LIKE 'mroonga_count_skip';
 Variable_name  Value
-Mroonga_count_skip 1
+Mroonga_count_skip 0
 DROP TABLE users;

mysqltest: Result content mismatch
----

Failing test(s):
   mroonga/storage.optimization_count_skip_index_equal
   mroonga/storage.optimization_count_skip_primary_key_equal
@kou
Copy link
Member Author

kou commented Sep 6, 2016

test/run-sql-test.sh --ps-protocol reproduces it.

@kou kou closed this as completed in 7c3f0a5 Dec 8, 2016
@kou
Copy link
Member Author

kou commented Dec 8, 2016

The fix breaks the test without --ps-protocol case.
We shouldn't use select_lex->where->next. select_lex->where itself contains all conditions.

@kou kou reopened this Dec 8, 2016
@kou kou closed this as completed in 6e59c4e Dec 9, 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