-
Notifications
You must be signed in to change notification settings - Fork 654
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
TEST-#1779: Limit object store to 1GB during CI tests #1744
TEST-#1779: Limit object store to 1GB during CI tests #1744
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1744 +/- ##
==========================================
+ Coverage 82.98% 84.27% +1.29%
==========================================
Files 77 77
Lines 8282 8282
==========================================
+ Hits 6873 6980 +107
+ Misses 1409 1302 -107
Continue to review full report at Codecov.
|
@vnlitvinov You will need to rebase off the master to rerun tests |
4b9495e
to
75d47d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to do the test environment on all platforms the same way. Let's set a memory limit for other platforms, not only for Windows.
@vnlitvinov could you please also create a issue? |
75d47d2
to
ae2101f
Compare
@anmyachev I believe I've addressed your comments. |
ae2101f
to
4701038
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vnlitvinov Please update the commit tag to TEST
. Looks great otherwise!
e6414e6
to
5c48521
Compare
5c48521
to
070a779
Compare
Signed-off-by: Vasilij Litvinov <[email protected]>
070a779
to
70b1b59
Compare
@devin-petersohn tests are finally green here, this could be merged if no objections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vnlitvinov, looks good to me!
…odin-project#1744) Signed-off-by: Vasilij Litvinov <[email protected]>
Signed-off-by: Vasilij Litvinov [email protected]
What do these changes do?
This should (hopefully) fix Ray testing on Windows in CI and after pushes to master, as they currently turned red.
Tests start to run locally on my laptop after this change (and they didn't prior to it because Ray was told to allocate 20 GB of storage (out of my 32 GB of RAM) but my guess is Ray tried to allocate those on my disk which has less free space than 20 GB).
flake8 modin
black --check modin
git commit -s