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

Bump Node memory limit for all test CI #4035

Merged
merged 1 commit into from
Nov 4, 2020
Merged

Bump Node memory limit for all test CI #4035

merged 1 commit into from
Nov 4, 2020

Conversation

hsubox76
Copy link
Contributor

@hsubox76 hsubox76 commented Nov 4, 2020

auth-exp tests were causing memory to run out in CI (but not locally) as part of test-changed.yml. It's possible it could happen in the future to other large test suites like Firestore so might as well consistently bump for all test workflows.

@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2020

⚠️ No Changeset found

Latest commit: 078128c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package "@firebase/functions-compat" depends on the ignored package "@firebase/functions-exp", but "@firebase/functions-compat" is not being ignored. Please add "@firebase/functions-compat" to the `ignore` option.
The package "@firebase/functions-compat" depends on the ignored package "@firebase/functions-types-exp", but "@firebase/functions-compat" is not being ignored. Please add "@firebase/functions-compat" to the `ignore` option.
The package "@firebase/functions-compat" depends on the ignored package "@firebase/app-compat", but "@firebase/functions-compat" is not being ignored. Please add "@firebase/functions-compat" to the `ignore` option.

@google-oss-bot
Copy link
Contributor

Binary Size Report

Affected SDKs

No changes between base commit (8697166) and head commit (cf20baa).

Test Logs

@google-oss-bot
Copy link
Contributor

Size Analysis Report

Affected Products

No changes between base commit (8697166) and head commit (cf20baa).

Test Logs

@hsubox76 hsubox76 merged commit 39847b8 into master Nov 4, 2020
wu-hui added a commit that referenced this pull request Nov 9, 2020
* Rolls a node app building bundles.

* Build bundle files for given list of project IDs.

* Build the bundle json map and save it for integration tests.

* Add emulator_settings.ts to gulp

* Move bundle.test.ts to api/

* Bundles passes all tests and expose in classic API

* Add CI project ID to bundles.

* Adhoc string replacement and length re-calculation

* Fix lint errors.

* Delete old changes from make node app

* Address comments

* Update yarn.lock for release (#3998)

Temp fix where database version is bumped before firebase-admin can update deps

* Manually prepares the bundle strings.

* Update API

* Update config.ts

* Use Chrome for karma debugging (#4007)

* Cache emulator between runs (#3956)

* Remote Config Modularization (#3975)

* rc exp init

* Add apis

* register rc exp

* implement funcitonal APIs

* fix tests

* build rc exp

* add api-extractor to rc types

* cast directly witout function

* delete changelog for rc exp

* add code owners to rc exp

* update dep version

* Remove AuthErrorCode from core export (#4013)

* Remove AuthErrorCode from core export

* Api

* Update config.ts to remove bundles

* adds a root changelog (#4009)

* adds a root changelog

* Update CHANGELOG.md

Co-authored-by: Feiyang <feiyangc@google.com>

* Update dependency typescript to v4.0.5 (#3846)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency karma-firefox-launcher to v2 (#3987)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency google-closure-library to v20200830 (#3765)

* Update dependency google-closure-library to v20200830

* Replace goog.isArray with Array.isArray

https://github.com/google/closure-library/releases/tag/v20200628

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Alex Volkovitsky <avolkovi@google.com>

* exclude remote config exp packages in changeset (#4014)

* Set 1s timeout for onBackgroundMessage Hook (#3780)

* await onBackgroundMessage hook

* Create fluffy-panthers-hide.md

* block in onPush to let onBackgroundMessage to execute

* polish wording

* Update changeset

to be more specific

* Update fluffy-panthers-hide.md

* Clarify PR is about a bug fix

* Update fluffy-panthers-hide.md

* A whole bunch of things to bring auth (compat) to parity (#3970)

* Handle anonymous auth re-login edge case

* Formatting

* Initial fixes

* Fix redirect

* clean up additional user info

* Formatting

* PR feedback

* Fix some tests

* Fix tests & write some new ones

* Fix broken build

* Formatting

* Formatting

* PR feedback

* Formatting

* PR feedback

Co-authored-by: avolkovi <avolkovi@google.com>

* Add withFunctionsTriggersDisabled method to rules-unit-testing (#3928)

* Update integration tests to use free functions

* Functions compat package (#3739)

* Add free functions to exports

* Fix to avoid false failures on changeset checker (#4012)

* Add changeset for Firestore (#4030)

* Update functions-compat dep version and fix changeset script error (#4032)

* Update integration tests. Minified tests fail.

* Bump node memory limit for all test CI (#4035)

* Compat Layer for Firestore (#4003)

* Rename all public API types to PublicX (#4039)

* Update all non-major dependencies (#3953)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Version Packages (#4033)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Set up Storage modularization (#3499)

Refactor storage for modularization.

* Free functions removed from exp database.ts

Co-authored-by: Christina Holland <hsubox@gmail.com>
Co-authored-by: Sebastian Schmidt <mrschmidt@google.com>
Co-authored-by: Sam Stern <samstern@google.com>
Co-authored-by: Feiyang <feiyangc@google.com>
Co-authored-by: Sam Horlbeck Olsen <samgho@google.com>
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Alex Volkovitsky <avolkovi@google.com>
Co-authored-by: Kai Wu <zwu52@users.noreply.github.com>
Co-authored-by: Google Open Source Bot <26440463+google-oss-bot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@firebase firebase locked and limited conversation to collaborators Dec 5, 2020
@hsubox76 hsubox76 deleted the ch-memory-fix branch January 21, 2021 20:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants