test: cleanup cache tests (#3926) #15708
Annotations
3 errors and 5 notices
Run tests:
test\interceptors\cache.js#L286
[Error [ERR_TEST_FAILURE]: 2 == 1] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: 2 == 1
at TestContext.<anonymous> (D:\a\undici\undici\test\interceptors\cache.js:286:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:797:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:527:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 2,
expected: 1,
operator: '=='
}
}
|
Run tests:
test\interceptors\cache.js#L380
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
2 !== 1
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
2 !== 1
at TestContext.<anonymous> (D:\a\undici\undici\test\interceptors\cache.js:380:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:797:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:527:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 2,
expected: 1,
operator: 'strictEqual'
}
}
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 1017
Suites 📂: 92
Passed ✅: 1012
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 33942.643ms
|
Run tests
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3475.224ms
|
Run tests
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 319.996ms
|
Run tests
Total Tests: 29
Suites 📂: 4
Passed ✅: 25
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 277.992ms
|
Run tests
Total Tests: 125
Suites 📂: 2
Passed ✅: 123
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6512.050ms
|
Loading