Commit Graph

95 Commits

Author SHA1 Message Date
885077b4d0 Avoid using test.repl->N in MariaDBMonitor tests
The value may not match the nodes used by the test.
2020-11-24 12:31:15 +02:00
abd1efefc6 Group Galera tests correctly
Grouping tests that require Galera backend together delays the creation of
those backends until they are needed.
2020-11-24 11:16:45 +02:00
3003ad6385 Remove Python tests
The tests are not very good and require custom Python modules to be
installed. In addition, they were written for Python2 which is no longer
available on all modern systems.
2020-11-24 11:16:27 +02:00
454e9aca14 Stop timeout before finishing test
This helps distinguish actual timeouts that happen during the test and
timeouts that happen during the test shutdown.
2020-11-24 11:16:27 +02:00
36f2af810a 2.4.14 Fix xpand_basics
The test assumed a certain node would always be present. Now the
test figures out what id to use.

Also fix broken clustrix -> xpand renaming.
2020-11-23 13:16:02 +02:00
0fe6f70458 Merge branch '2.4.14' into 2.4 2020-11-23 12:48:24 +02:00
26c7aa4c34 Fix xpand_transaction_replay configuration
The test expected rollbacks to be automatically replayed without it being
configured.
2020-11-23 11:55:01 +02:00
5906f59344 Merge branch '2.4' into 2.4.14 2020-11-19 13:54:55 +02:00
266c866b18 2.4.14 Fix xpand_transaction_replay config 2020-11-19 13:40:57 +02:00
a0922a2451 2.4.14 Fix xpand cluster setup 2020-11-19 13:37:14 +02:00
f2f2e66da3 Merge branch '2.3' into 2.4 2020-11-19 09:42:36 +02:00
41caccbf4b Separate MariaDB installation and Galera configuration
MDBCI now supports separate Galera server .cnf configuring.
Changing MDBCI config template in order to use this MDBCI
capability. It allows to use any MariaDB product in the
backend (Community or Enterprise, production, staging or CI)
2020-11-18 19:12:24 +02:00
32b1ca147e Merge branch '2.3' into 2.4 2020-11-18 15:36:13 +02:00
4300f1d80e Add a check for the existence of the LastTestsFailed.log file to rest… (#213)
Remove rerun failed tests
2020-11-18 15:35:42 +02:00
ed3e1ac2ec use MDBCI to install Kerberos 2020-11-18 15:33:57 +02:00
10582a02fe Merge branch '2.3' into 2.4 2020-11-17 10:54:58 +02:00
4545b8f798 Fix division by zero
If the query failed instantly it would crash the test.
2020-11-17 10:08:15 +02:00
558bd9279b Use same script for both SSL and non-SSL users 2020-11-16 16:54:37 +02:00
df36ef86d0 2.4.14 Update Change Date 2020-11-16 14:23:26 +02:00
87cb6f76a1 Merge branch '2.3' into 2.4 2020-11-11 15:04:51 +02:00
e685741642 Configure SSL before starting MaxScale
This makes sure that the servers are correctly configured before MaxScale
sees them.
2020-11-11 11:22:59 +02:00
11368e5ed0 Merge branch '2.3' into 2.4 2020-10-29 15:25:21 +02:00
46dab1e884 MXS-3259: Add default connection timeout
The connector never times out if one is not defined. This seems to help
make the mxs1985_kill_hang test a lot more stable.
2020-10-29 15:12:49 +02:00
ca1db89994 MXS-3259: Increase connection limits
Lowering max_connections to 10 prevented the test system itself from
connecting to it. The replication slaves count towards max_connections and
with up to 15 connections in the test, the limit should be higher.
2020-10-29 15:12:49 +02:00
77ef9312c9 Merge branch '2.3' into 2.4 2020-10-28 11:45:36 +02:00
d45eb051bf MXS-3249 Remove spaces from object names 2020-10-27 16:09:41 +02:00
e522bce80f MXS-3249 Fix mysqltest tests
To avouid failures caused by default MariaDB configuration files
containing entries incompatible with mysqltest, mysqltest is
invoked with the glah --no-defaults, which will cause it *not* to
read any configuration files.
2020-10-27 13:57:34 +02:00
7680c9ce11 Rename Clustrix to Xpand in the tests 2020-10-22 15:28:10 +03:00
3546b716c5 Fix Clustrix tests
Now MDBCI is responsible for Clustrix installation
as well as license processing.
Clustrix version is hardcoded now
(until MDBCI fix for finding latest version)
2020-10-21 23:31:43 +03:00
49b2471cbb Do not hardcode MDBCI box for Clustrix 2020-10-19 14:30:41 +03:00
faaf7f483e 2.4.13 Update Change Date 2020-10-14 09:15:46 +03:00
96840a18be MXS-3220: Add test case
Added a test case that reproduces the crash which occurs when the history
replay fails.
2020-10-13 14:31:02 +03:00
95792c8185 Merge branch '2.3' into 2.4 2020-10-08 15:25:49 +03:00
8a5fd27327 Add the force flag for the mdbci destroy command (#211) 2020-10-08 15:25:21 +03:00
7968f41482 Merge branch '2.3' into 2.4 2020-09-01 09:15:56 +03:00
c8983886f2 Use TLS with the Connection class
This fixes the problem where an encrypted connection would not be created
even though the option for it was there. Also made it configurable outside
of the constructor to make it easier to use in tests.
2020-08-31 10:15:48 +03:00
bce427f4ad Merge branch '2.3' into 2.4 2020-08-27 15:21:36 +03:00
23e0df314f Fix bug471_big configuration
- No spaces in names.
- Consistently use ###server_line### for the list of servers
2020-08-25 11:56:19 +03:00
babcda3eca 2.4.12 Update Change Date 2020-08-24 09:42:48 +03:00
35b619a9ba Merge branch '2.3' into 2.4 2020-08-21 17:58:04 +03:00
eb46d755f4 MXS-3101 Remove unused routers from system test 2020-08-21 17:37:07 +03:00
eaac7881f0 Merge branch '2.3' into 2.4 2020-08-14 15:12:48 +03:00
b31cb20bae MXS-2900 Add parameter checking to tprintf-function 2020-08-13 22:43:03 +03:00
19dc1fd6e3 Merge branch '2.3' into 2.4 2020-07-28 16:15:50 +03:00
08f5174915 MXS-2900 Rename maxscale-system-test directory to system-test
A link with the old directory name is provided.
2020-07-28 15:24:27 +03:00