-
Notifications
You must be signed in to change notification settings - Fork 124
Run Firestore tests against Emulators where possible. #549
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
Conversation
❌ Integration test FAILEDRequested by @wu-hui on commit b5504d2
Add flaky tests to go/fpl-cpp-flake-tracker |
c058fec
to
55cacb3
Compare
if: ${{ !startsWith(matrix.os, 'windows') }} | ||
run: python scripts/gha/desktop_tester.py --testapp_dir testapps --logfile_name "desktop-${{ matrix.os }}-${{ matrix.ssl_variant }}" | ||
env: | ||
USE_FIRESTORE_EMULATOR: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know all the detail. But I was wondering why Non-windows need this env.
Isn't intent.putExtra("USE_FIRESTORE_EMULATOR", "true")
enough to set the env?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is enough for Android. This is running desktop tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. Then why Windows doesn't test agains Firestore emulator?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Please follow up on Firestore Emulator on Windows.
🍞 Dismissed stale approval on external PR.
Please take another look, windows is now supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Firestore tests run against Firestore emulator except: