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 labrador #116

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

MariaDB 10.2.2: date tests are failed on labrador #116

kou opened this issue Sep 6, 2016 · 3 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/labrador/builds/7766/steps/test/logs/stdio

----
CURRENT_TEST: mroonga/storage.index_multiple_column_unique_datetime_order_desc
--- /private/var/lib/buildslave/maria-slave/labrador/build/storage/mroonga/mysql-test/mroonga/storage/r/index_multiple_column_unique_datetime_order_desc.result 2016-08-25 12:46:11.000000000 +0300
+++ /private/var/lib/buildslave/maria-slave/labrador/build/storage/mroonga/mysql-test/mroonga/storage/r/index_multiple_column_unique_datetime_order_desc.reject 2016-08-31 04:40:04.000000000 +0300
@@ -7,13 +7,19 @@
 );
 INSERT INTO ranges VALUES (1, "2012-10-25 16:18:29", "9999-12-31 23:59:59");
 INSERT INTO ranges VALUES (2, "1000-01-01 00:00:00", "2012-10-05 16:18:29");
+Warnings:
+Warning    1265    Data truncated for column 'start' at row 1
 INSERT INTO ranges VALUES (3, "9999-12-31 23:59:59", "1000-01-01 00:00:00");
+Warnings:
+Warning    1265    Data truncated for column 'end' at row 1
 INSERT INTO ranges VALUES (4, "1000-01-01 00:00:00", "9999-12-31 23:59:59");
+Warnings:
+Warning    1265    Data truncated for column 'start' at row 1
 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 1970-01-01 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  1970-01-01 00:00:00 9999-12-31 23:59:59
+2  1970-01-01 00:00:00 2012-10-05 16:18:29
 DROP TABLE ranges;
----


Failing test(s):
  mroonga/storage.column_datetime_64bit_before_unix_epoch
  mroonga/storage.column_datetime_64bit_version_56_or_later_out_of_range
  mroonga/storage.index_btree_equal_datetime
  mroonga/storage.index_multiple_column_unique_date_64bit_equal
  mroonga/storage.index_multiple_column_unique_date_index_read
  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
@kou
Copy link
Member Author

kou commented Sep 6, 2016

It seems that 64bit date isn't supported on labrador.
But what OS is used on labrador?

@kou
Copy link
Member Author

kou commented Dec 17, 2016

http://buildbot.askmonty.org/buildbot/buildslaves/labrador

Mac Mini Server 8GB RAM 2x500GB HD, Lion 10.7, Intel i7-2635QM CPU @ 2.00GHz, x86_64

@kou
Copy link
Member Author

kou commented Dec 18, 2016

It'll be fixed by 2a86a68. (Reference is wrong...)

@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