You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Currently we have two end-to-end tests: one to test raw span processing and one to test the service map.
While adding new usecases (first peer forwarding, now trace group ES callbacks), we've updated the existing tests to cover new functionality. From #480, we should increase test granularity by splitting the current test into more feature-specific tests.
End state would be tests for:
Basic span test - Single DP
Basic service map test - Single DP
Peer Forwarder plugin test - Two DP with forwarding enabled
TraceGroup plugin test - Two DP without forwarding
etc.
This will make it easier to isolate breaking changes based on the specific test failing.
The text was updated successfully, but these errors were encountered:
Currently we have two end-to-end tests: one to test raw span processing and one to test the service map.
While adding new usecases (first peer forwarding, now trace group ES callbacks), we've updated the existing tests to cover new functionality. From #480, we should increase test granularity by splitting the current test into more feature-specific tests.
End state would be tests for:
etc.
This will make it easier to isolate breaking changes based on the specific test failing.
The text was updated successfully, but these errors were encountered: