Releases: restatedev/sdk-test-suite
Releases · restatedev/sdk-test-suite
v3.4
v3.3
Releasing v3.3
v3.2
Remove old retry policy
v3.1
Add test to run retry for corner case attempts = 1 (#58)
v3.0
Fixes (#45)
v2.4
What's Changed
- Set connect timeout to 5s to avoid health check to hang when connecting by @tillrohrmann in #22
- Split test runner logs in respective test class directories by @slinkydeveloper in #23
- The metadata store now runs on the node grpc server by @tillrohrmann in #25
- Set DO_NOT_TRACK on all deployed restate containers by @jackkleeman in #28
- Update tests to provision 3 nodes cluster tests with a replicated loglet with replication property 2 by @tillrohrmann in #27
- Configure the Restate cluster to use the embedded metadata store by @tillrohrmann in #29
- Try to make the KillRuntime test more stable by @slinkydeveloper in #30
- Fix config options & harden KillRuntime and StopRuntime e2e by increasing timeout by @tillrohrmann in #32
- Assorted improvements by @slinkydeveloper in #33
New Contributors
- @jackkleeman made their first contribution in #28
Full Changelog: v2.3...v2.4
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