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
We are missing system tests that execute the geo-ip pipeline and then test for it to have succeeded. Any problems with installing the geoip pipeline therefore go unnoticed.
Proposal
Add a check to the integration tests for the event documents to not contain any tags.
Eg. with a current bug, we see following tags in the indexed documents:
If all pipeline execution succeeds, there shouldn't be any tags, so to avoid overfitting tests to this current example, we should check for the absence of any such tags.