Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.1(EOL)
-
Solaris 10 x86
-
10.2.1-5, 10.1.15
Description
http://buildbot.askmonty.org/buildbot/builders/sol10-64/builds/4611/steps/test/logs/stdio
CURRENT_TEST: mroonga/storage.column_datetime_64bit_before_unix_epoch
|
--- /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.1.10/storage/mroonga/mysql-test/mroonga/storage/r/column_datetime_64bit_before_unix_epoch.result 2015-12-30 15:03:39.000000000 -0500
|
+++ /export/home/buildbot/maria-slave/solaris10-x86/build/mariadb-10.1.10/storage/mroonga/mysql-test/mroonga/storage/r/column_datetime_64bit_before_unix_epoch.reject 2015-12-31 02:44:06.881358000 -0500
|
@@ -16,5 +16,5 @@
|
VALUES ('1000-01-01 00:00:00', '1000-01-01 00:00:00');
|
SELECT * FROM diaries;
|
id title created_at
|
-1 1000-01-01 00:00:00 1000-01-01 00:00:00
|
+1 1000-01-01 00:00:00 1000-01-02 00:00:00
|
DROP TABLE diaries;
|
There are more failing tests, but apparently the mismatch is always the same – the value is inserted as '1000-01-01 00:00:00', but returned as '1000-01-02 00:00:00'.
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled