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

[GCS]Fix TestActorTableResubscribe bug #11830

Merged
merged 6 commits into from
Nov 9, 2020

Conversation

ffbin
Copy link
Contributor

@ffbin ffbin commented Nov 5, 2020

Why are these changes needed?

Fix TestActorTableResubscribe bug.

Related issue number

#11640 (comment)

Checks

  • 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 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 :(

@ffbin ffbin requested a review from rkooo567 November 5, 2020 12:55
auto condition = [&num_subscribe_all_notifications]() {
return num_subscribe_all_notifications == 3 || num_subscribe_all_notifications == 4;
};
EXPECT_TRUE(WaitForCondition(condition, timeout_ms_.count()));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fix TestActorTableResubscribe bug

@rkooo567 rkooo567 self-assigned this Nov 5, 2020
@ffbin ffbin changed the title [GCS]Fix compile bug&TestActorTableResubscribe bug [GCS]Fix TestActorTableResubscribe bug Nov 6, 2020
@rkooo567
Copy link
Contributor

rkooo567 commented Nov 6, 2020

Can you merge the latest master? I am seeing the test failure from test_memstat which I've never seen before.

@rkooo567 rkooo567 added the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Nov 6, 2020
@ffbin ffbin removed the @author-action-required The PR author is responsible for the next step. Remove tag to send back to the reviewer. label Nov 9, 2020
@ffbin
Copy link
Contributor Author

ffbin commented Nov 9, 2020

Can you merge the latest master? I am seeing the test failure from test_memstat which I've never seen before.

Hi @rkooo567 , please help take a look, thanks.

@rkooo567 rkooo567 merged commit 407a212 into ray-project:master Nov 9, 2020
@WangTaoTheTonic WangTaoTheTonic deleted the fix_compile_bug branch February 20, 2021 02:08
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.

2 participants