Reid Baker

Results 311 comments of Reid Baker

it appears I am being stuck on this line. https://github.com/flutter/flutter/blob/007ed2a2d8fb02ac483bd02517752938d0bf51ec/packages/integration_test/android/src/main/java/dev/flutter/plugins/integration_test/FlutterTestRunner.java#L71

Just finished talking to @jiahaog. Filtering adb for flutter logs we find this ``` 03-16 11:14:22.576 32213 32276 I flutter : The Dart VM service is listening on http://127.0.0.1:41313/NfgYT7sggrY=/ 03-16...

For postarity the warning code we see is generated here https://github.com/flutter/flutter/blob/09cc1c4cdabb69f7163632afba7e0298881fbc0b/packages/integration_test/lib/integration_test.dart#L66

It is likley that when I find my issue I should update the documentation here https://docs.flutter.dev/testing/integration-tests#testing-on-firebase-test-lab

Doc covering the different android testing nuances. https://docs.google.com/document/d/1OKqAJ5rG_HPafO_E83-INtnwAKhoBuklyuJG_vauXHs/edit#

`gcloud firebase test android run --type instrumentation --app build/app/outputs/flutter-apk/app-release.apk --test build/app/outputs/apk/androidTest/debug/app-debug-androidTest.apk --timeout 7m --device model=starqlteue,version=26 --project flutter-cirrus --results-bucket=gs://flutter_cirrus_testlab` will try to start the test after requesting access via go/flutter-firebase-on-demand-request and...

`gcloud firebase test android run --type instrumentation --app build/app/outputs/flutter-apk/app-debug.apk --test build/app/outputs/apk/androidTest/debug/app-debug-androidTest.apk --timeout 7m --device model=starqlteue,version=26 --project flutter-cirrus --results-bucket=gs://flutter_cirrus_testlab` Command started a test successfully. https://firebase.corp.google.com/u/0/project/flutter-cirrus/testlab/histories/bh.61e29d9ae01b62d4/matrices/5019499127722619788

Current theory is that if I follow https://github.com/flutter/flutter/wiki/Plugin-Tests#enabling-android-ui-tests in addition to the super call being made that this should pass.

Existing tests fail in ci. https://firebase.corp.google.com/u/0/project/flutter-cirrus/testlab/histories/bh.61e29d9ae01b62d4/matrices/8681745030105464066/executions/bs.a49a6e43bb7bbcf0/test-cases

https://firebase.corp.google.com/u/0/project/flutter-cirrus/testlab/histories/bh.61e29d9ae01b62d4/matrices/8496841808769326759/executions/bs.71460c71b724876d/logs Existing tests are failing and my new test is passing ``` 03-16 13:30:22.986: I/TestRunner(22457): started: placeholder test(com.example.espresso_example.MainActivityIntegrationTest) 03-16 13:30:22.989: I/flutter(22457): 00:00 +2: All tests passed! 03-16 13:30:22.990: I/MonitoringInstr(22457): Finishing...