-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Flaky test failure: TTID Tracker #2501
Comments
this is fixed in |
The same error is still printed if I debug integration_test.dart (because I'm trying to figure out why it hangs on my PR):
Maybe the app is already closed/closing (or rather Sentry SDK is) by the time the tracker triggers? |
yeah that's the issue since it runs async, but not sure why this is still popping up |
nvm there is still one left, I guess we can also guard that and that should be it |
Still flaky
|
I'll have a look |
@buenaflor We are using 8.11.2 and get a error when app start. Please help me.
|
@hantrungkien that's been fixed in #2508. You can pick up the latest v8.12 beta or wait for the stable release |
@vaind I got it but when using v8.12-beta2 I still get a warning message
|
I meant the error is fixed. @buenaflor could know about the warning |
To fix this you can do SentryFlutterWidgetsBinding.ensureInitialized() instead of FlutterWidgetsBinding.ensureInitialized() as the message suggests it's also safe to ignore if you don't want to do that |
@buenaflor I'm using |
@hantrungkien The order of calls is important. As this is not related to "Test failure: TTID Tracker", could you please create a new issue if you still encounter the problem? That way you're more likely to get help becauase this issue is unrelated and will be closed once tests are no longer flaky. |
Description
Noticed this in CI:
The text was updated successfully, but these errors were encountered: