hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

8.9K
active users

Kai Klostermann

Does anyone have some ideas on how to debug randomly tests? Errors always involve some sort of time out error of requests. Sometimes it's intercepted API calls, sometimes it's even the page request itself. They are only flaky in the pipeline. Locally they work just fine.

@odddev Historically when I've seen this it's actually not really a timeout network request but a leaked listener for a web request that never happens (due to some other errors). Another possibility I've seen is non-determinism of cypress tests building up a test database and hitting a pathological case where the web request takes longer than the cypress timeout.