From: Zardosht Kasheff Date: May 22 2010 3:00pm Subject: Re: running replication tests with storage engine plugin installed List-Archive: http://lists.mysql.com/internals/37911 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello all, Mark's suggestion works great for our engine on tests that do not use the InnoDB plugin. However, when a test runs the innodb_plugin, our engine is not loaded. So, we are not able to run tests with the innodb plugin installed and our engine installed. Here is the command line argument: ./mysql-test-run.pl --mysqld=3D--plugin-load=3Dmy_engine=3Dha_my_engine.so --suite=3Dmy_suite It would be great to run tests with both the innodb plugin and our plugin installed. The real problem comes when we have additional variables passed in via --mysqld that are defined in our engine. When the innodb_plugin test tries to run, because our engine is not loaded, the variable passed in is undefined and the test fails to run. Any ideas? Thanks -Zardosht On Tue, May 4, 2010 at 6:45 PM, Zardosht Kasheff wrote= : > Thanks a lot Mark. > > This is working. > > -Zardosht > > On Tue, May 4, 2010 at 6:37 PM, MARK CALLAGHAN wrote= : >> This worked for me: >> http://www.facebook.com/MySQLatFacebook?v=3Dapp_2347471856#!/note.php?no= te_id=3D382618805932 >> >> On Tue, May 4, 2010 at 1:33 PM, Zardosht Kasheff wr= ote: >>> Hello all, >>> >>> I am trying to run a replication test with a private storage engine >>> installed as a plugin. I have already installed the plugin, so >>> whenever I start mysqld, the plugin is installed. However, when I go >>> to run ./mysql-test-run.pl suite/rpl/t/rpl_multi_engine.test, the >>> plugin is not installed, and I cannot use our private engine. >>> >>> I also see that somehow, the innodb plugin is run. How does this happen= ? >>> >>> Any ideas what may be going on? We have not run into this problem, >>> because until now, we have had our scripts use mysqltest directly. >>> >>> Thanks >>> -Zardosht >>> >>> -- >>> MySQL Internals Mailing List >>> For list archives: http://lists.mysql.com/internals >>> To unsubscribe: =A0 =A0http://lists.mysql.com/internals?unsub=3Dmdcalla= g@stripped >>> >>> >> >> >> >> -- >> Mark Callaghan >> mdcallag@stripped >> >