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

Test BufferInputStream#skip(long) #1572

Merged
merged 1 commit into from
May 21, 2021

Conversation

idelpivnitskiy
Copy link
Member

@idelpivnitskiy idelpivnitskiy commented May 21, 2021

Motivation:

Had an assumption that BufferInputStream#skip(long) has a bug.

Modifications:

  • Add BufferInputStreamTest class that tests skip(long) method;

Result:

Confidence that BufferInputStream#skip(long) is implemented correctly.

Motivation:

Had an assumption that `BufferInputStream#skip(long)` has a bug.

Modifications:

- Add ``BufferInputStreamTest` class that tests `skip(long)` method;

Result:

Confidence that `BufferInputStream#skip(long)` is implemented correctly.
@idelpivnitskiy
Copy link
Member Author

Trivial test, no changes for the main codebase. Merging

@idelpivnitskiy idelpivnitskiy merged commit cbfb48e into apple:main May 21, 2021
@idelpivnitskiy idelpivnitskiy deleted the BufferInputStreamTest branch May 21, 2021 21:34
hbelmiro pushed a commit to hbelmiro/servicetalk that referenced this pull request May 23, 2021
Motivation:

Had an assumption that `BufferInputStream#skip(long)` has a bug.

Modifications:

- Add ``BufferInputStreamTest` class that tests `skip(long)` method;

Result:

Confidence that `BufferInputStream#skip(long)` is implemented correctly.
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.

1 participant