falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 945 forks source link

test(test_post_read_bounded_stream_large): validate body digest #2032

Closed kgriffs closed 2 years ago

kgriffs commented 2 years ago

Summary of Changes

This patch adds a check to test_post_read_bounded_stream_large() to validate the digest of the body to ensure that the chunks are read completely with no overlap or repetition.

codecov[bot] commented 2 years ago

Codecov Report

Merging #2032 (6b725ba) into master (ba9d007) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2032   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6707      6707           
  Branches      1238      1238           
=========================================
  Hits          6707      6707           

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 ba9d007...6b725ba. Read the comment docs.