Skip to content
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

Make Delimited InputStream test more complete. #1448

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

thomasvl
Copy link
Collaborator

The test only ever could read one message off the bytes and then would stop reading, this makes it more complete in that it tries to keep reading so it will exercise any possible differences when >1 message exists on the stream.

The test only ever could read one message off the bytes and then would stop
reading, this makes it more complete in that it tries to keep reading so it will
exercise any possible differences when >1 message exists on the stream.
@thomasvl thomasvl requested a review from allevato August 18, 2023 17:38
@thomasvl thomasvl merged commit aa5da6f into apple:main Aug 18, 2023
9 checks passed
@thomasvl thomasvl deleted the import_delimited_inputstream_fuzzing branch August 18, 2023 19:03
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