174dad4b5b
Fix master server version checks in tests
...
The master server version was not processed adequately and false positives
of old master versions were possible.
2017-07-31 09:42:03 +03:00
af99ab3b72
Print the JSON in avro_alter
...
The test now prints the output in avro_alter. The replicate_from_master
function also stops maxscale before removing the files.
2017-07-31 09:42:03 +03:00
563fdb4db5
Backport testing fixes to 2.1
...
Some of the testing fixes weren't included into 2.1 and due to that, a few
of the tests appear to fail.
2017-07-27 09:26:27 +03:00
61cfd92510
Stop replication before configuring binlogrouter
...
The replication needs to be stopped before the binlogrouter is started. If
the replication is stopped after this, it is possible that two servers
with the same value of server_id attempt to register as slaves which
causes the later of them to fail.
2017-07-06 13:54:59 +03:00
22d47aab52
Print the JSON in avro_alter
...
The test now prints the output in avro_alter. The replicate_from_master
function also stops maxscale before removing the files.
2017-07-06 13:31:38 +03:00
5a26d17fcf
Fix master server version checks in tests
...
The master server version was not processed adequately and false positives
of old master versions were possible.
2017-07-03 17:08:39 +03:00
cb57e10761
Develop merge
...
Develop merge
2017-06-29 15:34:22 +02:00
5351c6c4a9
Fix test compile warnings
...
A const char pointer was passed as a parameter to a function that used
char pointers.
2017-06-17 08:55:09 +03:00
b20334e09e
Make avrorouter testing faster
...
The slave part of the binlogrouter replication can be ignored for
avrorouter tests. This will speed up the testing by skipping the
unnecessary restarting and configuration of slave servers.
2017-06-05 13:17:16 +03:00
d7d4ec29bb
Add tests from develop
...
Added tests from develop. The test results need to be modified for 2.0.
2017-05-26 15:40:40 +03:00