-
Notifications
You must be signed in to change notification settings - Fork 55
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
Message push tests flaky? #814
Comments
Looking through some of the other logs, this looks relevant:
|
iiiiinteresting. This sort of thing comes up every so often thanks to matrix-org/synapse#4475. We have suspicions that occasionally For reference, here's what we get when we decode that:
|
That sounds related. Is your guess that this is flaky due to sometimes ending up with a "bad" character that can't be stored into the table properly? |
no, as per the above there is no bad character in the stored sequence. My guess is that this is flaky because we are dropping the |
(one solution to this would be to fix things so that we don't need to care about |
hopefully this particular failure will be fixed by matrix-org/synapse#9117. |
Saw this failure for Synapse: https://buildkite.com/matrix-dot-org/synapse/builds/7244#7e0371f0-d1e0-4af7-9a94-68479007a4dc
Some relevant logs:
results.tap
@richvdh had some thoughts:
The text was updated successfully, but these errors were encountered: