Skip to content

Fix spurious failures in ZeroconfServiceTypes tests#848

Merged
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:test_integration_with_listener_ipv6_flapping
Jun 27, 2021
Merged

Fix spurious failures in ZeroconfServiceTypes tests#848
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:test_integration_with_listener_ipv6_flapping

Conversation

@bdraco

@bdraco bdraco commented Jun 27, 2021

Copy link
Copy Markdown
Member
  • These tests ran the same test twice in 0.5s and would
    trigger the duplicate packet suppression. Rather then
    making them run longer, we can disable the suppression
    for the test.

Fixes https://github.com/jstasiak/python-zeroconf/runs/2922685895?check_suite_focus=true fixes #813

- These tests ran the same test twice in 0.5s and would
  trigger the duplicate packet suppression.  Rather then
  making them run longer, we can disable the suppression
  for the test.
@codecov-commenter

codecov-commenter commented Jun 27, 2021

Copy link
Copy Markdown

Codecov Report

Merging #848 (debd805) into master (182c68f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #848   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files          22       22           
  Lines        2349     2349           
  Branches      398      398           
=======================================
  Hits         2317     2317           
  Misses         21       21           
  Partials       11       11           

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 182c68f...debd805. Read the comment docs.

@bdraco bdraco merged commit 9f71e5b into python-zeroconf:master Jun 27, 2021
@bdraco bdraco deleted the test_integration_with_listener_ipv6_flapping branch June 27, 2021 03:03
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.

ServiceTypesQuery.test_integration_with_listener_ipv6 sometimes fail on mac

2 participants