feat: sqlite add set and minor cleanup #15863
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
test/trailers.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/tls-session-reuse.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/stream-compat.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/socket-timeout.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/socket-back-pressure.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/retry-handler.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/retry-agent.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/request.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/request-timeout2.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
Run tests:
test/request-timeout.js#L1
[Error: test failed] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: 'test failed', exitCode: 1, signal: null }
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests
Error:: Test "respect Node.js' --max-http-header-size" at test/client-node-max-header-size.js:26:3 generated asynchronous activity after the test ended. This activity created the error "AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Command failed: node --disable-warning=ExperimentalWarning -e "require('.').request('http://localhost:38543')"
/home/runner/work/undici/undici/lib/cache/sqlite-cache-store.js:332
callback()
^
SyntaxError: missing ) after argument list
at wrapSafe (node:internal/modules/cjs/loader:1378:20)
at Module._compile (node:internal/modules/cjs/loader:1428:41)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at Module.require (node:internal/modules/cjs/loader:1311:19)
at require (node:internal/modules/helpers:179:18)
at Object.<anonymous> (/home/runner/work/undici/undici/index.js:52:26)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
Node.js v20.18.1
" and would have caused the test to fail, but instead triggered an uncaughtException event.
Error:: Test "--max-http-header-size with Client API" at test/client-node-max-header-size.js:45:3 generated asynchronous activity after the test ended. This activity created the error "AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Command failed: node --disable-warning=ExperimentalWarning -e "new (require('.').Client)(new URL('http://localhost:200'))"
/home/runner/work/undici/undici/lib/cache/sqlite-cache-store.js:332
callback()
^
SyntaxError: missing ) after argument list
at wrapSafe (node:internal/modules/cjs/loader:1378:20)
at Module._compile (node:internal/modules/cjs/loader:1428:41)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at Module.require (node:internal/modules/cjs/loader:1311:19)
at require (node:internal/modules/helpers:179:18)
at Object.<anonymous> (/home/runner/work/undici/undici/index.js:52:26)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
Node.js v20.18.1
" and would have caused the test to fail, but instead triggered an uncaughtException event.
Total Tests: 381
Suites 📂: 66
Passed ✅: 299
Failed ❌: 80
Canceled 🚫: 1
Skipped ⏭️: 1
Todo 📝: 0
Duration 🕐: 33532.507ms
|
Loading