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

Add Awaitable#all(List) and Awaitable#any(List) #338

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Conversation

slinkydeveloper
Copy link
Contributor

FIx #92

@slinkydeveloper slinkydeveloper changed the title Add Awaitable#all(List) Add Awaitable#all(List) and Awaitable#any(List) Jun 3, 2024
Copy link
Contributor

github-actions bot commented Jun 3, 2024

Test Results

 49 files  +35   49 suites  +35   6m 55s ⏱️ + 6m 45s
759 tests +74  752 ✅ +74  7 💤 ±0  0 ❌ ±0 
760 runs  +74  753 ✅ +74  7 💤 ±0  0 ❌ ±0 

Results for commit 6533eae. ± Comparison against base commit 0e1434a.

This pull request removes 6 and adds 80 tests. Note that renamed tests count towards both.
dev.restate.sdk.TestSerdesTest ‑ Byte: 12
dev.restate.sdk.TestSerdesTest ‑ Double: 0.1632626078568814
dev.restate.sdk.TestSerdesTest ‑ Float: 0.13373971
dev.restate.sdk.TestSerdesTest ‑ Integer: -855492073
dev.restate.sdk.TestSerdesTest ‑ Long: 1002162109940109064
dev.restate.sdk.TestSerdesTest ‑ Short: -8999
dev.restate.e2e.JavaAwaitTimeoutTest ‑ Test Awaitable#await(Duration)
dev.restate.e2e.JavaAwakeableTest ‑ generate(Client)
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(Client)
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
…

♻️ This comment has been updated with latest results.

@slinkydeveloper slinkydeveloper merged commit 787a13e into main Jun 3, 2024
4 checks passed
@slinkydeveloper slinkydeveloper deleted the issues/92 branch June 3, 2024 14:10
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.

Awaitable.all(List<Awaitable<?>>)
1 participant