Format all sources with Uncrustify
Formatted all sources and manually tuned some files to make the code look neater.
This commit is contained in:
@ -5,11 +5,11 @@
|
||||
* - check number of connections to Master - failure if there are more then 100 connections to master.
|
||||
* - close RWSptit and ReadConn master connections and check connections to master again.
|
||||
* - create 50 ReadConn slave connection in parallel threads, execute "SELECT * FROM t1" ones for every
|
||||
*connections, then
|
||||
* connections, then
|
||||
* start using one of connections to create "SELECT" load.
|
||||
* - check number of connections to Master again, wait 5 seconds and check number of connections to
|
||||
* master ones more time: now expecting 0 connections to master (fail if there is a least one connection to
|
||||
*master).
|
||||
* master).
|
||||
* - close and reopens all ReadConn slave connections in the main thread and check connections to master again
|
||||
* - close all connection in all threads, close parallel thread
|
||||
* - do final 'connections to master' check
|
||||
|
||||
Reference in New Issue
Block a user