Bug #26924 Test 'timezone2' fails on Windows x64
Submitted: 7 Mar 2007 16:51 Modified: 22 Mar 2007 8:07
Reporter: Kent Boortz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version:5.1.16 OS:Windows (Windows winx64)
Assigned to: CPU Architecture:Any

[7 Mar 2007 16:51] Kent Boortz
Description:
Test 'timezone2' fails on Windows x64 with

timezone2                      [ fail ]

 -------------------------------------------------------
 *** r/timezone2.result
 --- r/timezone2.reject
 ***************
 *** 154,159
 --- 154,160
   Warnings:
   Warning      1264    Out of range value for column 'ts' at row 2
   Warning      1264    Out of range value for column 'ts' at row 3
 + Warning      1264    Out of range value for column 'ts' at row 5
   Warning      1264    Out of range value for column 'ts' at row 6
   select * from t1;
   ts
 ***************
 *** 161,167
   0000-00-00 00:00:00
   0000-00-00 00:00:00
   1970-01-01 01:30:01
 ! 2038-01-19 04:44:07
   0000-00-00 00:00:00
   drop table t1;
   show variables like 'time_zone';
 --- 162,168
   0000-00-00 00:00:00
   0000-00-00 00:00:00
   1970-01-01 01:30:01
 ! 0000-00-00 00:00:00
   0000-00-00 00:00:00
   drop table t1;
   show variables like 'time_zone';
 -------------------------------------------------------

How to repeat:
Run the test on Windows x64
[22 Mar 2007 8:07] Dmitry Lenev
Hi Kent!

As far as I know this test failure had the same root cause as the bug #26536  	"func_time failure on vm-win2003-64-b, occurs every time" and was fixed by
the patch for this bug.

The fact that these failures are no longer repeatable is confirmed by PushBuild.

So I mark this bug as duplicate.