Skip to content

Support for partitioned identifiers + state mutation request id#4569

Open
AhmedSoliman wants to merge 2 commits intomainfrom
pr4569
Open

Support for partitioned identifiers + state mutation request id#4569
AhmedSoliman wants to merge 2 commits intomainfrom
pr4569

Conversation

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Test Results

  7 files   -  1    7 suites   - 1   2m 43s ⏱️ +5s
 47 tests  -  6   47 ✅  -  6  0 💤 ±0  0 ❌ ±0 
200 runs   - 33  200 ✅  - 33  0 💤 ±0  0 ❌ ±0 

Results for commit 8aa84c8. ± Comparison against base commit 5560b2f.

This pull request removes 6 tests.
dev.restate.sdktesting.tests.Combinators ‑ awakeableOrTimeoutUsingAwaitAny(Client)
dev.restate.sdktesting.tests.Combinators ‑ firstSuccessfulCompletedAwakeable(Client)
dev.restate.sdktesting.tests.UserErrors ‑ failSeveralTimesWithMetadata(URI)
dev.restate.sdktesting.tests.UserErrors ‑ internalCallFailurePropagationWithMetadata(URI)
dev.restate.sdktesting.tests.UserErrors ‑ invokeTerminallyFailingCallWithMetadata(URI)
dev.restate.sdktesting.tests.UserErrors ‑ sideEffectWithTerminalErrorWithMetadata(URI)

♻️ This comment has been updated with latest results.

…amps

This timestamp type is intended to be used for invocation scheduling and the `RunAt` field of vqueues.
While it's internally represented as 4-byte integer, it'll be serialized as u63 (yes, missing one bit) in
EntryKey. This is done to allow future expansion of the granularity if needed.


The granularity is chosen to be second-level to (a) reflect the realistic expecations of invocation scheduling
and (b) to allow invocations in queues to be reordered dynamically withing a single-second window based on
their sequence ordering.

Some helpers in this type are not used (floor_to_minute, smear_to_minute) but are kept for future use if we need to
use this type for coarse jittering or if we need to expand the window-bucketing further.
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