Browse Source

Fix for galera_3nodes_sr/suite.pm (#1526)

pull/1528/head
mkaruza 6 years ago
committed by GitHub
parent
commit
af09ce55eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      mysql-test/suite/galera_3nodes_sr/suite.pm

13
mysql-test/suite/galera_3nodes_sr/suite.pm

@ -1,16 +1,11 @@
package My::Suite::GALERA_3NODES_SR;
use File::Basename;
use My::Find;
@ISA = qw(My::Suite);
return "Not run for embedded server" if $::opt_embedded_server;
use lib 'suite';
use wsrep::common;
return "WSREP is not compiled in" if not ::have_wsrep();
return "No wsrep provider library" unless ::have_wsrep_provider();
@ISA = qw(My::Suite);
return ::wsrep_version_message() unless ::check_wsrep_version();
return wsrep_not_ok() if wsrep_not_ok();
push @::global_suppressions,
(

Loading…
Cancel
Save