restatedev / sdk-java

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

Make the ingress client async #252

Closed slinkydeveloper closed 7 months ago

slinkydeveloper commented 7 months ago

Fix #247

github-actions[bot] commented 7 months ago

Test Results

 92 files  ±0   92 suites  ±0   4m 57s :stopwatch: +33s  79 tests +1   55 :white_check_mark: ±0  23 :zzz: ±0  1 :x: +1  205 runs  +2  141 :white_check_mark: ±0  62 :zzz: ±0  2 :x: +2 

For more details on these failures, see this check.

Results for commit 63c3674a. ± Comparison against base commit aee2f719.

This pull request removes 1 and adds 2 tests. Note that renamed tests count towards both. ``` dev.restate.e2e.runtime.IngressServiceTest ‑ idempotentInvoke(IngressClient) ``` ``` dev.restate.e2e.runtime.IngressTest ‑ headersPassThrough(IngressClient) dev.restate.e2e.runtime.IngressTest ‑ idempotentInvoke(IngressClient) ```