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

Fix flaky test test_feature_flag #6850

Merged
merged 3 commits into from
Jan 20, 2020

Conversation

robertnishihara
Copy link
Collaborator

@robertnishihara robertnishihara commented Jan 20, 2020

We're creating an initial big object in an actor, then creating a bunch of other objects and expecting the initial object to get evicted. Sometimes that isn't happening.

Still validating this hypothesis, but I suspect what is happening is that the actor is taking a while to start up so it isn't actually the first object to get created, so LRU doesn't evict it.

I'm fixing this by waiting for the actor to start up and create the object.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

This reverts commit 3fe359a.
@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/20836/
Test FAILed.

@robertnishihara robertnishihara changed the title [WIP] Fix flaky test test_feature_flag Fix flaky test test_feature_flag Jan 20, 2020
@robertnishihara robertnishihara merged commit c2cbb85 into ray-project:master Jan 20, 2020
@robertnishihara robertnishihara deleted the fixtest branch January 20, 2020 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants