fix: do not poll log entries without lastReqId #2488
Annotations
8 errors
|
test
Process completed with exit code 1.
|
|
src/store/logging.spec.ts > store:logging > handles server errors while polling:
src/store/logging.spec.ts#L672
AssertionError: expected "vi.fn()" to be called at least once
❯ src/store/logging.spec.ts:672:25
|
|
src/store/logging.spec.ts > store:logging > handles errors while polling:
src/store/logging.spec.ts#L641
AssertionError: expected "vi.fn()" to be called at least once
❯ src/store/logging.spec.ts:641:25
|
|
src/store/logging.spec.ts > store:logging > only starts one polling timer:
src/store/logging.spec.ts#L561
AssertionError: expected "vi.fn()" to be called 1 times, but got 0 times
❯ src/store/logging.spec.ts:561:25
|
|
src/store/logging.spec.ts > store:logging > can stop polling for new entries:
src/store/logging.spec.ts#L530
AssertionError: expected "vi.fn()" to be called 1 times, but got 0 times
❯ src/store/logging.spec.ts:530:25
|
|
src/store/logging.spec.ts > store:logging > can poll for new entries:
src/store/logging.spec.ts#L472
AssertionError: expected "vi.fn()" to be called 1 times, but got 0 times
❯ src/store/logging.spec.ts:472:25
|
|
src/store/logging.spec.ts > store:logging > loads more newer entries from server:
src/store/logging.spec.ts#L337
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/store/logging.spec.ts:337:2
|
|
test-summary
Process completed with exit code 1.
|