Skip to content

Comments

Add ability to watch distributed actor with TestProbe#991

Merged
ktoso merged 8 commits intoapple:mainfrom
yim-lee:iss990
Jul 8, 2022
Merged

Add ability to watch distributed actor with TestProbe#991
ktoso merged 8 commits intoapple:mainfrom
yim-lee:iss990

Conversation

@yim-lee
Copy link
Member

@yim-lee yim-lee commented Jul 8, 2022

Resolves #990

Co-authored-by: Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
Copy link
Member

@ktoso ktoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! We simplified the timeout a bit too :)

@yim-lee
Copy link
Member Author

yim-lee commented Jul 8, 2022

Test failures: #945, #992 (new)

@swift-server-bot test this please

@ktoso
Copy link
Member

ktoso commented Jul 8, 2022

Fixed the timeout task issue: 19bbec0

Was a bit brain bending but I guess makes sense... the cancellation could have executed synchronously and trigger the cancellation to complete the select which we absolutely did not want

@ktoso
Copy link
Member

ktoso commented Jul 8, 2022

@swift-server-bot test this please

@ktoso
Copy link
Member

ktoso commented Jul 8, 2022

Ok I really need to stabilize ClusterLeaderActionsClusteredTests.test_singleLeader

@ktoso
Copy link
Member

ktoso commented Jul 8, 2022

otherwise all good

@ktoso ktoso merged commit 62e3191 into apple:main Jul 8, 2022
@yim-lee yim-lee deleted the iss990 branch July 8, 2022 18:36
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.

Add ability to watch distributed actor with TestProbe

2 participants