Skip to content

Bump ruff from 0.0.230 to 0.0.260 #536

Bump ruff from 0.0.230 to 0.0.260

Bump ruff from 0.0.230 to 0.0.260 #536

Triggered via pull request April 3, 2023 23:22
Status Failure
Total duration 30m 48s
Artifacts

linuxjs-tests.yml

on: pull_request
Matrix: JS
Fit to window
Zoom out
Zoom in

Annotations

15 errors
protocol › #stackTrace › should return the correct stackframes: packages/debugger/test/session.spec.ts#L224
expect(received).toEqual(expected) // deep equality Expected: 3 Received: 5 at Object.<anonymous> (test/session.spec.ts:224:26)
protocol › #variables › should return the variables and their values: packages/debugger/test/session.spec.ts#L273
expect(received).toEqual(expected) // deep equality Expected: "1" Received: "2" at Object.<anonymous> (test/session.spec.ts:273:24)
protocol › #continue › should proceed to the next breakpoint: packages/debugger/test/session.spec.ts#L288
thrown: "Exceeded timeout of 10000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." at test/session.spec.ts:288:5 at test/session.spec.ts:287:3 at Object.<anonymous> (test/session.spec.ts:113:1)
protocol › #debugInfo › should return the state of the current debug session: packages/debugger/test/session.spec.ts#L137
thrown: "Exceeded timeout of 30000 ms for a hook. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." at test/session.spec.ts:137:3 at Object.<anonymous> (test/session.spec.ts:113:1)
protocol › #stackTrace › should return the correct stackframes: packages/debugger/test/session.spec.ts#L224
expect(received).toEqual(expected) // deep equality Expected: 3 Received: 5 at Object.<anonymous> (test/session.spec.ts:224:26)
protocol › #variables › should return the variables and their values: packages/debugger/test/session.spec.ts#L273
expect(received).toEqual(expected) // deep equality Expected: "1" Received: "2" at Object.<anonymous> (test/session.spec.ts:273:24)
protocol › #continue › should proceed to the next breakpoint: packages/debugger/test/session.spec.ts#L288
thrown: "Exceeded timeout of 10000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." at test/session.spec.ts:288:5 at test/session.spec.ts:287:3 at Object.<anonymous> (test/session.spec.ts:113:1)
protocol › #stackTrace › should return the correct stackframes: packages/debugger/test/session.spec.ts#L224
expect(received).toEqual(expected) // deep equality Expected: 3 Received: 5 at Object.<anonymous> (test/session.spec.ts:224:26)
protocol › #variables › should return the variables and their values: packages/debugger/test/session.spec.ts#L273
expect(received).toEqual(expected) // deep equality Expected: "1" Received: "2" at Object.<anonymous> (test/session.spec.ts:273:24)
protocol › #continue › should proceed to the next breakpoint: packages/debugger/test/session.spec.ts#L288
thrown: "Exceeded timeout of 10000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." at test/session.spec.ts:288:5 at test/session.spec.ts:287:3 at Object.<anonymous> (test/session.spec.ts:113:1)
@jupyterlab/lsp › schema.ts › verify the interfaces defined in `schema.ts` with the schema in jupyter_lsp: packages/lsp/test/schema.spec.ts#L15
'schema.ts' in '@jupyterlab/lsp' is not matching the 'jupyter_lsp' backend schema. Please update 'schema.ts' by running `npm run build:schema` in '@jupyterlab/lsp' and commit the changes. at Object.<anonymous> (test/schema.spec.ts:15:15)
@jupyterlab/lsp › schema.ts › verify the interfaces defined in `schema.ts` with the schema in jupyter_lsp: packages/lsp/test/schema.spec.ts#L15
'schema.ts' in '@jupyterlab/lsp' is not matching the 'jupyter_lsp' backend schema. Please update 'schema.ts' by running `npm run build:schema` in '@jupyterlab/lsp' and commit the changes. at Object.<anonymous> (test/schema.spec.ts:15:15)
@jupyterlab/lsp › schema.ts › verify the interfaces defined in `schema.ts` with the schema in jupyter_lsp: packages/lsp/test/schema.spec.ts#L15
'schema.ts' in '@jupyterlab/lsp' is not matching the 'jupyter_lsp' backend schema. Please update 'schema.ts' by running `npm run build:schema` in '@jupyterlab/lsp' and commit the changes. at Object.<anonymous> (test/schema.spec.ts:15:15)
JS (js-lsp)
Process completed with exit code 1.
JupyterServer › should accept options: packages/testing/test/start_jupyter_server.spec.ts#L17
thrown: "Exceeded timeout of 30000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." at test/start_jupyter_server.spec.ts:17:3 at Object.<anonymous> (test/start_jupyter_server.spec.ts:9:1)