#Something seems to have messed up
1 messages · Page 1 of 1 (latest)
It's not a lot of tests having trouble. Don't you think it's an issue in those integrations? Or it's just not a lot of tests which snapshot this?
Haven't checked. But I think I saw 3 failing with timezone stuff, so I wondered if it was something more widespread. Could have been coincidence
Which is the third one? In the links it's chess.com and mastodon
FWIW I think it's the integrations doing something wrong + something changed in CI which exposes it.
Actually.
I think this is yet another case of tests influencing other tests.
Because it seems like it's very likely to happen again when CI is rerun.
btw, for debugging these kind of issues, it would be extremely helpful if we could make pytest specify how many workers it starts in mode -n auto
It does say it in verbose mode "started 6 workers", but not in quiet mode which we use
Yes, that's it, at least for mastodon. Tests fail locally too when running the full test group 👍
I'll check chess.com too. which was the third one?
chess.com also fails locally when running the full group
I'll get mastodon + chess.com sorted.
ugh, someone has modified the snapshot for mastodon so it fails locally but passes in CI 🤦♂️
same for chess.com
bloody hell..
We're currently in the fun period where US is in DST but Europe is not. Maybe that's why this is now popping up?
I don't recall and haven't saved it :/ SmartThings was also failing, but that was a different issue IIRC
you were not able to pinpoint the cause locally?
No, because like an idiot I ran tests and were happy that they were failing locally.
But they are failing locally because of two PRs which just hides the issue, so it passes in CI instead
I think the two offending integrations are using naïve timestamps somewhere, and with DST now being different in US vs EU that shows up
not sure I understand. it was failing in the CI too
Yes, and now it's failing locally
The tests were updated to make them pass in CI
It's just hiding the issue
ohhh they just updated the snapshots ? 🙃