-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: stabilize Windows CI integration tests #10940
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
Open
joehan
wants to merge
26
commits into
main
Choose a base branch
from
fix-windows-ci-flakiness
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+186
−75
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0b1634a
fix: stabilize Windows CI integration tests
joehan 7fa34d1
fix: address PR review feedback and increase unzip test timeout
joehan b4442f0
fix: write firebaserc directly in integration tests, simplify taskkil…
joehan 5bdb30d
fix: robust background process cleanup on Windows in hosting and trig…
joehan acf0ca9
fix: normalize path and case handling in unzip and scale timeouts in …
joehan 6293de4
fix: add non-interactive flag and release working directory before cl…
joehan 27038cd
fix: generate full targets in .firebaserc directly for storage and ho…
joehan 941862c
fix: add --non-interactive and --force to hosting channel deploy by t…
joehan b24a1f8
fix: place positional channelId argument before option flags in hosti…
joehan 5a0eeea
fix: use robust tarball resolution in clean-install and hoisted linke…
joehan f15c5a4
fix: exclude npm cache and global npm directories from Defender on Wi…
joehan 57b2b7a
fix: pass --exit to mocha in emulator tests and add --prefer-offline …
joehan 26ac598
ci: validation run 2
joehan a36d3c2
fix: remove npm@9.5 downgrade in integration-windows to prevent deadl…
joehan b951a23
ci: validation run 3
joehan 911c033
fix: initialize .firebaserc earlier in storage deploy test temp dir
joehan 7f69fe6
fix: pass --exit to mocha and add --prefer-offline to fixture depende…
joehan b10a818
fix: kill processes by port in hosting-tests and isolate channel name…
joehan 4766182
fix(test): await process exit with timeout fallback during taskkill o…
joehan 2892c90
fix(test): use firebase target:apply and document windows case-insens…
joehan a91dfc0
fix(test): add missing EOM delimiter in storage deploy tests
joehan fa15318
fix(test): add --alias default and explicit --project to target:apply…
joehan fa6cdcd
fix(test): use firebase target:apply --project directly without fireb…
joehan 1ab79a4
fix: address review feedback for zip slip path check, process cleanup…
joehan b667bc4
fix(test): use unique runner-scoped channel names and file targets to…
joehan e4a6842
Merge branch 'main' into fix-windows-ci-flakiness
joehan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,4 @@ | |
| set -euxo pipefail # bash strict mode | ||
| IFS=$'\n\t' | ||
|
|
||
| npm i | ||
| npm i --prefer-offline --no-audit | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,4 @@ | |
| set -euxo pipefail # bash strict mode | ||
| IFS=$'\n\t' | ||
|
|
||
| yarn install | ||
| yarn install --prefer-offline | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.