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

fix(page_service client): correctly deserialize pagestream errors #6302

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

problame
Copy link
Contributor

@problame problame commented Jan 8, 2024

Before this PR, we wouldn't advance the underlying Bytes's cursor.

fixes #6298

Before this PR, we wouldn't advance the underlying `Bytes`'s cursor.

fixes #6298
@problame problame changed the base branch from problame/benchmarking/pr/overlayfs-from-repo-dir to main January 8, 2024 19:07
@problame problame requested a review from VladLazar January 8, 2024 19:32
@problame problame marked this pull request as ready for review January 8, 2024 19:32
@problame problame requested review from a team as code owners January 8, 2024 19:32
@problame problame requested review from conradludgate and removed request for a team January 8, 2024 19:32
Copy link

github-actions bot commented Jan 8, 2024

2238 tests run: 2154 passed, 0 failed, 84 skipped (full report)


Flaky tests (1)

Postgres 15

  • test_fully_custom_config: debug

Code coverage (full report)

  • functions: 54.8% (10149 of 18520 functions)
  • lines: 81.6% (58141 of 71262 lines)

The comment gets automatically updated with the latest test results
197f7d0 at 2024-01-08T19:39:33.075Z :recycle:

@problame problame merged commit 4b6004e into main Jan 9, 2024
43 checks passed
@problame problame deleted the problame/fix-6298 branch January 9, 2024 09:22
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.

client::page_service: fails to parse Error tag
2 participants