restatedev / sdk-java

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

Rename the ingress client and the connect method #336

Closed slinkydeveloper closed 1 month ago

github-actions[bot] commented 1 month ago

Test Results

 14 files   - 34   14 suites   - 34   11s :stopwatch: - 2m 41s 686 tests  - 72  679 :white_check_mark:  - 72  7 :zzz: ±0  0 :x: ±0  686 runs   - 73  679 :white_check_mark:  - 73  7 :zzz: ±0  0 :x: ±0 

Results for commit c24f60f1. ± Comparison against base commit 01dab687.

This pull request removes 80 and adds 8 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: -6 dev.restate.sdk.TestSerdesTest ‑ Double: 0.8577057545846841 dev.restate.sdk.TestSerdesTest ‑ Float: 0.33064568 dev.restate.sdk.TestSerdesTest ‑ Integer: -330384931 dev.restate.sdk.TestSerdesTest ‑ Long: 6037436179397961108 dev.restate.sdk.TestSerdesTest ‑ Short: 7116 dev.restate.sdk.serde.jackson.JacksonSerdesTest ‑ [Till, Francesco] dev.restate.sdk.testing.CounterTest ‑ testGreet(Client) ```

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