-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
chore: dependency updates 20201203 #4648
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/invertase/react-native-firebase/qs1abud2i |
Codecov Report
@@ Coverage Diff @@
## master #4648 +/- ##
=======================================
Coverage 88.93% 88.93%
=======================================
Files 109 109
Lines 3712 3712
Branches 347 347
=======================================
Hits 3301 3301
Misses 369 369
Partials 42 42 |
fd66684
to
d4ddbc2
Compare
More test fixture differentiation is necessary for the test-reuse case, because even though the emulator data is wiped, the app has it's own firebase persistence and we are not cleaning that up, so future runs get more and more data unless either the test app is uninstalled/reinstalled or you just use deterministically separate fixtures like this commit
pre-compiled firestore sometimes gives me leveldb symbol collisions on linking in my local environment. It may be possible to integrate it in most cases but in some cases it fails, so de-integrating it for now
they were failing in local testing for some reason
on slower android devices this is necessary to avoid false-negative test results
d4ddbc2
to
58f9a2e
Compare
…#4648) * feat(app, android): android bill of materials 26.1.1 + android dependencies * chore(test): regenerate Podfile.lock result of `yarn tests:ios:pod:install` * feat(app, ios): bump firebase-ios-sdk to 7.2.0 * fix(admob, ci): workaround admob test device detection issues * test(firestore, ci): +data fixture separation / +more tests More test fixture differentiation is necessary for the test-reuse case, because even though the emulator data is wiped, the app has it's own firebase persistence and we are not cleaning that up, so future runs get more and more data unless either the test app is uninstalled/reinstalled or you just use deterministically separate fixtures like this commit * test(messaging): fix test reuse case w/auto-init reset * test(e2e): update podfile, de-integrate pre-compiled firestore pre-compiled firestore sometimes gives me leveldb symbol collisions on linking in my local environment. It may be possible to integrate it in most cases but in some cases it fails, so de-integrating it for now * test(database, e2e): disable some flaky database tests * test(admob, e2e): disable rewarded ad loads on ios they were failing in local testing for some reason * test(firestore, e2e): add timeout to query snapshot callback test * test(auth, e2e): let sign-ins rest before testing callbacks on slower android devices this is necessary to avoid false-negative test results
…#4648) * feat(app, android): android bill of materials 26.1.1 + android dependencies * chore(test): regenerate Podfile.lock result of `yarn tests:ios:pod:install` * feat(app, ios): bump firebase-ios-sdk to 7.2.0 * fix(admob, ci): workaround admob test device detection issues * test(firestore, ci): +data fixture separation / +more tests More test fixture differentiation is necessary for the test-reuse case, because even though the emulator data is wiped, the app has it's own firebase persistence and we are not cleaning that up, so future runs get more and more data unless either the test app is uninstalled/reinstalled or you just use deterministically separate fixtures like this commit * test(messaging): fix test reuse case w/auto-init reset * test(e2e): update podfile, de-integrate pre-compiled firestore pre-compiled firestore sometimes gives me leveldb symbol collisions on linking in my local environment. It may be possible to integrate it in most cases but in some cases it fails, so de-integrating it for now * test(database, e2e): disable some flaky database tests * test(admob, e2e): disable rewarded ad loads on ios they were failing in local testing for some reason * test(firestore, e2e): add timeout to query snapshot callback test * test(auth, e2e): let sign-ins rest before testing callbacks on slower android devices this is necessary to avoid false-negative test results
…#4648) * feat(app, android): android bill of materials 26.1.1 + android dependencies * chore(test): regenerate Podfile.lock result of `yarn tests:ios:pod:install` * feat(app, ios): bump firebase-ios-sdk to 7.2.0 * fix(admob, ci): workaround admob test device detection issues * test(firestore, ci): +data fixture separation / +more tests More test fixture differentiation is necessary for the test-reuse case, because even though the emulator data is wiped, the app has it's own firebase persistence and we are not cleaning that up, so future runs get more and more data unless either the test app is uninstalled/reinstalled or you just use deterministically separate fixtures like this commit * test(messaging): fix test reuse case w/auto-init reset * test(e2e): update podfile, de-integrate pre-compiled firestore pre-compiled firestore sometimes gives me leveldb symbol collisions on linking in my local environment. It may be possible to integrate it in most cases but in some cases it fails, so de-integrating it for now * test(database, e2e): disable some flaky database tests * test(admob, e2e): disable rewarded ad loads on ios they were failing in local testing for some reason * test(firestore, e2e): add timeout to query snapshot callback test * test(auth, e2e): let sign-ins rest before testing callbacks on slower android devices this is necessary to avoid false-negative test results
…#4648) * feat(app, android): android bill of materials 26.1.1 + android dependencies * chore(test): regenerate Podfile.lock result of `yarn tests:ios:pod:install` * feat(app, ios): bump firebase-ios-sdk to 7.2.0 * fix(admob, ci): workaround admob test device detection issues * test(firestore, ci): +data fixture separation / +more tests More test fixture differentiation is necessary for the test-reuse case, because even though the emulator data is wiped, the app has it's own firebase persistence and we are not cleaning that up, so future runs get more and more data unless either the test app is uninstalled/reinstalled or you just use deterministically separate fixtures like this commit * test(messaging): fix test reuse case w/auto-init reset * test(e2e): update podfile, de-integrate pre-compiled firestore pre-compiled firestore sometimes gives me leveldb symbol collisions on linking in my local environment. It may be possible to integrate it in most cases but in some cases it fails, so de-integrating it for now * test(database, e2e): disable some flaky database tests * test(admob, e2e): disable rewarded ad loads on ios they were failing in local testing for some reason * test(firestore, e2e): add timeout to query snapshot callback test * test(auth, e2e): let sign-ins rest before testing callbacks on slower android devices this is necessary to avoid false-negative test results
Bumping test app dependencies to current while troubleshooting a build issue