0916b58c7e
Merge branch '2.2' into 2.3
2018-11-21 16:46:06 +02:00
7777732f19
remove tabs and spaces from set_env.sh
2018-11-21 13:53:50 +02:00
b44ea837b9
do not use ssh to check MariaDB server start command
...
maxscale-system-test/set_env.sh script is slow because it checks if MariaDB start command is mysql or mysqld
Now all versions can be started with 'mysql' except MySQL 5.5 which is not supported
2018-11-21 13:39:01 +02:00
896ce87332
Allow loading any plugin for tests
...
Required for 'disks'-plugin.
2018-11-14 11:05:23 +02:00
75f9921ca2
Merge branch '2.2' into develop
2018-10-02 10:18:09 +03:00
ee45900648
Remove network variable export file after use
...
Otherwise the file is left in the current working directory.
2018-10-02 09:44:00 +03:00
d8d0b1a29c
Merge branch '2.2' into develop
2018-09-20 12:21:53 +03:00
8a3376767a
use different server id for Galera test nodes
2018-09-19 15:03:48 +03:00
0e5d827f7a
Merge branch '2.2' into develop
2018-09-08 18:58:57 +03:00
b99390f3e0
install Maxscale on all VMs in run_test_snapshot
2018-09-03 16:35:43 +03:00
77926bb999
Merge branch '2.2' into develop
2018-08-31 12:25:21 +03:00
b2fea99dbc
Fix set_env.sh
...
The -gt operator should be used to compared numbers.
2018-08-31 12:12:11 +03:00
19a84569fe
add compatibility with one Maxscale template to set_env.sh
2018-08-30 14:26:19 +03:00
a13e95951b
Merge branch '2.2' into develop
2018-08-30 11:37:49 +03:00
39016c410c
use different hostname for second Maxscale VM
2018-08-29 12:00:52 +03:00
4fd6d075cb
doc and astyle fixes
2018-08-29 12:00:52 +03:00
7e5353dae8
copy maxscale_000_XX to maxscale_XX variables in set_env.sh
2018-08-29 12:00:52 +03:00
f4317121e1
fix galera nodes in twomaxscales_full template
2018-08-29 12:00:52 +03:00
90ca096bc8
add twomaxscales_full template
2018-08-29 12:00:52 +03:00
930be8d77a
Fix CMake problems in system test
...
The paths were wrong in the scripts used to run tests. The same problem
was in the CMake files that used CMAKE_SOURCE_DIR instead of
CMAKE_CURRENT_SOURCE_DIR.
Added missing check for BUILD_SYSTEM_TESTS in avrorouter for the
workaround to building without all dependencies present.
2018-08-20 13:56:58 +03:00
d428292ec0
Add workaround to building tests without all dependencies
...
The system tests can be build even if not all of the dependencies for
MaxScale are met.
2018-08-20 13:56:58 +03:00
f09afa2967
Combine regression test suite and main CMake projects
...
Combining the projects makes it easier to use common components. This
fixes the build failure of maxutils due to missing jansson definitions.
2018-08-17 14:29:28 +03:00
d59917673d
do not generate repo.d in run_test
2018-07-27 14:58:29 +03:00
ed2d0f4a5b
Allow out-of-source test runs
...
The test can now be run outside of the test source directory. Since the
`test_dir` global variable contains the absolute path to the test source,
all copying of configurations and execution of scripts can be done with
minimal changes.
2018-05-15 10:14:38 +03:00
fa41ca28e2
remove trailing whitespaces from MDBCI scripts
2018-03-29 15:51:36 +03:00
022c226d4b
Mxs 1665 keepalived masterdown test ( #171 )
...
* add keepalived_masterdown test
* add missing cnfs
2018-03-16 15:14:14 +02:00
f7857518f3
Mxs 1140 keepalived ( #166 )
...
add keepalived test
2018-02-12 15:49:07 +02:00
5c10d0ae92
Merge branch '2.1' into 2.2
2018-02-12 14:00:08 +02:00
4714ca7b32
fix tables in README.md
2018-02-09 21:58:10 +02:00
41935fb6d3
add README.md for mdbci operations
2018-02-09 21:58:10 +02:00
2a93cfac8c
fix big and big15 templates
2018-02-09 21:58:10 +02:00
3dfb972d87
Merge branch '2.1' into 2.2
2018-01-30 16:28:11 +02:00
f9cc2d5bbb
use 'mdbci destroy' instead of 'vagrant destroy' ( #163 )
...
use mdbci destroy instead of vagrant destroy
2018-01-30 15:48:05 +02:00
4dc9b56d29
Fix check_backend
...
Fixed the core generation and removed obsolete files.
2018-01-26 10:41:34 +02:00
8dfc1a141d
fix typo in read_env() and set_env.sh
2018-01-15 17:17:44 +02:00
847dd2c120
fix typo in read_env() and set_env.sh
2018-01-15 16:47:15 +02:00
e0a584a626
add ulimit setting for tests
2018-01-03 14:12:43 +02:00
14fe31db71
fix log copying in run_test.sh
2017-12-22 17:14:09 +02:00
5c7845c381
Galera startup crash fix, temporal removal of revert snapshot (Galera does not survive revert)
...
and add cores saving from tests themselves.
2017-12-21 17:20:41 +02:00
1006ec506a
2.2 fix restore ( #152 )
...
* refactor test backend fixing
* return comatibility with 5.5 for backend restore
* remove backend configuration scripts
* adopt test backed restore function for 2.2 test fw
2017-12-18 23:47:07 +02:00
1a63e5ec7e
2.1 fix restore ( #151 )
...
* refactor test backend fixing
* return comatibility with 5.5 for backend restore
* remove backend configuration scripts
2017-12-18 23:47:02 +02:00
e2194a02ae
fix wrong variable name in set_env.sh
2017-12-14 10:50:13 +02:00
f9b22387f9
fix wrong variable name in set_env.sh
2017-12-13 14:32:56 +02:00
257112dc27
swithch to maxscale-system-test dir in the proper way before running test
2017-12-11 15:16:33 +02:00
821d21dafb
remove unnecessary 'cd' in run_test_snapsht ( #148 )
...
remove unnecessary 'cd' in run_test_snapshot
2017-12-11 12:17:13 +02:00
a6a37969e9
fix condition for named test ( #146 )
2017-12-07 11:57:11 +02:00
50ae8b3826
remove scrit_dir definition from set_env.sh
2017-12-05 15:07:58 +02:00
e1d774f9b3
fix set_env.sh
2017-12-05 13:22:40 +02:00
f45a011dbe
add MDBCI test scripts ( #145 )
2017-12-05 00:30:30 +02:00