Bug #32696 | index_merge_falcon.test fails | ||
---|---|---|---|
Submitted: | 25 Nov 2007 11:39 | Modified: | 26 May 2010 17:49 |
Reporter: | Ingo Strüwing | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S2 (Serious) |
Version: | 6.0.4 | OS: | Any |
Assigned to: | Olav Sandstå | CPU Architecture: | Any |
Tags: | F_HANDLER, pb2, pushbuild, test failure |
[25 Nov 2007 11:39]
Ingo Strüwing
[28 Nov 2007 10:23]
Bugs System
Pushed into 6.0.4-alpha
[12 Jun 2008 17:56]
Sergey Petrunya
index_merge_falcon.test is enabled and passes in the current tree. The test was enabled by this cset: ChangeSet 1.2577.3.5 2008/03/07 10:43:24 hakank@lu0011.(none) After merge cleanup. mysql-test/suite/falcon/t/disabled.def 1.35.1.3 2008/03/07 10:43:17 hakank@lu0011.(none) After merge cleanup. The result file looks ok. Changing status to can't repeat
[19 Aug 2008 10:45]
Olav Sandstå
Im a re-opening this bug report due to seeing this error consistently using the source from mysql-6.0-falcon-team tree (MySQL 6.0.7) when running the Falcon test suite on Solaris 10 on AMD servers.
[2 Sep 2008 14:09]
Sergey Petrunya
De-assigning from myself. Something within the falcon tree caused the bug to show up again. I didn't change anything in the falcon tree and also have no idea what others have changed there, so it's logical if Falcon team took a look first. Feel free to get me involved once this is narrowed down to some SQL layer issue.
[2 Sep 2008 14:19]
Kevin Lewis
Olav, assigning this to you since you reopened it based on failures on Solaris. Please verify.
[3 Sep 2008 8:41]
Olav Sandstå
I have verified that this bug is reproducible on a Solaris AMD server running Solaris 10 using the current version of MySQL checked out from the mysql-6.0-falcon tree. To reproduce it: 1. Configure with the following command: ./configure CC=/opt/studio12/SUNWspro/bin/cc CXX=/opt/studio12/SUNWspro/bin/CC CFLAGS="-Xa -m32 -mt" CXXFLAGS="-m32 -mt" --prefix=/home/os136802/install/mysql6 --with-named-curses=-lcurses --with-mysql-ldflags=-static --with-client-ldflags=-static --with-plugins=myisam,innobase,falcon --enable-dtrace --with-debug 2. compile... 3. Run test: ./mysql-test-run.pl --suite=falcon index_merge_falcon Note that if I configure for producing 64 bits executables the error does not occur.
[12 Sep 2008 6:36]
Olav Sandstå
This test seems to fail regularly in pushbuild2 on the "Solaris 10 on x86 compiled with gcc" rig on the mysql-6.0-falcon tree.
[11 Nov 2008 15:03]
John Embretsen
Test is still failing on every push in Pushbuild 2 on Solaris x86 platforms(Bug#40637 filed as duplicate).