-
Notifications
You must be signed in to change notification settings - Fork 80
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
Test that handlers tolerate a non-empty unknown chunk prefix/suffix #372
base: main
Are you sure you want to change the base?
Conversation
Given the current test output, we should investigate and open tickets for miscalculation on unaligned chunks in the following handlers:
|
There are a couple of problems with this PR: The real stuff is here e.g.: Some newer test runs fail due to timeout after 4m (more tests, and they are also of the slower kind). |
533c4eb
to
38c8220
Compare
38c8220
to
c7e2212
Compare
c7e2212
to
e872387
Compare
The chunk calculation errors on filesystem handlers is due to calls to
The chunk calculation error on compress and LZH comes from the fact that a random byte at the end of the compressed stream may be considered valid by the decompressor. Not sure if there is a way to overcome this. |
e872387
to
26b0ae7
Compare
E203 error occurs due to black formatting - see psf/black#280 https://github.com/psf/black/blob/main/docs/compatible_configs/flake8/setup.cfg
26b0ae7
to
d1f4ecf
Compare
No description provided.