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: date tests are failed on Solaris #117

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

MariaDB 10.2.2: date tests are failed on Solaris #117

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/sol10-64/builds/5693/steps/test/logs/stdio

----
CURRENT_TEST: mroonga/storage.index_multiple_column_unique_datetime_order_desc
--- /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.2.2/storage/mroonga/mysql-test/mroonga/storage/r/index_multiple_column_unique_datetime_order_desc.result   2016-08-30 14:42:11.000000000 -0400
+++ /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.2.2/storage/mroonga/mysql-test/mroonga/storage/r/index_multiple_column_unique_datetime_order_desc.reject   2016-08-30 21:49:06.428217000 -0400
@@ -12,8 +12,8 @@
 SELECT * FROM ranges FORCE INDEX(range_key)
 ORDER BY start DESC, end DESC;
 id start   end
-3  9999-12-31 23:59:59 1000-01-01 00:00:00
+3  9999-12-31 23:59:59 1000-01-02 00:00:00
 1  2012-10-25 16:18:29 9999-12-31 23:59:59
-4  1000-01-01 00:00:00 9999-12-31 23:59:59
-2  1000-01-01 00:00:00 2012-10-05 16:18:29
+4  1000-01-02 00:00:00 9999-12-31 23:59:59
+2  1000-01-02 00:00:00 2012-10-05 16:18:29
 DROP TABLE ranges;
----

----
CURRENT_TEST: mroonga/storage.repair_table_no_index_file
--- /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.2.2/storage/mroonga/mysql-test/mroonga/storage/r/repair_table_no_index_file.result 2016-08-30 14:42:11.000000000 -0400
+++ /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.2.2/storage/mroonga/mysql-test/mroonga/storage/r/repair_table_no_index_file.reject 2016-08-30 21:49:55.700929000 -0400
@@ -14,7 +14,7 @@
 2  Groonga (1) starting Groonga...
 FLUSH TABLES;
 SELECT * FROM diaries WHERE MATCH(body) AGAINST("+starting" IN BOOLEAN MODE);
-ERROR HY000: system call error: No such file or directory: failed to open path: <repair_test.mrn.000010E.c>
+ERROR HY000: system call error[0]: Error 0: failed to open path: <repair_test.mrn.000010E.c>
 REPAIR TABLE diaries;
 Table  Op  Msg_type    Msg_text
 repair_test.diaries    repair  status  OK

mysqltest: Result length mismatch
----

Failing test(s):
  mroonga/wrapper.repair_table_no_index_file
  mroonga/storage.column_datetime_64bit_before_unix_epoch
  mroonga/storage.index_multiple_column_unique_date_64bit_equal
  mroonga/storage.index_multiple_column_unique_date_order_64bit_asc
  mroonga/storage.index_multiple_column_unique_date_order_64bit_desc
  mroonga/storage.index_multiple_column_unique_datetime_index_read
  mroonga/storage.index_multiple_column_unique_datetime_order_asc
  mroonga/storage.index_multiple_column_unique_datetime_order_desc
  mroonga/storage.repair_table_no_index_file
kou added a commit that referenced this issue Dec 18, 2016
GitHub: #117

Signed 64bit time_t related tests are always skipped on OS X 10.7 or
earlier. Because we can't detect signed 64bit time_t availability on OS
X 10.7 or earlier.
@kou
Copy link
Member Author

kou commented Dec 18, 2016

All cases are handled.

@kou kou closed this as completed Dec 18, 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