Skip to content

Fix a bug from many drivers.#22248

Merged
rkooo567 merged 1 commit intoray-project:masterfrom
rkooo567:nightly-test-failures
Feb 9, 2022
Merged

Fix a bug from many drivers.#22248
rkooo567 merged 1 commit intoray-project:masterfrom
rkooo567:nightly-test-failures

Conversation

@rkooo567
Copy link
Copy Markdown
Contributor

@rkooo567 rkooo567 commented Feb 9, 2022

Why are these changes needed?

After this PR (#22156), for some reasons the driver script has some string that cannot be encoded with ascii. It seems like using utf-8 solves the problem.

Related issue number

Closes #22238

Checks

  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Copy link
Copy Markdown
Contributor

@ericl ericl left a comment

Choose a reason for hiding this comment

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

Should we just default to utf-8 always?

@ericl ericl added the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Feb 9, 2022
@rkooo567
Copy link
Copy Markdown
Contributor Author

rkooo567 commented Feb 9, 2022

Hmm actually a good question. Let me try changing the default and see if it breaks any test.

@rkooo567
Copy link
Copy Markdown
Contributor Author

rkooo567 commented Feb 9, 2022

I will merge it first since there's the fire (broken test). Will create one more PR

@rkooo567 rkooo567 merged commit 30000ff into ray-project:master Feb 9, 2022
ericl pushed a commit that referenced this pull request Feb 15, 2022
simonsays1980 pushed a commit to simonsays1980/ray that referenced this pull request Feb 27, 2022
After this PR (ray-project#22156), for some reasons the driver script has some string that cannot be encoded with ascii. It seems like using utf-8 solves the problem.
simonsays1980 pushed a commit to simonsays1980/ray that referenced this pull request Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] many_drivers failed

2 participants