-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add unit tests for zero-sized reads #3792
Comments
Related: #3460 |
Related: #3542 |
Sorry @ax3l I somehow did not see this until now. |
@spyridon97 was originally assigned to this task as it was a good introduction for him how to write a "Simple" test. However, he is now busy with other tasks. I do not have cycles this week for adios2. @anagainaru feel free to re-assign you if you want to take it. |
I'll finish this tomorrow, for some reason the test I made does not fail before the fix :) so I need to double check what I'm doing wrong. If I can't finish I'll re-assign this back. |
We want to have a test that performs a zero-sized read of a block in variable with and without compression. We can do this based on some of our simplest read/write tests.
Taken from:
Originally posted by @ax3l in #3459 (comment)
The text was updated successfully, but these errors were encountered: