-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Conversation
auto condition = [&num_subscribe_all_notifications]() { | ||
return num_subscribe_all_notifications == 3 || num_subscribe_all_notifications == 4; | ||
}; | ||
EXPECT_TRUE(WaitForCondition(condition, timeout_ms_.count())); |
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.
Fix TestActorTableResubscribe bug
Can you merge the latest master? I am seeing the test failure from |
f1888b1
to
675d0f4
Compare
Hi @rkooo567 , please help take a look, thanks. |
Why are these changes needed?
Fix TestActorTableResubscribe bug.
Related issue number
#11640 (comment)
Checks
scripts/format.sh
to lint the changes in this PR.