Skip to content

Fix test_lots_of_names overflowing the incoming buffer#763

Merged
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:lots_of_names_test_flakey
Jun 20, 2021
Merged

Fix test_lots_of_names overflowing the incoming buffer#763
bdraco merged 1 commit into
python-zeroconf:masterfrom
bdraco:lots_of_names_test_flakey

Conversation

@bdraco

@bdraco bdraco commented Jun 20, 2021

Copy link
Copy Markdown
Member
  • This test generated many hosts and tries to send them and
    backoff to ensure the incoming buffer does not get full and
    incoming starts getting dropped. That did not already work.
    Switch to using our _inject_response helper to avoid the
    spurious failure since we are not testing the network stack

- This test generated many hosts and tries to send them and
  backoff to ensure the incoming buffer does not get full and
  incoming starts getting dropped. That did not already work.
  Switch to using our _inject_response helper to avoid the
  spurious failure since we are not testing the network stack
@codecov-commenter

codecov-commenter commented Jun 20, 2021

Copy link
Copy Markdown

Codecov Report

Merging #763 (c852e0e) into master (936500a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #763   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files          20       20           
  Lines        2198     2198           
  Branches      375      375           
=======================================
  Hits         2168     2168           
  Misses         18       18           
  Partials       12       12           

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 936500a...c852e0e. Read the comment docs.

@bdraco bdraco merged commit 38b59a6 into python-zeroconf:master Jun 20, 2021
@bdraco bdraco deleted the lots_of_names_test_flakey branch June 20, 2021 04:28
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.

2 participants