226fe4871d
Log mysql error message in mxs1776_ps_exec_hang
...
If the test fails, log the error message. This should help understand why
the test failed.
2018-11-09 12:13:21 +02:00
50bec07438
Fix mxs1776_ps_exec_hang
...
The results weren't freed between the fetches.
2018-09-26 09:43:25 +03:00
edd5ddcc88
Merge branch '2.2' into develop
2018-09-10 12:29:00 +03:00
6279ab350c
Rename TestConnections::assert() to TestConnections::expect()
...
Allows the including of <assert.h>.
2018-09-10 10:24:46 +03:00
c447e5cf15
Uncrustify maxscale
...
See script directory for method. The script to run in the top level
MaxScale directory is called maxscale-uncrustify.sh, which uses
another script, list-src, from the same directory (so you need to set
your PATH). The uncrustify version was 0.66.
2018-09-09 22:26:19 +03:00
a13e95951b
Merge branch '2.2' into develop
2018-08-30 11:37:49 +03:00
4fd6d075cb
doc and astyle fixes
2018-08-29 12:00:52 +03:00
4b95bbc7b8
Enable info log for failing tests
...
The three tests appear to hang in unexpected places. Enabling the info log
should reveal where the hang happens.
2018-05-03 09:46:46 +03:00
0f0913fc99
Fix test build failures with GCC 8
...
GCC 8 enables -Werror=return-type by default which combined with -Werror
causes the build to fail.
2018-04-23 14:02:53 +03:00
252475cdc5
MXS-1776: Add test case
...
Added test case that reproduces the problem.
2018-04-11 15:13:20 +03:00