Sergei Petrunia
04ad98b500
MDEV-23766: Re-add Json_writer unit test.
2021-11-09 17:07:23 +02:00
Vladislav Vaintroub
009f3e06f3
improve build, allow sql library to be built in parallel with builtins
2021-11-09 17:02:45 +02:00
Sergei Krivonos
f7c6c02a06
Revert "improve build, allow sql library to be built in parallel with builtins"
...
This reverts commit 1a3570dec3
.
2021-11-09 15:44:07 +02:00
Sergei Krivonos
9960b98267
MDEV-23766: buildfix: postpone new unittest until its dependency resolution
2021-11-09 15:44:07 +02:00
Sergei Petrunia
5e988ff80f
MDEV-23766: Make Json_writer assert when one tries to author invalid JSON
...
- Add unit test.
2021-11-09 12:06:49 +02:00
Vladislav Vaintroub
1a3570dec3
improve build, allow sql library to be built in parallel with builtins
2021-11-09 12:06:49 +02:00
Vladislav Vaintroub
e730ea1e3e
Only link mysys_ssl when required.
...
Do not use TARGET_LINK_LIBRARIES(mysys mysys_ssl),
this means that mysys_ssl is linked to practically everything.
2019-06-03 09:55:59 +02:00
Vicențiu Ciorbaru
cb248f8806
Merge branch '5.5' into 10.1
2019-05-11 22:19:05 +03:00
Vicențiu Ciorbaru
5543b75550
Update FSF Address
...
* Update wrong zip-code
2019-05-11 21:29:06 +03:00
Sergei Golubchik
0a9d78f51d
Revert "MDEV-16075: Workaround to run MTR test suite for make test"
...
This reverts commit d39629f01e
.
Because running mtr for many hours with no output whatsoever
is not really what we should do.
And in 5.5 `make test` just works anyway, nothing to fix here.
2018-06-20 23:27:23 +02:00
Teodor Mircea Ionita
d39629f01e
MDEV-16075: Workaround to run MTR test suite for make test
...
Assign all tests added via MY_ADD_TEST to a bogus default_ignore target,
so that they are not ran by default when doing bare make test. Add default
test named MTR that calls mysql-test-run suite, which is now the single
test run by make test.
In consequence, modified unit/suite.pm to exclude the MTR test and run the
real ctests flagged for default_ignore target, thus no circular
loop.
2018-06-10 10:14:31 +03:00
Sergei Golubchik
c583360359
unittest: encrypted temporary IO_CACHE
2015-06-27 09:40:56 +02:00
Sergei Golubchik
d3e2e1243b
5.5 merge
2014-05-09 12:35:11 +02:00
Sergei Golubchik
5401d44708
fix broken -DWITHOUT_SERVER build: move sql-dependent unit test from mysys/ to sql/
2014-05-05 12:51:21 +02:00
Sergey Petrunya
84fd4e2542
MWL#182: Explain running statements: address review feedback
...
- Move standalone tests to a unittest.
- Added comments.
2012-06-28 16:46:24 +04:00