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

Fix issue with importing Storage Emulator data with nested directory structure #4358

Merged
merged 6 commits into from Mar 30, 2022

Conversation

tohhsinpei
Copy link
Member

@tohhsinpei tohhsinpei commented Mar 24, 2022

Description

Issue

This PR fixes #4326.

Importing any Storage data exported prior to v10.3.0 causes the emulator to crash.

Cause

In #3647 (released as part of v10.3.0), we flattened the emulator directory structure. However, this is not backwards-compatible with previously exported data, which still contains the nested directory structure. In particular, when we copy the imported data, we copy over the old nested directories.

Scenarios Tested

Tested against example provided in issue and verified that crash does not occur and that we are able to view the file:
repro-fixed

Also wrote two integration tests, one testing import of old nested structure, another testing import of new flattened structure. These will be run as part of npm run test:storage-emulator-integration.

@tohhsinpei tohhsinpei force-pushed the hsinpei/fix-emulator-directory-flatten branch from 988d016 to 862b848 Compare March 25, 2022 17:00
@tohhsinpei tohhsinpei force-pushed the hsinpei/fix-emulator-directory-flatten branch 4 times, most recently from ef1341b to 62a5632 Compare March 25, 2022 20:00
@tohhsinpei tohhsinpei force-pushed the hsinpei/fix-emulator-directory-flatten branch from 62a5632 to f266de4 Compare March 25, 2022 20:11
@tohhsinpei tohhsinpei force-pushed the hsinpei/fix-emulator-directory-flatten branch from f266de4 to 372d71d Compare March 25, 2022 20:19
Copy link
Contributor

@tonyjhuang tonyjhuang left a comment

Choose a reason for hiding this comment

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

Just some comments on testing, thanks!

scripts/storage-emulator-integration/import/tests.ts Outdated Show resolved Hide resolved
scripts/storage-emulator-integration/import/tests.ts Outdated Show resolved Hide resolved
@tohhsinpei tohhsinpei enabled auto-merge (squash) March 30, 2022 15:39
@alexjball
Copy link

Thank you for the fix!

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.

Firebase Storage Emulator crashes unexpectedly since v10.3.0
3 participants