We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
google-cloud-http.test.ts
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
ref #16236 (comment)
When upgrading CI to account for Node 24, the Google Cloud Serverless Node 24 Unit Tests fail: https://github.com/getsentry/sentry-javascript/actions/runs/14913821156/job/41895096782?pr=16236
⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL test/integrations/google-cloud-http.test.ts [ test/integrations/google-cloud-http.test.ts ] TypeError: Cannot read properties of undefined (reading 'prototype') ❯ Object.<anonymous> ../../node_modules/buffer-equal-constant-time/index.js:37:35 ❯ Object.<anonymous> ../../node_modules/jwa/index.js:1:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed | 5 passed (6) Tests 31 passed (31) Start at 19:01:43 Duration 3.99s (transform 1.32s, setup 0ms, collect 7.68s, tests 151ms, environment 2ms, prepare 787ms)
We need to fix this and re-enable google cloud serverless:
sentry-javascript/scripts/ci-unit-tests.ts
Line 32 in 5dd37a6
The text was updated successfully, but these errors were encountered:
This was because of a Node 24 breaking change https://github.com/nodejs/node/releases/tag/v24.0.1 - we can remove this now.
Sorry, something went wrong.
chore(ci): re-enable Node 24 tests for google-cloud-serverless (#16242)
b3242e0
resolves #16238 The error with the google cloud serverless tests in Node 24 was only happening in Node `24.0.0`, which was fixed in [`24.0.1`](https://github.com/nodejs/node/releases/tag/v24.0.1), so we can safely re-enable everything.
build: Pin node unit tests to ^24.0.1 (#16248)
8f7599a
Node [`24.0.1`](https://github.com/nodejs/node/releases/tag/v24.0.1) fixed a bug with our google cloud serverless tests that we were running into in #16238 For some reason CI doesn't want to use it? So pinning to `^24.0.1`.
Successfully merging a pull request may close this issue.
Description
ref #16236 (comment)
When upgrading CI to account for Node 24, the Google Cloud Serverless Node 24 Unit Tests fail: https://github.com/getsentry/sentry-javascript/actions/runs/14913821156/job/41895096782?pr=16236
We need to fix this and re-enable google cloud serverless:
sentry-javascript/scripts/ci-unit-tests.ts
Line 32 in 5dd37a6
The text was updated successfully, but these errors were encountered: