Skip to content

[Bug]: Occasional failures in Kubernetes example #396

@kabir

Description

@kabir

What happened?

The Kuberenetes example test, performed by A2ACloudExampleClient, from #393 sends 8 messages in total which should be load balanced. However, in rare cases all messages go to one pod, leading to the test to fail on CI.
It would be good to be able to configure PROCESS_MESSAGE_COUNT via an env var, and set this to a higher number on CI.
Also, to not make the test take forever, it could break out of the loop once two separate pods have been hit. There won't be more pods, so for CI knowing two have been hit is good enough.

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions