Bug #47662 main.plugin_notembedded fails sporadically in pb2
Submitted: 27 Sep 22:46
Reporter: Alexander Nozdrin
Status: Verified
Category:Tools: Pushbuild Severity:S3 (Non-critical)
Version:6.0 OS:Any
Assigned to: Target Version:
Tags: pb2, test failure, sporadic, experimental
Triage: Needs Triage: D3 (Medium)

[27 Sep 22:46] Alexander Nozdrin
Description:
main.plugin_notembedded w1 [ fail ]
        Test ended at 2009-09-25 21:03:17

CURRENT_TEST: main.plugin_notembedded
mysqltest: At line 8: query 'INSTALL PLUGIN example SONAME $HA_EXAMPLE_SO' failed: 1126:
Can't open shared library
'/export/home/pb2/test/sb_1-768410-1253904326.75/mysql-6.0.14-alpha-solaris10-i386-test/lib/mysql/plugin/ha_example.so'
(errno: 2 ld.so.1: mysqld: fatal: relocation error: file
/export/home/pb2/test/sb_1-768410-1253904326.75/mysql-6.0.14-alpha-solaris10-i386)

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

 - saving
'/export/home/pb2/test/sb_1-768410-1253904326.75/mysql-6.0.14-alpha-solaris10-i386-test/mysql-test/var/1/log/main.plugin_notembedded/'
to
'/export/home/pb2/test/sb_1-768410-1253904326.75/mysql-6.0.14-alpha-solaris10-i386-test/mysql-test/var/log/main.plugin_notembedded/'

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

main.plugin_notembedded                  w1 [ retry-fail ]
        Test ended at 2009-09-25 21:03:17

CURRENT_TEST: main.plugin_notembedded
mysqltest: At line 8: query 'INSTALL PLUGIN example SONAME $HA_EXAMPLE_SO' failed: 1126:
Can't open shared library
'/export/home/pb2/test/sb_1-768410-1253904326.75/mysql-6.0.14-alpha-solaris10-i386-test/lib/mysql/plugin/ha_example.so'
(errno: 2 ld.so.1: mysqld: fatal: relocation error: file
/export/home/pb2/test/sb_1-768410-1253904326.75/mysql-6.0.14-alpha-solaris10-i386)

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

 - saving
'/export/home/pb2/test/sb_1-768410-1253904326.75/mysql-6.0.14-alpha-solaris10-i386-test/mysql-test/var/1/log/main.plugin_notembedded/'
to
'/export/home/pb2/test/sb_1-768410-1253904326.75/mysql-6.0.14-alpha-solaris10-i386-test/mysql-test/var/log/main.plugin_notembedded/'

Test has failed 2 times, no more retries!

How to repeat:
http://pb2.norway.sun.com/web.py?template=mysql_show_test_failure&test_failure_id=2340086&...
[27 Sep 22:47] Alexander Nozdrin
The test case has been marked experimental due to this bug.