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

Raw handlers #303

Merged
merged 8 commits into from
May 3, 2024
Merged

Raw handlers #303

merged 8 commits into from
May 3, 2024

Conversation

slinkydeveloper
Copy link
Contributor

Fix #272

Copy link
Contributor

github-actions bot commented Apr 25, 2024

Test Results

 14 files   - 31   14 suites   - 31   11s ⏱️ - 2m 23s
591 tests  - 50  584 ✅  - 48  7 💤  - 2  0 ❌ ±0 
592 runs   - 49  585 ✅  - 47  7 💤  - 2  0 ❌ ±0 

Results for commit 547609a. ± Comparison against base commit 9718851.

This pull request removes 597 and adds 547 tests. Note that renamed tests count towards both.
dev.restate.e2e.JavaAwaitTimeoutTest ‑ Test Awaitable#await(Duration)
dev.restate.e2e.JavaAwakeableTest ‑ generate(IngressClient)
dev.restate.e2e.JavaCancelInvocationTest ‑ cancel blocked invocation on AWAKEABLE
dev.restate.e2e.JavaCancelInvocationTest ‑ cancel blocked invocation on CALL
dev.restate.e2e.JavaCancelInvocationTest ‑ cancel blocked invocation on SLEEP
dev.restate.e2e.JavaCoordinatorWithNodeReceiverServiceToServiceCallTest ‑ synchronousCall(IngressClient)
dev.restate.e2e.JavaErrorsTest ‑ Test calling method that fails terminally
dev.restate.e2e.JavaErrorsTest ‑ Test calling method that fails terminally multiple times
dev.restate.e2e.JavaErrorsTest ‑ Test invocations are retried until they succeed
dev.restate.e2e.JavaErrorsTest ‑ Test propagate failure from another service
…
RestateRequestIdentityVerifierTest ‑ parseKey()
dev.restate.sdk.JavaBlockingTests ‑ 100: [MockSingleThread][dev.restate.sdk.SideEffectTest] SideEffect#run: Without optimization and with acks returns
dev.restate.sdk.JavaBlockingTests ‑ 101: [MockMultiThreaded][dev.restate.sdk.SideEffectTest] SideEffect#run: Without optimization and with acks returns
dev.restate.sdk.JavaBlockingTests ‑ 102: [MockSingleThread][dev.restate.sdk.SideEffectTest] SideEffect#run
dev.restate.sdk.JavaBlockingTests ‑ 103: [MockMultiThreaded][dev.restate.sdk.SideEffectTest] SideEffect#run
dev.restate.sdk.JavaBlockingTests ‑ 104: [MockSingleThread][dev.restate.sdk.SideEffectTest] ConsecutiveSideEffect#run: With optimization and without ack on first side effect will suspend
dev.restate.sdk.JavaBlockingTests ‑ 105: [MockMultiThreaded][dev.restate.sdk.SideEffectTest] ConsecutiveSideEffect#run: With optimization and without ack on first side effect will suspend
dev.restate.sdk.JavaBlockingTests ‑ 106: [MockMultiThreaded][dev.restate.sdk.SideEffectTest] ConsecutiveSideEffect#run: With optimization and ack on first side effect will suspend
dev.restate.sdk.JavaBlockingTests ‑ 107: [MockMultiThreaded][dev.restate.sdk.SideEffectTest] ConsecutiveSideEffect#run: With optimization and ack on first and second side effect will resume
dev.restate.sdk.JavaBlockingTests ‑ 108: [MockMultiThreaded][dev.restate.sdk.SideEffectTest] FailingSideEffect#run
…
This pull request removes 5 skipped tests and adds 3 skipped tests. Note that renamed tests count towards both.
dev.restate.e2e.NodeWorkflowAPITest ‑ Set and resolve durable promise leads to completion
dev.restate.e2e.NodeWorkflowAPITest ‑ Workflow cannot be submitted more than once
dev.restate.sdk.http.vertx.HttpVertxTests ‑ 118: [HttpVertxTestExecutor][dev.restate.sdk.kotlin.DeferredTest] Unknown
dev.restate.sdk.http.vertx.HttpVertxTests ‑ 119: [HttpVertxTestExecutor][dev.restate.sdk.kotlin.DeferredTest] Unknown: Fires timeout
dev.restate.sdk.http.vertx.HttpVertxTests ‑ 152: [HttpVertxTestExecutor][dev.restate.sdk.kotlin.StateTest] Unknown
dev.restate.sdk.http.vertx.HttpVertxTests ‑ 122: [HttpVertxTestExecutor][dev.restate.sdk.kotlin.DeferredTest] Unknown
dev.restate.sdk.http.vertx.HttpVertxTests ‑ 123: [HttpVertxTestExecutor][dev.restate.sdk.kotlin.DeferredTest] Unknown: Fires timeout
dev.restate.sdk.http.vertx.HttpVertxTests ‑ 156: [HttpVertxTestExecutor][dev.restate.sdk.kotlin.StateTest] Unknown

♻️ This comment has been updated with latest results.

@slinkydeveloper slinkydeveloper changed the title [WIP] Raw handlers Raw handlers May 2, 2024
@slinkydeveloper slinkydeveloper merged commit 9641fa7 into main May 3, 2024
3 of 4 checks passed
@slinkydeveloper slinkydeveloper deleted the issues/272 branch May 3, 2024 07:34
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.

Raw payload support
1 participant