Bug #46117 main.exampledb is always skipped
Submitted: 10 Jul 2009 17:13 Modified: 6 Mar 2010 23:49
Reporter: Sven Sandberg Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:4.1, 5.0, 5,1, 5.4 bzr OS:Any
Assigned to: Horst Hunger CPU Architecture:Any
Tags: exampledb

[10 Jul 2009 17:13] Sven Sandberg
Description:
The test main.exampledb never executes because include/have_exampledb.test always fails.

How to repeat:
cd mysql-test
./mtr exampledb

or read pushbuild logs.
[10 Jul 2009 19:32] Sveta Smirnova
Thank you for the report.

Verified as described.
[2 Oct 2009 14:25] John Embretsen
Related to Bug#38175 (example storage engine missing) and possibly Bug#18464 (Can't make example storage engine available).

Possible actions:

 a) Remove the test (if the EXAMPLE storage engine is not supposed to be available in production builds).

 b) Make the EXAMPLE storage engine available when relevant configure options are included (PB2 includes e.g. --with-example-storage-engine but the engine is still not available).

 c) Simply change the include file to display a more informative message (instead of "Test requires: 'true'"), and keep skipping the test. Then close this bug as "Won't fix" or similar...
[10 Dec 2009 9:58] Horst Hunger
The exampledb is now a plugin and needs to be installed. So, it is alright that this test is skipped.
[11 Dec 2009 8:30] 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/93626

2928 Horst.Hunger	2009-12-11
      Fix for bug#46117: This test is replaced by plugin.test also containing a CRESTE TABLE on example db. Example DB only exists as plugin.
[11 Dec 2009 9:51] John Embretsen
Patch looks OK. If you decide to remove include/have_exampledb.inc as well, I can take a look at the new patch.
[21 Dec 2009 15:39] Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20091221153807-80nxoli1tw1z9bxn) (version source revid:alik@sun.com-20091215204938-iwxtd26u2ma68c3d) (merge vers: 6.0.14-alpha) (pib:15)
[21 Dec 2009 15:41] Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20091221153659-d7bt0fh6mhhclxuf) (version source revid:horst.hunger@sun.com-20091211083017-t2y7rzgdai18vijg) (pib:15)
[6 Mar 2010 11:08] Bugs System
Pushed into 5.5.3-m3 (revid:alik@sun.com-20100306103849-hha31z2enhh7jwt3) (version source revid:vvaintroub@mysql.com-20091221173845-8mqvlwp1bfp2w24g) (merge vers: 5.5.99) (pib:16)
[6 Mar 2010 23:49] Paul DuBois
Changes to test cases. No changelog entry needed.