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

[Bifrost] Remove serde flatten from network types #2439

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

AhmedSoliman
Copy link
Contributor

@AhmedSoliman AhmedSoliman commented Dec 17, 2024

Using #[serde(flatten)] in network messages can be problematic since some serializers don't support it and it doesn't actually add any value even with our existing one (i.g. bincode doesn't support it). Removing it to prevent future trap-door.


Stack created with Sapling. Best reviewed with ReviewStack.

Using `#[serde(flatten)]` in network messages can be problematic since some serializers don't support it and it doesn't actually add any value even with our existing one (i.g. bincode doesn't support it). Removing it to prevent future trap-door.
Copy link

github-actions bot commented Dec 17, 2024

Test Results

  7 files  ±0    7 suites  ±0   4m 32s ⏱️ - 10m 8s
 47 tests  - 2   46 ✅ +34  1 💤 +1  0 ❌ ±0 
182 runs  +4  179 ✅ +70  3 💤 +1  0 ❌ ±0 

Results for commit 5b98f8e. ± Comparison against base commit 3da5356.

This pull request removes 2 tests.
dev.restate.sdktesting.tests.CallOrdering ‑ ordering(boolean[], Client)
dev.restate.sdktesting.tests.CancelInvocation ‑ cancelInvocation(BlockingOperation, Client, URL)

♻️ This comment has been updated with latest results.

@AhmedSoliman AhmedSoliman requested review from muhamadazmy and tillrohrmann and removed request for muhamadazmy December 17, 2024 18:48
Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. +1 for merging.

@AhmedSoliman AhmedSoliman merged commit 5b98f8e into main Dec 18, 2024
12 checks passed
@AhmedSoliman AhmedSoliman deleted the pr2439 branch December 18, 2024 14:09
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