We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the discussion on the flaky test ticket, printing related resources may help debug future flaky tests.
The PR currently prints only the related jobs, pods, services, and RayJobs for a test. I believe it would be better to
Debug all failed tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Description
According to the discussion on the flaky test ticket,
printing related resources may help debug future flaky tests.
The PR currently prints only the related jobs, pods, services, and RayJobs for a test.
I believe it would be better to
Use case
Debug all failed tests.
Related issues
stage 1, print related resources for ray-operator/test/sampleyaml/rayjob_test.go:
stage 2, print related resources for all tests under sampleyaml
stage 3, print related resources for all tests
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: