[MXS-2028] Unit test don't list all dependencies Created: 2018-08-28 Updated: 2019-10-28 Resolved: 2019-10-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | markus makela | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
For example, the test_server does not list mariadbbackend as one of its dependencies which causes the test to fail if only the unit test is built without the rest of MaxScale. The solution is to list all dependencies in an add_dependencies call for each test. |
| Comments |
| Comment by markus makela [ 2019-10-28 ] |
|
Tests seem to build just fine. |