Test coverage is limited for the code that supports servicemon timing queries. One reason is that much of that code requires querying external entities. Consider supporting mocked queries to cover that code during normal test runs and also supporting tests that have remote access on demand.
Test coverage is limited for the code that supports
servicemon
timing queries. One reason is that much of that code requires querying external entities. Consider supporting mocked queries to cover that code during normal test runs and also supporting tests that have remote access on demand.