Skip to content
New issue

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

[Data] Mark dataset_shuffle_sort_1tb release test as stable #37401

Merged
merged 8 commits into from
Jul 14, 2023

Conversation

scottjlee
Copy link
Contributor

@scottjlee scottjlee commented Jul 13, 2023

Why are these changes needed?

With the fix for a similar release test, dataset_shuffle_push_based_sort_1tb, in #36722, we can also try re-enabling the dataset_shuffle_sort_1tb release test. In a test run, the release test passed in 2539.50 seconds. I think we can go ahead and fully re-enable this test, and remove the unstable label. This will allow us to resume tracking release test metrics on our internal performance dashboards.

Related issue number

Closes #36198

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • 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 added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • 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 :(

@scottjlee scottjlee added data Ray Data-related issues release-test release test labels Jul 13, 2023
@scottjlee scottjlee marked this pull request as ready for review July 13, 2023 20:11
Scott Lee added 3 commits July 14, 2023 09:10
Signed-off-by: Scott Lee <sjl@anyscale.com>
Signed-off-by: Scott Lee <sjl@anyscale.com>
@raulchen raulchen merged commit 4455c39 into ray-project:master Jul 14, 2023
@@ -243,4 +243,4 @@ Ray Data interoperates with distributed data processing frameworks like

ds = ray.data.read_csv("example://iris.csv")

mdf = ds.to_mars()
mdf = ds.to_mars()
Copy link
Contributor

Choose a reason for hiding this comment

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

it's weird, don't know why github highlights the change here. It seems not be changed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah i'm not sure why this happened, i was comparing to the raw file and seems to be the same. I think I pushed a commit to my own fork, which i never ended up making a PR for on the ray repository.

NripeshN pushed a commit to NripeshN/ray that referenced this pull request Aug 15, 2023
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
…oject#37401)

Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
vymao pushed a commit to vymao/ray that referenced this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Ray Data-related issues release-test release test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Unstable] Release test dataset_shuffle_sort_1tb.aws failed
4 participants