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

chore: dependency updates 20201203 #4648

Merged
merged 11 commits into from
Dec 10, 2020
Merged

chore: dependency updates 20201203 #4648

merged 11 commits into from
Dec 10, 2020

Conversation

mikehardy
Copy link
Collaborator

Bumping test app dependencies to current while troubleshooting a build issue

@vercel
Copy link

vercel bot commented Dec 3, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/invertase/react-native-firebase/qs1abud2i
✅ Preview: https://react-native-firebase-git-dependency-updates.invertase.vercel.app

@codecov
Copy link

codecov bot commented Dec 3, 2020

Codecov Report

Merging #4648 (59a52f4) into master (c261597) will not change coverage.
The diff coverage is n/a.

@@           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           

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
@mikehardy mikehardy changed the title Dependency updates 20201203 chore: dependency updates 20201203 Dec 10, 2020
@mikehardy mikehardy merged commit a158a74 into master Dec 10, 2020
@mikehardy mikehardy deleted the dependency-updates branch December 10, 2020 23:30
hmhm2292 pushed a commit to hmhm2292/react-native-firebase that referenced this pull request Jul 13, 2021
…#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
androidIsForVivek pushed a commit to androidIsForVivek/react-native-firebase that referenced this pull request Aug 9, 2021
…#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
androidIsForVivek pushed a commit to androidIsForVivek/react-native-firebase that referenced this pull request Aug 9, 2021
…#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
androidIsForVivek pushed a commit to androidIsForVivek/react-native-firebase that referenced this pull request Sep 15, 2021
…#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant