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

Kubernetes actor unit test is flaky in GH actions CI #1290

Closed
christophd opened this issue Jan 8, 2025 · 0 comments
Closed

Kubernetes actor unit test is flaky in GH actions CI #1290

christophd opened this issue Jan 8, 2025 · 0 comments

Comments

@christophd
Copy link
Member

The Kubernetes actor unit test interferes with other tests running in parallel in GH actions workflow. This is because the test forcibly sets the disabled state on the Kubernetes clients to verify the disabled state.

Other tests running in parallel may be influenced by this setting, too.

Make sure to run this test in single threaded mode.

christophd added a commit that referenced this issue Jan 8, 2025
- Use default Kubernetes test actor only when feature is enabled
christophd added a commit that referenced this issue Jan 8, 2025
- Use default Kubernetes test actor only when feature is enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant