Bug #44537 plugin_notembedded.test fails on Windows
Submitted: 29 Apr 2009 9:18 Modified: 8 Jun 2009 20:01
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:6.0 OS:Windows
Assigned to: Alexander Nozdrin CPU Architecture:Any
Tags: pushbuild, test failure

[29 Apr 2009 9:18] Alexander Nozdrin
Description:
main.plugin_notembedded                  [ fail ]
        Test ended at 2009-04-24 02:17:25

CURRENT_TEST: main.plugin_notembedded
mysqltest: At line 7: query 'INSTALL PLUGIN example SONAME 'ha_example.so'' failed: 1126: Can't open shared library 'C:/cygwin/home/pushbuild/pb1/pb/bzr_mysql-6.0/158/mysql-6.0.12-alpha-pb158/storage/example/release/ha_example.so' (errno: 0 )

The result from queries just before the failure was:
SELECT @@global.example_enum_var = 'e2';
ERROR HY000: Unknown system variable 'example_enum_var'

 - saving 'e:/var-n_mix-100/log/main.plugin_notembedded/' to 'e:/var-n_mix-100/log/main.plugin_notembedded/'

Retrying test, attempt(2/3)...

main.plugin_notembedded                  [ retry-fail ]
        Test ended at 2009-04-24 02:17:29

CURRENT_TEST: main.plugin_notembedded
mysqltest: At line 7: query 'INSTALL PLUGIN example SONAME 'ha_example.so'' failed: 1126: Can't open shared library 'C:/cygwin/home/pushbuild/pb1/pb/bzr_mysql-6.0/158/mysql-6.0.12-alpha-pb158/storage/example/release/ha_example.so' (errno: 2 )

The result from queries just before the failure was:
SELECT @@global.example_enum_var = 'e2';
ERROR HY000: Unknown system variable 'example_enum_var'

 - saving 'e:/var-n_mix-100/log/main.plugin_notembedded/' to 'e:/var-n_mix-100/log/main.plugin_notembedded/'

Test has failed 2 times, no more retries!

How to repeat:
Xref.
[29 Apr 2009 9:55] 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/72994

2697 Alexander Nozdrin	2009-04-29
      Fix for Bug#44537: plugin_notembedded.test fails on Windows.
[30 Apr 2009 14:56] Bugs System
Pushed into 6.0.12-alpha (revid:alik@sun.com-20090429095527-nfzo123qrt5vyvpc) (version source revid:alik@sun.com-20090429095527-nfzo123qrt5vyvpc) (merge vers: 6.0.12-alpha) (pib:6)
[5 May 2009 16:01] Sveta Smirnova
There is similar bug #42144
[12 May 2009 7:33] Alexander Nozdrin
Patch queued into 6.0-runtime.
[8 Jun 2009 20:01] Paul DuBois
Test case changes. No changelog entry needed.