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 end span #77

Merged
merged 1 commit into from
Mar 21, 2023
Merged

Fix end span #77

merged 1 commit into from
Mar 21, 2023

Conversation

slinkydeveloper
Copy link
Contributor

Without span.end(), the span is never committed.

@slinkydeveloper slinkydeveloper added this to the 1A milestone Mar 20, 2023
@github-actions
Copy link
Contributor

Unit Test Results

100 tests  ±0   100 ✔️ ±0   8s ⏱️ +3s
  13 suites ±0       0 💤 ±0 
  13 files   ±0       0 ±0 

Results for commit 81c3a26. ± Comparison against base commit 2ac7894.

This pull request removes 62 and adds 62 tests. Note that renamed tests count towards both.
dev.restate.sdk.core.impl.DeferredTest ‑ 10: [BUFFERED_SINGLE_THREAD] AwaitAll: Only one completion will suspend
dev.restate.sdk.core.impl.DeferredTest ‑ 11: [UNBUFFERED_MULTI_THREAD] AwaitAll: Only one completion will suspend
dev.restate.sdk.core.impl.DeferredTest ‑ 12: [BUFFERED_SINGLE_THREAD] AwaitAll: Everything completed will generate the combinators message
dev.restate.sdk.core.impl.DeferredTest ‑ 13: [UNBUFFERED_MULTI_THREAD] AwaitAll: Everything completed will generate the combinators message
dev.restate.sdk.core.impl.DeferredTest ‑ 14: [BUFFERED_SINGLE_THREAD] AwaitAll: Replay the combinator
dev.restate.sdk.core.impl.DeferredTest ‑ 15: [UNBUFFERED_MULTI_THREAD] AwaitAll: Replay the combinator
dev.restate.sdk.core.impl.DeferredTest ‑ 19: [BUFFERED_SINGLE_THREAD] AwaitAny: No completions will suspend
dev.restate.sdk.core.impl.DeferredTest ‑ 1: [BUFFERED_SINGLE_THREAD] ReverseAwaitOrder: None completed
dev.restate.sdk.core.impl.DeferredTest ‑ 20: [UNBUFFERED_MULTI_THREAD] AwaitAny: No completions will suspend
dev.restate.sdk.core.impl.DeferredTest ‑ 21: [BUFFERED_SINGLE_THREAD] AwaitAny: Only one completion will generate the combinators message
…
dev.restate.sdk.core.impl.DeferredTest ‑ 10: [UNBUFFERED_MULTI_THREAD] AwaitAll: Only one completion will suspend
dev.restate.sdk.core.impl.DeferredTest ‑ 11: [BUFFERED_SINGLE_THREAD] AwaitAll: Only one completion will suspend
dev.restate.sdk.core.impl.DeferredTest ‑ 12: [UNBUFFERED_MULTI_THREAD] AwaitAll: Everything completed will generate the combinators message
dev.restate.sdk.core.impl.DeferredTest ‑ 13: [BUFFERED_SINGLE_THREAD] AwaitAll: Everything completed will generate the combinators message
dev.restate.sdk.core.impl.DeferredTest ‑ 14: [UNBUFFERED_MULTI_THREAD] AwaitAll: Replay the combinator
dev.restate.sdk.core.impl.DeferredTest ‑ 15: [BUFFERED_SINGLE_THREAD] AwaitAll: Replay the combinator
dev.restate.sdk.core.impl.DeferredTest ‑ 19: [UNBUFFERED_MULTI_THREAD] AwaitAny: No completions will suspend
dev.restate.sdk.core.impl.DeferredTest ‑ 1: [UNBUFFERED_MULTI_THREAD] ReverseAwaitOrder: None completed
dev.restate.sdk.core.impl.DeferredTest ‑ 20: [BUFFERED_SINGLE_THREAD] AwaitAny: No completions will suspend
dev.restate.sdk.core.impl.DeferredTest ‑ 21: [UNBUFFERED_MULTI_THREAD] AwaitAny: Only one completion will generate the combinators message
…

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.

@slinkydeveloper slinkydeveloper merged commit a1653ab into main Mar 21, 2023
@slinkydeveloper slinkydeveloper deleted the fix_tracing branch March 21, 2023 10:39
slinkydeveloper added a commit that referenced this pull request Mar 22, 2024
….29b28f98

29b28f98 Modify Input/Output schema in deployment_manifest_schema.json (#80)
26d91e69 Replace protocol Empty message with custom one, so we remove the dependency on protobuf built-in messages (#79)
61ae44b2 Update documentation on error codes (#77)
576a1b26 Add HandlerType. Fix #1092 (#76)
0624d092 Payload schema for input and output. This provides basic format awareness. (#74)

git-subtree-dir: sdk-core/src/main/service-protocol
git-subtree-split: 29b28f9867734bc01dd47c4666d9d56c90b626f5
slinkydeveloper added a commit that referenced this pull request Mar 22, 2024
* Squashed 'sdk-core/src/main/service-protocol/' changes from 4378d559..29b28f98

29b28f98 Modify Input/Output schema in deployment_manifest_schema.json (#80)
26d91e69 Replace protocol Empty message with custom one, so we remove the dependency on protobuf built-in messages (#79)
61ae44b2 Update documentation on error codes (#77)
576a1b26 Add HandlerType. Fix #1092 (#76)
0624d092 Payload schema for input and output. This provides basic format awareness. (#74)

git-subtree-dir: sdk-core/src/main/service-protocol
git-subtree-split: 29b28f9867734bc01dd47c4666d9d56c90b626f5

* Changes due to the protocol update
slinkydeveloper added a commit that referenced this pull request Apr 16, 2024
….98bd326c

98bd326c Entry names + specify the entry that caused the failure in ErrorMessage (#86)
c47e65b0 Describe x-restate-user-agent (#85)
d43de04c Describe side effects in protocol (#84)
29b28f98 Modify Input/Output schema in deployment_manifest_schema.json (#80)
26d91e69 Replace protocol Empty message with custom one, so we remove the dependency on protobuf built-in messages (#79)
61ae44b2 Update documentation on error codes (#77)
576a1b26 Add HandlerType. Fix #1092 (#76)
0624d092 Payload schema for input and output. This provides basic format awareness. (#74)

git-subtree-dir: sdk-core/src/main/service-protocol
git-subtree-split: 98bd326c23f060d962821bca982bbb881e32c540
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.

None yet

2 participants