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

CompareFilters: use differentialBDDSourceManager #7014

Merged
merged 2 commits into from
May 21, 2021

Conversation

anothermattbrown
Copy link
Contributor

When comparing filters across snapshots, we have to use differentialBDDSourceManager so that each source interface is assigned the same BDD value in each snapshot.

Fixes #7013

When comparing filters across snapshots, we have to use differentialBDDSourceManager so that each source interface is assigned the same BDD value in each snapshot.
@batfish-bot
Copy link

This change is Reviewable

Copy link
Member

@dhalperi dhalperi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @anothermattbrown)

@codecov
Copy link

codecov bot commented May 21, 2021

Codecov Report

Merging #7014 (ac949e7) into master (b121f00) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #7014      +/-   ##
============================================
+ Coverage     71.63%   71.66%   +0.02%     
- Complexity    37601    37602       +1     
============================================
  Files          3052     3052              
  Lines        154771   154770       -1     
  Branches      18562    18562              
============================================
+ Hits         110871   110915      +44     
+ Misses        35031    34980      -51     
- Partials       8869     8875       +6     
Impacted Files Coverage Δ Complexity Δ
...uestion/comparefilters/CompareFiltersAnswerer.java 66.38% <100.00%> (+49.71%) 15.00 <0.00> (+6.00)
...g/batfish/datamodel/flow/IncomingSessionScope.java 84.61% <0.00%> (-15.39%) 7.00% <0.00%> (-1.00%)
...src/main/java/org/batfish/coordinator/PoolMgr.java 54.76% <0.00%> (-4.77%) 13.00% <0.00%> (-2.00%)
...col/src/main/java/org/batfish/role/InferRoles.java 91.36% <0.00%> (-1.37%) 52.00% <0.00%> (-1.00%)
...ain/java/org/batfish/coordinator/WorkQueueMgr.java 70.93% <0.00%> (-0.59%) 90.00% <0.00%> (-1.00%)
...src/main/java/org/batfish/coordinator/WorkMgr.java 75.50% <0.00%> (-0.47%) 246.00% <0.00%> (-2.00%)
...uestion/comparefilters/CompareFiltersQuestion.java 94.73% <0.00%> (+10.52%) 10.00% <0.00%> (+2.00%)

Copy link
Member

@dhalperi dhalperi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 3 files at r2.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @anothermattbrown)

@anothermattbrown anothermattbrown merged commit a5f9b35 into master May 21, 2021
@anothermattbrown anothermattbrown deleted the matt-comparefilters branch May 21, 2021 21:15
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.

compareFilters not working for Juniper SRX
3 participants