Skip to content

chore(deps-dev): bump vitest and @vitest/coverage-istanbul #2378

chore(deps-dev): bump vitest and @vitest/coverage-istanbul

chore(deps-dev): bump vitest and @vitest/coverage-istanbul #2378

Triggered via pull request November 8, 2025 04:51
Status Failure
Total duration 55m 29s
Artifacts

node-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
src/store/logging.spec.ts > store:logging > does not poll when local file is loaded: src/store/logging.spec.ts#L609
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 2 times Received: 1st vi.fn() call: Array [ Object { "lastReqId": "", }, ] 2nd vi.fn() call: Array [ Object { "lastReqId": "1234", }, ] Number of calls: 2 ❯ src/store/logging.spec.ts:609:29
src/store/logging.spec.ts > store:logging > does not poll when searching: src/store/logging.spec.ts#L583
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 2 times Received: 1st vi.fn() call: Array [ Object { "lastReqId": "", }, ] 2nd vi.fn() call: Array [ Object { "lastReqId": "1234", }, ] Number of calls: 2 ❯ src/store/logging.spec.ts:583:29
src/store/logging.spec.ts > store:logging > only starts one polling timer: src/store/logging.spec.ts#L553
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 2 times Received: 1st vi.fn() call: Array [ Object { "lastReqId": "", }, ] 2nd vi.fn() call: Array [ Object { "lastReqId": "1234", }, ] Number of calls: 2 ❯ src/store/logging.spec.ts:553:29
src/store/logging.spec.ts > store:logging > can stop polling for new entries: src/store/logging.spec.ts#L525
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 2 times Received: 1st vi.fn() call: Array [ Object { "lastReqId": "", }, ] 2nd vi.fn() call: Array [ Object { "lastReqId": "1234", }, ] Number of calls: 2 ❯ src/store/logging.spec.ts:525:29
src/store/logging.spec.ts > store:logging > can poll for new entries with old available: src/store/logging.spec.ts#L496
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 2 times Received: 1st vi.fn() call: Array [ Object { "lastReqId": "", }, ] 2nd vi.fn() call: Array [ Object { "lastReqId": "1234", }, ] Number of calls: 2 ❯ src/store/logging.spec.ts:496:29
src/store/logging.spec.ts > store:logging > can poll for new entries: src/store/logging.spec.ts#L469
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 2 times Received: 1st vi.fn() call: Array [ Object { "lastReqId": "", }, ] 2nd vi.fn() call: Array [ Object { "lastReqId": "1234", }, ] Number of calls: 2 ❯ src/store/logging.spec.ts:469:29
src/store/logging.spec.ts > store:logging > does not load more with pending request: src/store/logging.spec.ts#L445
AssertionError: expected "vi.fn()" to be called 1 times, but got 4 times ❯ src/store/logging.spec.ts:445:24
src/store/logging.spec.ts > store:logging > does not loads more from server when local file is used: src/store/logging.spec.ts#L409
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 3 times Received: 1st vi.fn() call: Array [ Object { "offset": 0, "query": "bye", }, ] 2nd vi.fn() call: Array [ Object { "offset": 0, "query": "", }, ] 3rd vi.fn() call: Array [ Object { "offset": 0, "query": "", }, ] Number of calls: 3 ❯ src/store/logging.spec.ts:409:28
src/store/logging.spec.ts > store:logging > does not load file if no file was selected: src/store/logging.spec.ts#L226
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times Received: 1st vi.fn() call: Array [ File { "lastModified": 1762579976185, "name": "logfile", "type": "", Symbol(buffer): Object { "data": Array [], "type": "Buffer", }, }, ] Number of calls: 1 ❯ src/store/logging.spec.ts:226:34
src/store/logging.spec.ts > store:logging > not searches on server when local file is loaded: src/store/logging.spec.ts#L174
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 2 times Received: 1st vi.fn() call: Array [ Object { "offset": 0, "query": "bye", }, ] 2nd vi.fn() call: Array [ Object { "offset": 0, "query": "", }, ] Number of calls: 2 ❯ src/store/logging.spec.ts:174:28
test-summary
Process completed with exit code 1.