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: add a sleep in a list test to fix an intermittent canary failure #573

Closed
wants to merge 2 commits into from

Conversation

nand4011
Copy link
Contributor

No description provided.

@nand4011 nand4011 requested review from rishtigupta and a team September 19, 2024 17:47
@@ -727,7 +727,9 @@ public async Task ListPushFrontFetch_ValueIsString_HappyPath()
Assert.True(pushResponse is CacheListPushFrontResponse.Success, $"Unexpected response: {pushResponse}");
successResponse = (CacheListPushFrontResponse.Success)pushResponse;
Assert.Equal(2, successResponse.ListLength);


Thread.Sleep(1000);
Copy link
Contributor

Choose a reason for hiding this comment

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

is the theory here that the subsequent fetch is hitting a replica? if so, do we not want to consider the same consistent read story? or is this just intended to make a short term improvement while we get more data about the consistent reads?

@nand4011 nand4011 closed this Sep 19, 2024
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