sarahsporck / Migration-Test-Repository

This repository is used to test the ticket migration from jira to github
0 stars 1 forks source link

IGAPP-757: E2E tests failing frequently #3423

Closed jira-to-github-migrator-test[bot] closed 1 year ago

jira-to-github-migrator-test[bot] commented 1 year ago

Steffen Kleinle - 7.9.2021, 09:10:43

Our E2E tests are sadly failing frequently so no one is looking into it anymore. This is annoying as a developer. Investigate and fix. Maybe this is because of timeouts that are too low.

Environment: - Linked issues:

jira-to-github-migrator-test[bot] commented 1 year ago

sarahsporck - 7.9.2021, 09:53:32

I already investigated that on Android the tests always fail when the garbage collection is spinning up. To find that look at the device logs of a failing test in browserstack and compare it to a passing run. I tried to dig deeper with LeakyCanary, as maybe we do have a leak somewhere, and it actually did find two leaks. but first I couldn't fix them, as I am missing some expese here and second I am also not sure whether those leaks are even the reason for this.