Mike Hardy

Results 1358 comments of Mike Hardy

Not sure what step detox was on yet but it failed once on android with a device log of: > 08-14 19:32:49.164 1906 4879 W ActivityManager: Invalid packageName: com.invertase.testing As...

New flaky E2E call: > firestore 'should clear any persisted data' ``` 08-15 02:12:21.461 3937 8568 E unknown:ReactNative: Exception in native call 08-15 02:12:21.461 3937 8568 E unknown:ReactNative: java.lang.IllegalStateException: FirebaseFirestore...

iOS failed on the 6 minute timeout. It should probably get the same bundle-warming treatment that android gets, separate from it's run, or at least bump the timeout or a...

The brew applesimutils download step can fail (of course, it touches the network...) and needs a retry.

Our most common flake at this point: > Fri, 21 Aug 2020 15:18:11 GMT NativeFirebaseError: [auth/too-many-requests] We have blocked all requests from this device due to unusual activity. Try again...

mocha timeout of 3600s was too short for some boots of the android emulator Increased timeout to 7200 and set '-cores 2' on emulator Also the timezone was waffling (which...

New flaky test - hit android and ios on same test run humm - it appears multiple operating systems running at the same time through the tests can cross-perturb each...

Failed somehow on the android transition to background for background message handling? Appears rare: ``` Wed, 26 Aug 2020 18:23:32 GMT ✓ throws if handler is not a function Wed,...

If the application and test APK install steps could be separated from the test run and combined with a retry on the whole emulator bring-up loop, that would eliminate one...

Seeing some mysterious ones on android where the app is installed and detox runs the app start command, the app connects to jet and downloads the bundle, and then...nothing -...