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
I searched the issues and found no similar issues.
KubeRay Component
ray-operator
What happened + What you expected to happen
There are some flakes in e2e tests. After the creation of a ray cluster, there might be some inconsistencies between the RayService Object's nested RayCluster state and the RayCluster Object state, in details, the RayService.status.activeServiceStatus.rayClusterStatus.state is unset, but RayCluster.status.state is ready, and the application's status is ready as well.
While the the state field is replaced with Conditions, should we switch to Conditions in the e2e tests as well?
Reproduction script
This bug is a flakiness issue.
create a RayService in an e2e test;
query the values of ayService.status.activeServiceStatus.rayClusterStatus.state and RayCluster.status.state
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
There are some flakes in e2e tests. After the creation of a ray cluster, there might be some inconsistencies between the RayService Object's nested RayCluster state and the RayCluster Object state, in details, the RayService.status.activeServiceStatus.rayClusterStatus.state is unset, but RayCluster.status.state is ready, and the application's status is ready as well.
While the the state field is replaced with Conditions, should we switch to Conditions in the e2e tests as well?
Reproduction script
This bug is a flakiness issue.
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: