Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only verify extensions added by the tests for ETP #2518

Merged
merged 2 commits into from Feb 24, 2022

Conversation

larohra
Copy link
Contributor

@larohra larohra commented Feb 23, 2022

Description

Currently, the ETP test in DCR v2 adds bad events for all extensions available on the box. This PR limits those to only those extensions added by the test

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Feb 23, 2022

Codecov Report

Merging #2518 (253c138) into develop (3036ae5) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2518      +/-   ##
===========================================
+ Coverage    71.91%   71.93%   +0.01%     
===========================================
  Files          101      101              
  Lines        15147    15147              
  Branches      2401     2401              
===========================================
+ Hits         10893    10896       +3     
+ Misses        3773     3770       -3     
  Partials       481      481              
Impacted Files Coverage Δ
azurelinuxagent/common/event.py 86.03% <0.00%> (+0.67%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3036ae5...253c138. Read the comment docs.

@larohra larohra merged commit 05c9e43 into Azure:develop Feb 24, 2022
@larohra larohra deleted the fix-etp-test branch February 24, 2022 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants