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

[idle term] fix on local resource idle time check #41206

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

aslonnie
Copy link
Collaborator

the timing check is too tight.

the timing check is too tight.

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
@aslonnie
Copy link
Collaborator Author

https://buildkite.com/ray-project/premerge/builds/11954#018bd8cc-885b-4933-9490-7eaaea6b9000/5631-6348
https://buildkite.com/ray-project/premerge/builds/11954#018bd8cc-885b-4933-9490-7eaaea6b9000/5631-6395

src/ray/raylet/scheduling/local_resource_manager_test.cc(267): error: Expected: (absl::Now() - *idle_time) >= (absl::Seconds(1)), actual: 999.758427ms vs 1s

and:

https://buildkite.com/ray-project/premerge/builds/11954#018bd8cc-885b-4933-9490-7eaaea6b9000/5631-6442

src/ray/raylet/scheduling/local_resource_manager_test.cc(219): error: Expected: (dur) >= (1), actual: 0 vs 1

@aslonnie aslonnie requested review from rickyyx and jjyao and removed request for rickyyx November 16, 2023 16:42
@aslonnie aslonnie merged commit 10a1da1 into master Nov 16, 2023
2 checks passed
@aslonnie aslonnie deleted the lonnie-1116-timing branch November 16, 2023 20:56
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Nov 29, 2023
the timing check is too tight.

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
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.

3 participants