This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
TCK – verify entity passivation #359
Comments
On passivation this message is logged by the proxy:
What does it mean by the proxies perspective? |
Yes, I've also noticed the deadletter on passivation and have been meaning to look at it. |
Good, thanks @pvlugter! Thanks for opening this issue, @marcellanz |
It would be nice to relate it to this other issue that deals with the same theme #298 |
I've moved the dead letter log to issue #389 |
Entity passivation in the language supports is now verified through the new TCK tests which call the subprotocols directly. We can also test the passivation timeouts from the language supports when based on #486. I'll close this issue as resolved. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
An issue reported in v0.1.0 of the Go Support brought up a testcase the TCK could verify for state models.
The proxy sets the timeout for entity passivation to 30s for now. The property
cloudstate.proxy.passivation-timeout
can be set to a different value for the TCK running the proxy.Tasks
Go issue#27 demonstrates how it can be verified.
The text was updated successfully, but these errors were encountered: