mkaruza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
9 deletions
-
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, |
|
|
|
( |
|
|
|