fix(tests): delete flaky test #1182
Annotations
10 errors and 5 warnings
scripts/index.ts#L91
Don't use process.exit(); throw an error instead
|
src/plugins/plugin-connect.ts#L16
Definition for rule 'node/no-deprecated-api' was not found
|
src/plugins/plugin-connect.ts#L17
'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor instead
|
src/plugins/plugin-hapi.ts#L17
Definition for rule 'node/no-deprecated-api' was not found
|
src/plugins/plugin-hapi.ts#L18
'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor instead
|
src/plugins/plugin-http2.ts#L18
Definition for rule 'node/no-unsupported-features/node-builtins' was not found
|
src/plugins/plugin-koa.ts#L17
Definition for rule 'node/no-deprecated-api' was not found
|
src/plugins/plugin-koa.ts#L18
'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor instead
|
src/trace-writer.ts#L156
Don't use process.exit(); throw an error instead
|
test/non-interference/http-e2e.js#L48
Don't use process.exit(); throw an error instead
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test/plugins/test-trace-http.ts#L205
'result' is assigned a value but never used
|
test/plugins/test-trace-http2.ts#L84
Unexpected any. Specify a different type
|
test/test-mysql-pool.ts#L58
'result' is assigned a value but never used
|
test/trace.ts#L123
Unexpected any. Specify a different type
|
This job failed
Loading