restatedev / sdk-java

Restate SDK for JVM Languages
https://restate.dev
MIT License
22 stars 4 forks source link

Add SendStatus #332

Closed slinkydeveloper closed 4 months ago

github-actions[bot] commented 4 months ago

Test Results

665 tests   - 73   658 :white_check_mark:  - 73   10s :stopwatch: - 2m 58s  14 suites  - 34     7 :zzz: ± 0   14 files    - 34     0 :x: ± 0 

Results for commit a9bd0f28. ± Comparison against base commit aa8d2e48.

This pull request removes 79 and adds 6 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 … ``` ``` dev.restate.sdk.TestSerdesTest ‑ Byte: -94 dev.restate.sdk.TestSerdesTest ‑ Double: 0.27596577761648555 dev.restate.sdk.TestSerdesTest ‑ Float: 0.90890175 dev.restate.sdk.TestSerdesTest ‑ Integer: -608423943 dev.restate.sdk.TestSerdesTest ‑ Long: 8623322801325489161 dev.restate.sdk.TestSerdesTest ‑ Short: 11021 ```

:recycle: This comment has been updated with latest results.