Skip to content

Fix Storage Integration Test CI #7874

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

Merged
merged 2 commits into from
Apr 10, 2021
Merged

Fix Storage Integration Test CI #7874

merged 2 commits into from
Apr 10, 2021

Conversation

paulb777
Copy link
Member

@paulb777 paulb777 commented Apr 9, 2021

The Storage integration tests have been silently failing ever since 7.0.0 after the GoogleServiceInfo.plist does not get found because FirebaseCore is linked dynamically as a separate bundle instead of statically into the app. https://github.com/firebase/firebase-ios-sdk/runs/2294766037?check_suite_focus=true#step:7:475

This fix uses a ruby script to update the Test Container app with the GoogleService-Info.plist so that it gets found at initialization.

Also, stop running Firestore test_coverage CI on script changes.

See successful Storage integration test logs at https://github.com/firebase/firebase-ios-sdk/runs/2308057031?check_suite_focus=true

@google-cla google-cla bot added the cla: yes label Apr 9, 2021
Copy link
Member

@ncooke3 ncooke3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch and great fix! The update_xcode_target.rb script makes a lot of sense 👍

end
end

#save project
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit: # Save project

@paulb777 paulb777 merged commit 6eaf761 into master Apr 10, 2021
@paulb777 paulb777 deleted the pb-fix-storage-int branch April 10, 2021 01:00
@firebase firebase locked and limited conversation to collaborators May 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants