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
-
Activity
Sprint | 10.2.1-5 [ 68 ] |
Rank | Ranked lower |
Assignee | Kentoku [ kentoku ] | Sergey Vojtovich [ svoj ] |
Sprint | 10.2.1-5 [ 68 ] | 10.2.1-5, 10.1.15 [ 68, 75 ] |
Rank | Ranked higher |
Assignee | Sergey Vojtovich [ svoj ] | Sergei Golubchik [ serg ] |
Status | Open [ 1 ] | In Review [ 10002 ] |
Sprint | 10.2.1-5, 10.1.15 [ 68, 75 ] | 10.2.1-5, 10.1.15, 10.1.16 [ 68, 75, 76 ] |
Rank | Ranked lower |
Assignee | Sergei Golubchik [ serg ] | Sergey Vojtovich [ svoj ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Sergey Vojtovich [ svoj ] | Kentoku [ kentoku ] |
Sprint | 10.2.1-5, 10.1.15, 1.0.2 [ 68, 75, 76 ] | 10.2.1-5, 10.1.15 [ 68, 75 ] |
Rank | Ranked higher |
Assignee | Kentoku Shiba [ kentoku ] | Nayuta Yanagisawa [ JIRAUSER47117 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Won't Fix [ 2 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 73427 ] | MariaDB v4 [ 149966 ] |
serg, please review workaround for this bug.