Releases: restatedev/sdk-test-suite
Releases · restatedev/sdk-test-suite
v2.3
What's Changed
- Enable TRACE for bifrost and log-server by @AhmedSoliman in #19
- Bump gradle/gradle wrapper and plugins to use latest versions by @slinkydeveloper in #20
- Harden kill invocation test for the the three node setup by @tillrohrmann in #21
New Contributors
- @AhmedSoliman made their first contribution in #19
- @tillrohrmann made their first contribution in #21
Full Changelog: v2.2...v2.3
v2.2
What's Changed
- Multi node setup by @slinkydeveloper in #14
- Add composite action to re-use by @slinkydeveloper in #15
- Add more logging, make sure we create a new client after restart, and other silliness alike by @slinkydeveloper in #16
- Idempotent requests all around by @slinkydeveloper in #17
Full Changelog: v2.1...v2.2
v2.1
Add RawHandler test, implementation example: https://github.com/restatedev/sdk-typescript/blob/d3840a391979f5f672b145b0f05a492de96c04bc/packages/restate-e2e-services/src/test_utils.ts#L47
v2.0
Added side effect retry test.
The changes to the interface are the following: 8172e1c#diff-4fe78abe10e9165fbe5c67a438c9526b372221133a3f000f64fdf3f50d199584R33-R49 and this is the example implementation: https://github.com/restatedev/sdk-rust/blob/b69cb45fae422bfc5ca97f7cca11c251f58a62e0/test-services/src/failing.rs#L81
v1.8
Added a new test for delayed calls, implementation example here: restatedev/sdk-java@9c71385
v1.7
- Added a new couple of tests to cover service upgrades. This requires two new handlers in the
TestUtils
service, which implementation is shown here https://github.com/restatedev/sdk-java/pull/371/files#diff-096b3573b8849bc30e10fa3e44a6c5626d806a24a0cf18892bce7e8f7a1e433eR63-R80
v1.6
Add RESTATE_WORKER__CLEANUP_INTERVAL of 1 second for the ingress tests.
v1.5
Fix once and for all the logging. Reduce parallelism
v1.4
A bunch of little fixes + reorg listeners code
v1.3
Sort exclusions. This helps with determinism on CI