Bug #28827 Partition test needs archive engine
Submitted: 1 Jun 2007 7:50 Modified: 1 Nov 2007 12:47
Reporter: Stewart Smith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Matthias Leich CPU Architecture:Any

[1 Jun 2007 7:50] Stewart Smith
Description:
Partition test needs archive engine

How to repeat:
run partition test without archive engine built

Suggested fix:
Partition test needs archive engine

Index: telco-new/mysql-test/t/partition.test
===================================================================
--- telco-new.orig/mysql-test/t/partition.test  2007-05-30 16:54:45.903097250 +1000
+++ telco-new/mysql-test/t/partition.test       2007-05-30 16:54:58.415879250 +1000
@@ -3,6 +3,7 @@
 # Simple test for the partition storage engine
 # Taken fromm the select test
 #
+-- source include/have_archive.inc
 -- source include/have_partition.inc

 --disable_warnings
[25 Jun 2007 6:58] Mikael Ronström
Break out the test case into new test case
partition_archive.test seems like a better idea.
[17 Oct 2007 23:50] Trudy Pelzer
Taking from Stewart; the complete fix isn't really "in progress".
[19 Oct 2007 14:19] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/35925

ChangeSet@1.2580, 2007-10-19 16:19:54+02:00, mleich@four.local.lan +8 -0
  This changeset contains the following stuff:
  - Fix for
    Bug#28827 Partition test needs archive engine
    Bug#26669 Two tests on partition fail while blackhole engine is missing
    Solution: Move ARCHIVE and BLACKHOLE sub test cases to their own main test.
  - The two bugs above + the fact that CSV could be also sometimes not
    available --> Move also CSV sub tests out.
  - Minor cleanups
    - Replace error numbers with error names
    - fix typos, wrong comments
    - remove redundant sub test cases
    - add missing drop database
    - SET GLOBAL general_log = default is wrong, = 1 is correct
[22 Oct 2007 18:10] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/36067

ChangeSet@1.2588, 2007-10-22 20:10:51+02:00, mleich@four.local.lan +8 -0
  This changeset contains the following stuff:
  - Fix for
      Bug#28827 Partition test needs archive engine
      Bug#26669 Two tests on partition fail while blackhole engine is missing
    Solution: Move ARCHIVE and BLACKHOLE sub test cases to their own main test.
  - The two bugs above + the fact that CSV could be also sometimes not
    available --> Move also CSV sub tests out.
  - Minor cleanups
    - Replace error numbers with error names
    - fix typos, wrong comments
    - remove redundant sub test cases
    - add missing drop database
    - SET GLOBAL general_log = default is wrong, = 1 is correct
[1 Nov 2007 10:15] Bugs System
Pushed into 6.0.4-alpha
[1 Nov 2007 10:16] Bugs System
Pushed into 5.1.23-rc
[1 Nov 2007 12:47] Paul DuBois
Test case change. No changelog entry needed.