-
Notifications
You must be signed in to change notification settings - Fork 125
Quick check uses dummy google-services file, and skip certain tests #705
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
remove restore_secret.py
@@ -603,6 +610,7 @@ TEST_F(FirebaseFirestoreBasicTest, TestRunTransaction) { | |||
// TODO: Add test for failing transaction. |
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.
Missing username in TODO; it should look like "// TODO(my_username): Stuff."
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.
Will firestore team resolve the TODO?
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.
That is a pre-existing TODO, unrelated to this PR. And, yes, it would be Firestore's to fix.
@@ -665,6 +673,7 @@ TEST_F(FirebaseFirestoreBasicTest, | |||
} | |||
|
|||
TEST_F(FirebaseFirestoreBasicTest, TestInvalidatingReferencesWhenDeletingApp) { | |||
SKIP_TEST_ON_QUICK_CHECK; | |||
delete shared_app_; | |||
shared_app_ = nullptr; | |||
// TODO: Ensure existing Firestore objects are invalidated. |
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.
Missing username in TODO; it should look like "// TODO(my_username): Stuff."
❌ Integration test FAILEDRequested by @sunmou99 on commit 3990d4c
Add flaky tests to go/fpl-cpp-flake-tracker |
Description
External contributors failed the quick check and cannot merge their PR, because they don't have access to the SECRET.
Now, remove the SECRET logic in all pre-submit check.
Add dummy google-services file as a placeholder to make sure the testapp still build.
Also skip tests that requires SECRET.
Type of Change
Place an
x
the applicable box: