Skip to content
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

Fix integration test #1605

Closed
vaind opened this issue Aug 17, 2023 · 3 comments
Closed

Fix integration test #1605

vaind opened this issue Aug 17, 2023 · 3 comments

Comments

@vaind
Copy link
Collaborator

vaind commented Aug 17, 2023

Description

The integration test is currently broken.

  1. it's missing auth token
  2. it fails with 'package:flutter_test/src/binding.dart': Failed assertion: line 954 pos 14: '_pendingExceptionDetails != null': A test overrode FlutterError.onError but either failed to return it to its original state, or had unexpected additional errors that it could not handle. Typically, this is caused by using expect() before restoring FlutterError.onError.
  3. it was timing out because of the exponential request delay growth (waiting for 17 minutes for a single request on the last retry...)

The third point was fixed by #1604, together with disabling the test in CI before it's fixed.

@vaind
Copy link
Collaborator Author

vaind commented Aug 17, 2023

FYI @denrase - you're the one to have worked on this most recently AFAIK - maybe you know what the issue is right away

@denrase
Copy link
Collaborator

denrase commented Aug 22, 2023

@vaind Thank you, i'll take a look

@denrase
Copy link
Collaborator

denrase commented Aug 28, 2023

@vaind Here's another one. I'm also seeing flaky-ness when the tests run fine. From the logs it looks like the test device is prematurely shut down.

Bildschirmfoto 2023-08-28 um 16 26 50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants