-
Notifications
You must be signed in to change notification settings - Fork 606
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
zstd has been fixed #5187
zstd has been fixed #5187
Conversation
⚪ |
⚪ |
Тестом покрыть можно? |
@@ -20,6 +20,7 @@ class TReadBuffer : public NDB::ReadBuffer { | |||
std::vector<char> InBuffer, OutBuffer; | |||
::ZSTD_DStream *const ZCtx_; | |||
size_t Offset_; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Давай лишний пробел удалим
⚪ |
Нужно файлик разумного размера подбирать чтобы сработал этот случай. Сейчас на стенде 5 gib файл сжался в 512 kib. В тест его не вариант закидывать |
⚪ |
Можно юнит тест написать, который сформирует архив и нашей либой попробует разжать |
⚪
|
⚪
|
Changelog entry
zstd has been fixed
Changelog category
Additional information
...