-
Notifications
You must be signed in to change notification settings - Fork 23
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
TestMetafeedIndexes is flaky #299
Comments
I figure I'll work on this one next. @decentral1se Is there a way to allow me to self-assign issues? I've never had to deal with that kind of thing on a GitHub project before, so I don't know how fine-grained the permissions are. |
@decentral1se Okay, so now I'm confused. This line, where this test failed, always has the value of 5 instead of 4: Line 565 in 8193f14
It seems to be 100% consistent, with or without waiting for indexes. Is it possible that it's actually supposed to be 5 at this point? |
I think it's supposed to actually be 5 and 4 was only ever achieved due to a race condition. The reason is that there are five Line 465 in 8193f14
Line 475 in 8193f14
Line 484 in 8193f14
Line 500 in 8193f14
Line 557 in 8193f14
As well as Line 442 in 8193f14
Line 315 in 8193f14
Line 497 in 8193f14
Line 424 in 8193f14
So...I could be wrong since I don't understand metafeeds fully, but I think the last index message having an index sequence of 5 is correct. |
@KyleMaas think you have to wait until The Algorithm adds you to the org via https://github.com/ssbc/.github/ and then you have control over issue triage stuff (amongst other magic powers such as commit bit!). I guess leaving a comment is enough for now for doing further coordination. Nice digging on the test! I'd say go ahead on that change... it's unclear to me what the state of metafeeds is in |
#237
The text was updated successfully, but these errors were encountered: