14697 Commits

Author SHA1 Message Date
Markus Mäkelä
f3d4c27e58
Merge branch '2.3' into 2.4 2020-08-19 12:20:49 +03:00
Markus Mäkelä
b5fa26e8a6
MXS-3113: Log a message when log rotation is complete
This helps detect that writes to the new log file are working.
2020-08-19 12:15:25 +03:00
Markus Mäkelä
7b7cded1cc
MXS-3115: Don't process files in hidden directories
Hidden directories should be treated the same was as hidden files.
2020-08-19 12:15:25 +03:00
Timofey Turenko
797ddc77e0 Merge branch '2.3' into 2.4 2020-08-19 12:00:06 +03:00
Timofey Turenko
e624cf4ecb revert to original package names with dashes 2020-08-19 11:49:54 +03:00
Timofey Turenko
e387220e25 Add distro code name into debian/control version
'reprepro' tool needs different values in the
debina/control file, version field in order to
make one single repository for all distributions
2020-08-19 01:35:10 +03:00
Markus Mäkelä
c0ea4cae54
Merge branch '2.3' into 2.4 2020-08-17 17:30:55 +03:00
Markus Mäkelä
9318319b96
Fix build failure with GCC 10.2
GCC is smart enough to detect that the address of a local variable is
returned. Since this appears to be code used for a debug assertion, we can
just return a null pointer.
2020-08-17 13:23:33 +03:00
Esa Korhonen
eaac7881f0 Merge branch '2.3' into 2.4 2020-08-14 15:12:48 +03:00
Esa Korhonen
b31cb20bae MXS-2900 Add parameter checking to tprintf-function 2020-08-13 22:43:03 +03:00
Niclas Antti
1bcc73666a Fix some incorrect links in documentation 2020-08-12 11:24:23 +03:00
Niclas Antti
49ea5da9e2 MXS-3100 Fix memory leak in top-filter 2020-08-10 15:36:19 +03:00
Johan Wikman
63e4a63b62 MXS-3101 Log actual error for getpeername/getsockname 2020-08-07 12:47:15 +03:00
Timofey Turenko
5abdb91e9d Fix openjdk installation check in install_test_build_deps.sh 2020-08-04 12:01:27 +03:00
Timofey Turenko
d44f20323a Fix merge conflicts in install_test_build_deps.sh 2020-08-04 11:59:09 +03:00
Timofey Turenko
796fdf4e16 Remane apt_opt to apt_cmd and use it also in install_build_depend.sh 2020-07-29 14:51:32 +03:00
Timofey Turenko
4a53db9483 Fix apt comman line in install_test_build_deps.sh 2020-07-29 14:08:14 +03:00
Timofey Turenko
a83c1f3ab4 Add gnutls-dev to tests build dependecy 2020-07-29 13:35:12 +03:00
Esa Korhonen
19dc1fd6e3 Merge branch '2.3' into 2.4 2020-07-28 16:15:50 +03:00
Esa Korhonen
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
Esa Korhonen
810dec9115 Merge branch '2.3' into 2.4 2020-07-27 20:00:31 +03:00
Esa Korhonen
a253ec8117 MXS-2900 Rename more system tests 2020-07-27 18:49:36 +03:00
Niclas Antti
ce05b68030 Merge branch '2.3' into 2.4 2020-07-27 14:55:58 +03:00
Niclas Antti
ffb237628c fix GCC 10 warnings 2020-07-27 10:42:38 +03:00
Timofey Turenko
62082c2a12 Merge branch '2.3' into 2.4 2020-07-24 16:00:20 +03:00
Timofey Turenko
fa40845e0c Use VM to run tests
In order to avoid host overloading, execution of tests moved also to VM.
VM uses MDBCI wrapper which sends all commands to the host
2020-07-24 14:39:35 +03:00
Markus Mäkelä
82b4315fa6
Merge branch '2.3' into 2.4 2020-07-24 14:25:29 +03:00
Markus Mäkelä
429d44e2d6
Add <stdexcept> to http.hh
Fixes a compile error with GCC 10.1.
2020-07-24 14:24:13 +03:00
Markus Mäkelä
39aa129fc5
Fix narrowing conversion warnings on GCC 10.1
Using an unsigned value in a switch with signed case values produced the
error.
2020-07-24 14:23:14 +03:00
Esa Korhonen
d8eac10cb5 Merge branch '2.3' into 2.4 2020-07-24 14:05:41 +03:00
Esa Korhonen
f1a6bc37c3 MXS-2900 Rename system tests
Some of the tests have rather non-descriptive names.
2020-07-24 13:42:28 +03:00
Markus Mäkelä
5c76d3d906
Merge branch '2.3' into 2.4 2020-07-24 08:01:53 +03:00
Markus Mäkelä
aaec73a8c8
MXS-3089: Close backend on failed session command
This correctly triggers the session command response processing to accept
results from other servers than the current master backend if the session
can continue. If the session cannot continue, it will be stopped
immediately.
2020-07-23 09:26:53 +03:00
Markus Mäkelä
cf1d1178d7
MXS-3087: Fix diagnostic memory leaks
Fixed leak in load_utils.cc and the cache filter. Also changed all
instances of json_object_set with json_object_set_new to make sure it's
only used when the references are to be stolen.
2020-07-22 13:27:36 +03:00
Timofey Turenko
d99d2f21a6 Add libcurl4-gnutls-dev to test build dependecy list 2020-07-17 11:32:39 +03:00
Timofey Turenko
0e5163a3fb Make test dependency install script Non-interactive 2020-07-16 16:10:02 +03:00
Markus Mäkelä
fa32fb9a25
Merge branch '2.4.11' into 2.4 2020-07-16 09:01:26 +03:00
Markus Mäkelä
f2a837e2f1
Fix memory leak in throttlefilter
The filter would leak the buffer when it disconnects a client. This fixes
the throttlefilter test if it's run with ASAN or valgrind.
2020-07-15 15:35:12 +03:00
Markus Mäkelä
5cf22037db
Merge branch '2.3' into 2.4 2020-07-15 14:20:17 +03:00
Markus Mäkelä
c4e79f4d3b
Prevent unwanted connection errors
The Connection class used the wrapper function when it could simply call
mysql_real_connect directly. This removes the unconditional error message
that would be printed even when a connection failure was expected.
2020-07-15 13:30:41 +03:00
Markus Mäkelä
c90db9d6c1
Update 2.4.11 release date 2020-07-15 08:50:06 +03:00
Markus Mäkelä
ea35b62373
MXS-619: Delay destruction of the client DCB
By delaying the processing of a client DCB in the zombie queue, we avoid
initiating the shutdown process of the backend DCBs too early. This solves
the problem of the previous implementation where the session shutdown
proceeded too far before the delaying process started.
2020-07-14 10:47:38 +03:00
Markus Mäkelä
12dca480ee
Merge branch '2.3' into 2.4 2020-07-14 10:25:40 +03:00
Markus Mäkelä
45589c533c
Merge branch '2.3' into 2.4 2020-07-14 10:06:57 +03:00
Markus Mäkelä
fcb78108be
Make mxs548_short_session_change_user lighter
Removed the inserts from the test. They don't make any functional
difference and it only slows the whole system down.

Also reduced the number of threads doing the change user command. This
should reduce the CPU usage of the test.
2020-07-14 09:36:37 +03:00
Markus Mäkelä
268b684c01
Fix mxs2167_extra_port
The test only used legacy startup syntax.
2020-07-14 09:36:37 +03:00
Esa Korhonen
9572330857 MXS-2900 Rename maxtest headers to .hh 2020-07-13 18:44:45 +03:00
Markus Mäkelä
cb0217a776
Merge branch '2.4.11' into 2.4 2020-07-13 15:20:33 +03:00
Markus Mäkelä
6abdb60b58
MXS-619: Temporarily disable the fix
The fix isn't fully functional as closed DCBs never process the events
they receive. The mechanism would work if certain events would be
processed but they'll have to be fixed in a later release.
2020-07-13 15:02:47 +03:00
Markus Mäkelä
38838e1f69
Merge branch '2.4.11' into 2.4 2020-07-13 10:42:11 +03:00