[MXS-649] Simplify unit testing Created: 2016-03-29 Updated: 2017-12-01 Resolved: 2016-03-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.4.1 |
| Fix Version/s: | 2.0.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The core test package should be only to verify that the internal components work. Nothing extra should be tested and the current requirement of 4 local mysqld instances is too much. The proposed solution is to remove the testcore and testall make targets and replace them with the standard test make target. This would only run the current test set that testcore runs but it would not reconfigure MaxScale for testing. |
| Comments |
| Comment by markus makela [ 2016-03-30 ] |
|
Removed testcore and testall targets. The test make target can now be run for a local test run. |