You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We recently updated from 1.1.3 to 1.4.37.
and found that most our test case broken.
that is because TestProbe created under system guardian instead of user guardian.
why changes this? and it seems there is no way to create a TestProbe under user guardian.
because in production code, we use ActorOf to create actor, that also under user guardian.
so we need the TestProbe perform the same way.
any one have any ideas or suggestion how can we fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions