Dynatrace/dynatrace-configuration-as-code

Integration tests not cleaning up after themselves

Closed this issue · 1 comments

Describe the bug
Dynatrace configurations are deployed as part of integration tests. Some of these configurations are not removed/reverted after tests are finished.

How to reproduce
Steps to reproduce the behavior:

make integration-tests

Expected behavior
All configs, entities, etc. are reset/removed upon an integration test run.

Additional context
Running cleanup scripts doesn't remove all configs either:

go test -tags=cleanup -v ./...

closing as known issues for current v1.x tests; resolved for v2.x/next based test utils