Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration: Flakey actor tests #7250

Closed
JoshVanL opened this issue Nov 28, 2023 · 2 comments · Fixed by #7296
Closed

Integration: Flakey actor tests #7250

JoshVanL opened this issue Nov 28, 2023 · 2 comments · Fixed by #7296
Assignees
Labels
kind/bug Something isn't working P0
Milestone

Comments

@JoshVanL
Copy link
Contributor

Currently, the integration tests are flaky and almost never pass on the MacOS runner.

These errors are usually exclusively due to actor related tests, for example Test_Integration/actors/reminders/rebalancing:

2023-11-27T22:12:57.5972570Z 2023/11/27 22:12:43 Failed to report status to placement; will retry: error from placement: rpc error: code = FailedPrecondition desc = The cluster's Actor API level is 10, which is higher than the reported API level 0

Integration tests should be made stable/bugs fixed, ideally before any other actor related features are merged.

@ItalyPaleAle
Copy link
Contributor

Fix is in #7129. Unclear why it only appears on macOS (probably due to some timings)

@mukundansundar
Copy link
Contributor

@ItalyPaleAle can the fix for this be a separate PR? that will unblock the other PRs that target Actors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working P0
Projects
Development

Successfully merging a pull request may close this issue.

4 participants