Skip to content

[Core] Fix test_failed_task_runtime_env_setup failure on windows#60852

Open
sampan-s-nayak wants to merge 3 commits intomasterfrom
fix_test_task_events
Open

[Core] Fix test_failed_task_runtime_env_setup failure on windows#60852
sampan-s-nayak wants to merge 3 commits intomasterfrom
fix_test_task_events

Conversation

@sampan-s-nayak
Copy link
Contributor

@sampan-s-nayak sampan-s-nayak commented Feb 9, 2026

Description

Fix test_failed_task_runtime_env_setup failure on windows by setting conda channel

Signed-off-by: sampan <sampan@anyscale.com>
@sampan-s-nayak sampan-s-nayak requested a review from a team as a code owner February 9, 2026 04:41
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request addresses a test failure on Windows for test_failed_task_runtime_env_setup. The fix involves explicitly adding "channels": ["defaults"] to the conda runtime environment configuration within the test. This ensures that conda has a defined channel to search for packages, making the test's failure condition—a non-existent package—more reliable and platform-independent. The change is correct and improves the robustness of the test suite. I approve of this change.

@sampan-s-nayak sampan-s-nayak added the go add ONLY when ready to merge, run all tests label Feb 9, 2026
@ray-gardener ray-gardener bot added the community-contribution Contributed by the community label Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Contributed by the community go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant