newrelic-dotnet-agent icon indicating copy to clipboard operation
newrelic-dotnet-agent copied to clipboard

Review the globally suppressed warnings

Open nrcventura opened this issue 2 years ago • 2 comments
trafficstars

Describe the story, please be clear on scope of the story.

We previously suppressed some Async warnings in our integration tests by adding the corresponding warnings to a global suppression list for the whole repo.

We should consider either updating the code that triggers these warnings, or be more targeted with our suppressions. The goal is to be able to leverage these warnings to detect problems in the agent or our test implementations.

Acceptance Criteria

  • Determine if these suppressions should be applied to the integration tests only.
  • Either submit specific stories to address the async warnings or resolve them

Dependencies

None

Describe Design Consideration/Limitations

Additional context

Estimates

Initial t-shirt size: M

nrcventura avatar Sep 15 '23 22:09 nrcventura

https://issues.newrelic.com/browse/NR-161526

https://new-relic.atlassian.net/browse/NR-161526