6bc2c54081
Merge commit 'a78f0fbe2537542dc7f3f0dd8b19b93ac8d9d7f8' into develop
2019-03-28 13:53:40 +02:00
548223ec9d
Fix mxs2273_being_drained
...
The test didn't expect the Drained state. Also expanded the test to check
that the Draining state is not present when there are no connections.
2019-03-28 13:21:24 +02:00
858327acf7
Rename Being Drained to Draining
...
With this, the words are unique and can be searched for more easily. This
does not fix the test failure of mxs2273_being_drained.
2019-03-28 13:21:24 +02: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
3a32612096
MXS-2403 Extend test
2019-03-27 09:38:29 +02:00
2cbfe4fb8a
Stop maxscale if it won't be restarted
...
This makes sure no MaxScales are running when the test is started.
2019-03-25 19:21:12 +02:00
382ddf3ea1
Update bug673 to expect new behavior
...
Since whitespace in object names is now disallowed, the test must be
adjusted accordingly.
2019-03-25 12:37:11 +02:00
2ba7e63e7e
Merge branch '2.3' into develop
2019-03-21 09:26:06 +02:00
9b27d7f24b
MXS-2396 Reject use of masked var in variable definition
...
E.g.
set @a = (SELECT fld FROM table);
will be rejected if 'fld' is a field that should be masked.
2019-03-20 15:11:58 +02:00
09d9570c7e
MXS-2392 MXS-2390 Add new test cases
...
Checks that prepared statements are checked.
2019-03-19 13:09:16 +02:00
805e7975f5
Fix log truncation
...
Syslog wasn't truncated which caused massive disk space usage when the
full test set was run. Also removed the creation of empty log files if no
messages were logged during the run.
2019-03-18 13:58:04 +02:00
2bf55ed675
MXS-2313: Update rank test case
...
Updated the test with the new expected behavior.
2019-03-18 13:13:00 +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
a3af8ffdd0
MXS-2325 Add test case
...
Tests that a disabled event is not enabled.
2019-03-15 15:36:41 +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
e83555f126
Update release documentation
...
The update to VERSIONxx.cmake was not documented.
2019-03-13 14:09:00 +02:00
84e456eee2
ignore truncate() return in fwf_syntax test
2019-03-13 12:53:12 +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
1c3a5bda83
Merge branch '2.3' into develop
2019-03-11 12:29:56 +02:00
3081bfbb1e
Merge branch '2.2' into 2.3
2019-03-11 10:49:06 +02:00
c132125d55
Fix log truncation
...
Syslog wasn't truncated which caused massive disk space usage when the
full test set was run.
2019-03-11 10:47:44 +02:00
c83868936a
fix start_maxscale for valgrind case
2019-03-08 11:47:11 +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
6332f0876b
Merge remote-tracking branch 'origin/2.3' into 2.3
2019-03-05 04:59:26 +02:00
77ef3dd613
Merge branch '2.2' into 2.3
2019-03-05 04:54:40 +02:00
83fc3b1bc2
Merge branch '2.3' into develop
2019-03-04 17:43:53 +02:00
a6ab05b673
Fix format-overflow warnings in tests
...
The tests previously ignored these warnings but the change in compiler
flags caused them to fail.
2019-03-04 08:48:32 +02:00
8d6932abb2
fix compiler warnings in tests
2019-02-27 23:57:13 +02:00
0f4e485a1c
fix compiler warnings in rds_vpc test
2019-02-27 23:42:15 +02:00
21fc015635
Fix compiler warnings in system tests
2019-02-27 23:15:36 +02:00
cc3dbeeb6c
add start and stop VM functions
2019-02-27 22:34:41 +02:00
9de26b6df0
add -DCMAKE_BUILD_TYPE=Debug to run_test_snapshot.sh
2019-02-27 22:22:26 +02:00
b0efcea3f6
Remove vagrant lock from build.sh and run_test.sh ( #190 )
...
vagrant_lock was created in order to prevent parallel execution of two 'Vagrant up' operations in parallel. Previously it was necessary due to Vagrant internal Chef issue. Now several bugs in Vagrant are fixed and MDBCI uses own Chef to provision nodes for builds and tests. There is no need to wait for previous Vagrant run finished, removing all waiting from all scripts.
'rm vagrant_lock is still present to remove locks created by previous versions of build and test scripts-
2019-02-25 14:22:32 +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
77dc5946c7
Fix watchdog test
...
The test needs to remove the expected core dump to prevent the test from
failing.
2019-02-13 13:34:48 +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
b8be905b08
Merge branch '2.3' into develop
2019-02-06 12:24:09 +02:00
cf4724d128
MXS-2265: Fix formatting of the zero timestamp
...
The UNIX timestamp 0 should be treated as a special value and must be
interpreted as 0-00-00 00:00:00 instead of 1970-01-01 00:00:00.
2019-02-06 12:11:06 +02:00
554f1cc41c
MXS-2265: Extend datatype test case
...
Added zero date testing.
2019-02-06 12:11:06 +02:00