Bug #25585 | Make test fails for 5.0.33 | ||
---|---|---|---|
Submitted: | 12 Jan 2007 13:09 | Modified: | 12 Jan 2007 14:44 |
Reporter: | Sebastian Nohn | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Views | Severity: | S3 (Non-critical) |
Version: | 5.0.33 | OS: | Linux (Linux 2.6.15 (Ubuntu 6.06)) |
Assigned to: | CPU Architecture: | Any |
[12 Jan 2007 13:09]
Sebastian Nohn
[12 Jan 2007 13:13]
Valeriy Kravchuk
Test does not fail with 5.0.34-BK: openxs@suse:~/dbs/5.0/mysql-test> ./mysql-test-run --force varbinary variables view Logging: ./mysql-test-run --force varbinary variables view MySQL Version 5.0.34 Using ndbcluster when necessary, mysqld supports it Skipping SSL, mysqld not compiled with SSL Binaries are debug compiled mysql-test-run: WARNING: Could not find all required ndb binaries, all ndb tests will fail, use --skip-ndbcluster to skip testing it. Using MTR_BUILD_THREAD = 0 Using MASTER_MYPORT = 9306 Using MASTER_MYPORT1 = 9307 Using SLAVE_MYPORT = 9308 Using SLAVE_MYPORT1 = 9309 Using SLAVE_MYPORT2 = 9310 Using NDBCLUSTER_PORT = 9310 Using IM_PORT = 9312 Using IM_MYSQLD1_PORT = 9313 Using IM_MYSQLD2_PORT = 9314 Killing Possible Leftover Processes Removing Stale Files Creating Directories Installing Master Database Installing Master Database Saving snapshot of installed databases ======================================================= Starting Tests in the 'main' suite TEST RESULT TIME (ms) ------------------------------------------------------- varbinary [ pass ] 138 variables [ pass ] 790 view [ pass ] 5261 ------------------------------------------------------- Stopping All Servers All 3 tests were successful. The servers were restarted 3 times Spent 6.189 seconds actually executing testcases Please, specify gcc, glibc versions used. Is it 64-bit platform?
[12 Jan 2007 13:18]
Sebastian Nohn
$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5) libc6 2.3.6-0ubuntu20 It is 64 bit (Opteron) but running on 32 bit OS.
[12 Jan 2007 14:20]
Hakan Küçükyılmaz
Duplicate of BUG##25359. Regards, Hakan
[12 Jan 2007 14:21]
Hakan Küçükyılmaz
Sorry for typo. Duplicate of BUG#25359.
[12 Jan 2007 14:44]
Sebastian Nohn
I can verify the fix with latest BK on my machine: $ ./mysql-test-run --force varbinary variables view Logging: ./mysql-test-run --force varbinary variables view MySQL Version 5.0.34 Skipping ndbcluster, mysqld not compiled with ndbcluster Skipping SSL, mysqld not compiled with SSL Using MTR_BUILD_THREAD = 0 Using MASTER_MYPORT = 9306 Using MASTER_MYPORT1 = 9307 Using SLAVE_MYPORT = 9308 Using SLAVE_MYPORT1 = 9309 Using SLAVE_MYPORT2 = 9310 Using IM_PORT = 9312 Using IM_MYSQLD1_PORT = 9313 Using IM_MYSQLD2_PORT = 9314 Killing Possible Leftover Processes Removing Stale Files Creating Directories Installing Master Database Installing Master Database Saving snapshot of installed databases ======================================================= Starting Tests in the 'main' suite TEST RESULT TIME (ms) ------------------------------------------------------- varbinary [ pass ] 86 variables [ pass ] 568 view [ pass ] 2259 ------------------------------------------------------- Stopping All Servers All 3 tests were successful. The servers were restarted 1 times Spent 2.913 seconds actually executing testcases