simplified test framework
(MXS-1230)
|
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | test |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.4 |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Timofey Turenko | Assignee: | Timofey Turenko |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-34 |
| Description |
|
define test configuration: backend, way to connect to backend, Maxscale configuration(s), way to configure Maxscale for test, way to describe backend and send this info to test script/application description should be in the form of some readme inside Maxscale source |
| Comments |
| Comment by Timofey Turenko [ 2017-05-04 ] | |||||||||||||||||||||||||||||||||
|
multiple servers can be run on the one machine: cnf.example:
| |||||||||||||||||||||||||||||||||
| Comment by Timofey Turenko [ 2017-05-04 ] | |||||||||||||||||||||||||||||||||
|
client connections: sudo mysql --socket=/var/run/mysqld/mysqld1.sock | |||||||||||||||||||||||||||||||||
| Comment by Timofey Turenko [ 2017-05-31 ] | |||||||||||||||||||||||||||||||||
|
very simple: 4 MariaDB servers running on one machine, Maxscale and tests are also on this machine. |