DataDog / test-visibility-github-action

GitHub Action that installs Datadog Test Visibility
Apache License 2.0
3 stars 1 forks source link

Fix CI tests #7

Closed nikita-tkachenko-datadog closed 1 month ago

nikita-tkachenko-datadog commented 1 month ago

What does this PR do?

Fixes CI tests: currently the tests grep instrumented Java process logs to see if "DATADOG TRACER CONFIGURATION" line is there. However, the Java tracer does not always print this line. A more reliable way is to grep for CI Visibility config init: "CI Visibility settings".

Motivation

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

CI tests.