4186f39616
Merge branch '2.3' into develop
2019-04-23 12:11:09 +03:00
5e6107d451
MXS-2441: Add galera with slaves test case
...
The test checks that servers replicating from Galera nodes work as
expected.
2019-04-23 11:57:10 +03:00
11814762b5
MXS-1662: Test PAM admin authentication
...
The test checks that the vagrant user has access to the REST API.
2019-04-17 13:24:59 +03:00
64e282f74b
Fix config of mysqlmon_multimaster_serverid
2019-04-17 11:26:38 +03:00
c643f9bc8d
Merge branch '2.3' into develop
2019-04-12 13:23:49 +03:00
961cb80521
MXS-2313: Add hint test case
...
The test verifies that hints override priority.
2019-04-12 13:02:02 +03:00
556c83f83a
MXS-2417: Add test case
2019-04-04 08:59:28 +03:00
ab96606269
Merge branch '2.3' into develop
2019-04-01 15:41:52 +03:00
0419e358a6
MXS-2393 Turn off 'require_fully_parsed'
...
Otherwise test program will not pass as some non test-realated
statements are not fully parsed.
2019-04-01 15:38:01 +03:00
e659c6cc73
Merge branch '2.3' into develop
2019-04-01 13:24:30 +03:00
06c01439fb
MXS-2393 Fix masking test
...
The masking_user test creates a database over a masked connection.
As 'CREATE DATABASE DB' is not fully parsed the test will fail since
it creates a database.
To allow the test to pass, we turn off the strict requirement that
all statements must be fully parsed.
2019-04-01 10:52:52 +03:00
02bdc5ef4d
Fix object names in test configurations
...
Some of the test configurations relied on the name conversion that is now
removed.
2019-03-28 13:21:24 +02:00
3a8accee8f
Fix mxs2326_hint_clone configuration
...
Whitespace in object names is not allowed anymore.
2019-03-28 13:21:24 +02:00
6672202c26
MXS-2313: Add readconnroute rank test
...
The server rank test now checks that readconnroute works as expected.
2019-03-18 13:12:59 +02:00
6ca89b4d27
MXS-2313: Add rank test case
...
The test checks that the behavior of readwritesplit is as it should
be. The test still needs to be extended to cover readconnroute.
2019-03-18 13:12:59 +02:00
667a9f1c6f
Merge branch '2.3' into develop
2019-03-15 12:31:08 +02:00
14890cb232
Merge branch '2.2' into 2.3
2019-03-15 12:26:59 +02:00
f9853431ee
Simplify maxrows test config
...
The configuration now uses only one server to prevent replication lag from
affecting the results.
2019-03-14 12:22:25 +02:00
b07c53d532
Remove multi-master monitor
...
Was deprecated in 2.3. Similar features are in MariaDB-Monitor.
One system test was modified to use MariaDB-Monitor instead. Some parts
of the test are disabled for now to make it pass.
2019-03-11 17:50:15 +02:00
95317725ce
Merge branch '2.3' into develop
2019-03-07 16:21:03 +02:00
e7f739e95d
MXS-2337 Fix sharding test
...
There is now enought time between queries that the shard map is reconstructed.
2019-03-07 13:07:20 +02:00
9572ff84ea
Merge branch '2.3' into develop
2019-03-05 10:37:56 +02:00
77ef3dd613
Merge branch '2.2' into 2.3
2019-03-05 04:54:40 +02:00
2440b48ccc
Mxs 2236 own longtest ( #189 )
...
MXS-2236 Add own long test and possibility to run tests under Valgrind
Long test executes INSERT queries, transactions, prepared statements in parallel to create weird load on Maxscale to catch crashes and leaks
Test is not included into ctest scope. Test should be executed manually. For BuildBot (and also for run_test.sh) 'test_set' should be set 'NAME# ./long_test'
Time to run test is defined by 'long_test_time' variable (in seconds)
Possibility to run Maxscale under Valgrind is also added. To run Maxscale under Vaslgrind 'use_valgrind=yes' variable have to be defined
2019-02-22 16:12:57 +02:00
35460923b1
Replace "passwd" with "password" in system test configs
2019-02-15 11:27:07 +02:00
9a12ae53f2
Merge branch '2.3' into develop
2019-02-13 13:35:07 +02:00
36e64aefe8
MXS-2326: Add hint cloning test case
...
The test checks that the steps taken to reproduce the bug no longer result
in a failure to route the query correctly.
2019-02-13 13:34:48 +02:00
661f1dd4e4
Merge branch '2.3' into develop
2019-02-11 13:14:52 +02:00
d04fc6c4b9
Merge branch '2.2' into 2.3
2019-02-08 16:14:58 +02:00
3c5dd257fd
MXS-2311: Test MXS-2311 in mxs827_write_timeout
...
By repeatedly doing reads instead of one read per second, it is more
likely that MXS-2311 is reproduced. This is still not a deterministic
process but in theory it can reproduce the problem.
2019-02-08 15:03:06 +02:00
6038f1f386
Merge branch '2.3' into develop
2019-02-01 13:55:54 +02:00
944ee3d977
MXS-2223 Test delayed slave logging
...
The test now checks that the log contains related messages.
2019-02-01 10:41:16 +02:00
e5cdefa69d
MXS-2300: Add history pruning test
...
The test checks that the session command history pruning works as
expected.
2019-01-31 14:23:27 +02:00
f39f27cd7b
MXS-2295: Session command loop test case
...
Test executes various session commands in a loop and makes sure a
COM_CHANGE_USER resets the history.
2019-01-31 14:23:26 +02:00
556ea552aa
MXS-2273 Add system test
2019-01-30 13:04:32 +02:00
fcd3a6a384
Remove erroneous whitespace from config files
...
Some whitespace was missed.
2019-01-29 11:18:41 +02:00
9083ea2d02
MXS-2290 Reject use of whitespace in section names
...
Whitespace in section names was deprecated in 2.2 and in 2.4 it
will be rejected.
2019-01-28 12:22:28 +02:00
f78df53f30
MXS-2274 Add test
...
Check that use of reserved names (those starting with "@@") in
configuration file is rejected.
2019-01-28 12:22:28 +02:00
5ebd237a4f
MXS-2290 Replace whitespace is section names with -
...
Whitespace in section names have been deprecated since 2.2 and will
be rejected in 2.4. Consequently, the configuration files of the
system tests must be updated.
2019-01-24 17:45:10 +02:00
26da72a41f
Merge branch '2.2' into 2.3
2019-01-03 09:23:16 +02:00
d48c17fd08
MXS-2231: Add Kerberos+SSL test case
...
Added a test case that uses Kerberos services with SSL enabled listeners.
2019-01-02 19:27:14 +02:00
95d8ee9305
Extend maxctrl system test
...
The test now executes all commands present in MaxCtrl.
2018-11-30 12:05:14 +02:00
73aaa3c981
Use failcount=1 in keepalived_masterdown
...
This speeds up the test and most possibly fixes it.
2018-11-27 12:52:45 +02:00
a15aab610a
MXS-2187: Add test case
...
The test checks that a single transaction can survive multiple master
failovers.
2018-11-27 12:52:45 +02:00
19ad915685
Add failover and read_only test
...
The test performs a series of node stops and starts and checks that server
states are correct and read_only is set on slaves.
2018-11-26 12:13:59 +02:00
e287e29ad0
Fix mxs1476 config
...
The parameter name was wrong.
2018-11-26 09:43:10 +02:00
816e45ccb9
Add multimaster test with 'assume_unique_hostnames' disabled
...
Uses the same test code, just changes the config file. This test is currently
the only one in which the setting is disabled.
2018-11-22 12:17:45 +02:00
41670875fc
MXS-2146: Add csmon test case
...
Added a test case that does a set of sanity checks on the monitor. As the
monitor is very simple, there are not a lot of things to test without
access to the actual instances (e.g. ExeMgr failures need to be tested).
Currently the test always passes as ColumnStore clusters aren't
implemented for the test framework.
2018-11-19 20:19:21 +02:00
598edea203
MXS-2167: Add test case
...
Added a test case that reproduces the problem.
2018-11-15 14:24:41 +02:00
52b9cc59d5
MXS-1775 Test automatic switchover
...
Tests low disk space detection and automatic switchover.
2018-11-14 18:17:40 +02:00