chore(deps-dev): bump @fastify/secure-session from 8.0.0 to 8.1.0 #2924
ci.yml
on: pull_request
Matrix: test / Test
test
/
Test Fastify Integration
0s
test
/
Dependency Review
4s
test
/
Check Licenses
10s
test
/
Lint Code
14s
test
/
Automerge Dependabot PRs
0s
Annotations
35 errors and 4 notices
simultaneous login should be possible:
test/multi-instance.test.ts#L170
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:170:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
logging out with one instance should not log out the other instance:
test/multi-instance.test.ts#L208
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:208:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
user objects from different instances should be different:
test/multi-instance.test.ts#L251
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:251:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
simultaneous login should be possible:
test/multi-instance.test.ts#L170
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:170:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
logging out with one instance should not log out the other instance:
test/multi-instance.test.ts#L208
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:208:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
user objects from different instances should be different:
test/multi-instance.test.ts#L251
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:251:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
test / Test (22, macos-latest)
Process completed with exit code 1.
|
test / Test (20, macos-latest)
The job was canceled because "_22_macos-latest" failed.
|
simultaneous login should be possible:
test/multi-instance.test.ts#L170
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:170:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
logging out with one instance should not log out the other instance:
test/multi-instance.test.ts#L208
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:208:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
user objects from different instances should be different:
test/multi-instance.test.ts#L251
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:251:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
simultaneous login should be possible:
test/multi-instance.test.ts#L170
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:170:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
logging out with one instance should not log out the other instance:
test/multi-instance.test.ts#L208
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:208:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
user objects from different instances should be different:
test/multi-instance.test.ts#L251
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/Users/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:251:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
test / Test (20, macos-latest)
Process completed with exit code 1.
|
test / Test (20, ubuntu-latest)
The job was canceled because "_22_macos-latest" failed.
|
simultaneous login should be possible:
test/multi-instance.test.ts#L170
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:170:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
logging out with one instance should not log out the other instance:
test/multi-instance.test.ts#L208
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:208:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
user objects from different instances should be different:
test/multi-instance.test.ts#L251
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:251:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
simultaneous login should be possible:
test/multi-instance.test.ts#L170
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:170:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
logging out with one instance should not log out the other instance:
test/multi-instance.test.ts#L208
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:208:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
user objects from different instances should be different:
test/multi-instance.test.ts#L251
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:251:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:790:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:517:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
test / Test (20, ubuntu-latest)
Process completed with exit code 1.
|
test / Test (22, ubuntu-latest)
The job was canceled because "_22_macos-latest" failed.
|
simultaneous login should be possible:
test/multi-instance.test.ts#L170
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:170:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
logging out with one instance should not log out the other instance:
test/multi-instance.test.ts#L208
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:208:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
user objects from different instances should be different:
test/multi-instance.test.ts#L251
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:251:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
simultaneous login should be possible:
test/multi-instance.test.ts#L170
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:170:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
logging out with one instance should not log out the other instance:
test/multi-instance.test.ts#L208
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:208:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
user objects from different instances should be different:
test/multi-instance.test.ts#L251
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
401 !== 200
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
401 !== 200
at TestContext.<anonymous> (/home/runner/work/fastify-passport/fastify-passport/test/multi-instance.test.ts:251:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 401,
expected: 200,
operator: 'strictEqual'
}
}
|
test / Test (22, ubuntu-latest)
Process completed with exit code 1.
|
test / Test (20, windows-latest)
The job was canceled because "_22_macos-latest" failed.
|
test / Test (20, windows-latest)
The operation was canceled.
|
test / Test (22, windows-latest)
The job was canceled because "_22_macos-latest" failed.
|
test / Test (22, windows-latest)
The operation was canceled.
|
test / Test (22, macos-latest)
TypeScript: compilation complete (1963ms)
Total Tests: 139
Suites 📂: 41
Passed ✅: 130
Failed ❌: 6
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 6144.764ms
|
test / Test (20, macos-latest)
TypeScript: compilation complete (2188ms)
Total Tests: 139
Suites 📂: 41
Passed ✅: 130
Failed ❌: 6
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 6687.644ms
|
test / Test (20, ubuntu-latest)
TypeScript: compilation complete (2480ms)
Total Tests: 139
Suites 📂: 41
Passed ✅: 130
Failed ❌: 6
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 6574.455ms
|
test / Test (22, ubuntu-latest)
TypeScript: compilation complete (4214ms)
Total Tests: 139
Suites 📂: 41
Passed ✅: 130
Failed ❌: 6
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 6749.019ms
|