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

chore(deps): update dependency undici to v7.2.0 - autoclosed #20

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

})
const expectedValue = expectedBucketMeasurements.length
assert.strictEqual(

Check failure on line 77 in test/http-metrics.test.js

GitHub Actions / tests (22, ubuntu-latest)

should calculate the http request duration histogram

[Error [ERR_TEST_FAILURE]: le 1: expected [0.501] 2 !== 1 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: le 1: expected [0.501] 2 !== 1 at TestContext.<anonymous> (/home/runner/work/fastify-http-metrics/fastify-http-metrics/test/http-metrics.test.js:77:12) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: false, code: 'ERR_ASSERTION', actual: 2, expected: 1, operator: 'strictEqual' } }
value, expectedValue,
`le ${labels.le}: expected ${JSON.stringify(expectedBucketMeasurements)}`
)
})
const expectedValue = expectedBucketMeasurements.length
assert.strictEqual(

Check failure on line 340 in test/http-metrics.test.js

GitHub Actions / tests (20, ubuntu-latest)

should calculate the http request duration histogram for injects

[Error [ERR_TEST_FAILURE]: le 1: expected [0.501] 2 !== 1 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: le 1: expected [0.501] 2 !== 1 at TestContext.<anonymous> (/home/runner/work/fastify-http-metrics/fastify-http-metrics/test/http-metrics.test.js:340:12) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: false, code: 'ERR_ASSERTION', actual: 2, expected: 1, operator: 'strictEqual' } }
value, expectedValue,
`le ${labels.le}: expected ${JSON.stringify(expectedBucketMeasurements)}`
)