Skip to content

Add random actor placement; fix cancellation callback; update test skips#11684

Merged
ericl merged 8 commits intoray-project:masterfrom
ericl:fix-test-actor
Oct 31, 2020
Merged

Add random actor placement; fix cancellation callback; update test skips#11684
ericl merged 8 commits intoray-project:masterfrom
ericl:fix-test-actor

Conversation

@ericl
Copy link
Copy Markdown
Contributor

@ericl ericl commented Oct 28, 2020

Why are these changes needed?

Port the new random actor placement PR; enable a few more test suites with fine-grained skips.
Also fix an issue where we didn't set the cancelled bit on task lease returns.

Fixes #9483

@ericl ericl changed the title [WIP] fix test_actor Add random actor placement to new scheduler; update test skips Oct 29, 2020
@ericl ericl changed the title Add random actor placement to new scheduler; update test skips Add random actor placement; fix cancellation callback; update test skips Oct 29, 2020
return task_resources;
};

bool TaskRequest::IsEmpty() const {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This and other new code bits are copied from the previous random actor placement PR.

@ericl
Copy link
Copy Markdown
Contributor Author

ericl commented Oct 30, 2020

@wuisawesome updated

@ericl ericl merged commit 48dee78 into ray-project:master Oct 31, 2020
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.

[New scheduler] Pass test_actor*

3 participants