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

Removing async from mrecordlog. #53

Merged
merged 4 commits into from
Mar 1, 2024
Merged

Conversation

fulmicoton
Copy link
Contributor

No description provided.

@fulmicoton fulmicoton force-pushed the issue/52-mrecordlog-corruption branch 2 times, most recently from e44d331 to 4ef47d2 Compare February 29, 2024 06:18
@fulmicoton fulmicoton force-pushed the issue/52-mrecordlog-corruption branch from 4ef47d2 to a4d25c9 Compare February 29, 2024 06:53
@fulmicoton fulmicoton changed the title Issue/52 mrecordlog corruption Removing async from mrecordlog. Feb 29, 2024
src/mem/queues.rs Outdated Show resolved Hide resolved
src/proptests.rs Outdated Show resolved Hide resolved
@fulmicoton fulmicoton force-pushed the issue/52-mrecordlog-corruption branch from cef55ae to 40c3d4e Compare February 29, 2024 13:04
@fulmicoton fulmicoton force-pushed the issue/52-mrecordlog-corruption branch from 40c3d4e to 0c35d3c Compare March 1, 2024 02:47
@fulmicoton fulmicoton merged commit 2c593d3 into main Mar 1, 2024
3 checks passed
@fulmicoton fulmicoton deleted the issue/52-mrecordlog-corruption branch March 1, 2024 02:49
RaphaelMarinier added a commit that referenced this pull request Mar 11, 2024
Deserializing the contents of a MultiPlexedRecords could panic instead
of returning an error when the buffer was truncated.

Added tests for that (and also for a similar deserialization bug for
MultiRecord fixed in #53).
RaphaelMarinier added a commit that referenced this pull request Mar 11, 2024
Deserializing the contents of a MultiRecord could panic instead
of returning an error when the buffer was truncated.

Added tests for that (and also for a similar deserialization bug for
MultiPlexedRecords fixed in #53).
fulmicoton pushed a commit that referenced this pull request Mar 22, 2024
…g. (#56)

* Fix a small bug in deserialization: return errors instead of panicking.

Deserializing the contents of a MultiRecord could panic instead
of returning an error when the buffer was truncated.

Added tests for that (and also for a similar deserialization bug for
MultiPlexedRecords fixed in #53).

* formatting
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