1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Cleanups, fixed warnings from valgrind, fixed failing tests (because on changes in WSREP initialization)

This commit is contained in:
Monty
2015-07-10 12:49:05 +03:00
parent 24881437b7
commit f195f93903
10 changed files with 43 additions and 18 deletions

View File

@@ -6028,6 +6028,8 @@ Options to control what test suites or cases to run
skip-test-list=FILE Skip the tests listed in FILE. Each line in the file
is an entry and should be formatted as:
<TESTNAME> : <COMMENT>
force-restart Always restart servers between tests. This makes it
easier to see from which test warnings may come from.
Options that specify ports
@@ -6145,7 +6147,6 @@ Misc options
servers to exit before finishing the process
fast Run as fast as possible, dont't wait for servers
to shutdown etc.
force-restart Always restart servers between tests
parallel=N Run tests in N parallel threads (default 1)
Use parallel=auto for auto-setting of N
repeat=N Run each test N number of times