Skip to content

Prompt caching improvements, debug #87

Prompt caching improvements, debug

Prompt caching improvements, debug #87

Triggered via pull request January 13, 2025 00:54
Status Failure
Total duration 58s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
node/magenta.spec.ts > node/magenta.spec.ts > clear command should work: node/test/driver.ts#L148
Error: display buffer content does not match text: "Stopped (end_turn) [input: 0, output: 0]" displayBuffer content: ________ ╱ ╲ ╱ ╱ ╱ ╱ ╲__╱__╱__╱ ❯ node/test/driver.ts:148:15 ❯ Module.pollUntil node/utils/async.ts:61:59 ❯ node/magenta.spec.ts:28:7 ❯ node/test/preamble.ts:149:9 ❯ Module.withMockClient node/providers/mock.ts:112:5 ❯ node/test/preamble.ts:131:5 ❯ withNvimProcess node/test/preamble.ts:60:5 ❯ Module.withDriver node/test/preamble.ts:124:10 ❯ node/magenta.spec.ts:8:5
node/magenta.spec.ts > node/magenta.spec.ts > context-files end-to-end: node/test/driver.ts#L114
AssertionError: ! Unable to find text after line 0 in displayBuffer: expected '\n ________\n ╱ ╲\n ╱ …' to deeply equal '# context:\nfile: `./node/test/fixtur…' - Expected + Received - # context: - file: `./node/test/fixtures/poem.txt` + + ________ + ╱ ╲ + ╱ ╱ + ╱ ╱ + ╲__╱__╱__╱ + + ❯ NvimDriver.assertDisplayBufferContains node/test/driver.ts:114:45 ❯ node/magenta.spec.ts:134:7 ❯ node/test/preamble.ts:149:9 ❯ Module.withMockClient node/providers/mock.ts:112:5 ❯ node/test/preamble.ts:131:5 ❯ withNvimProcess node/test/preamble.ts:60:5 ❯ Module.withDriver node/test/preamble.ts:124:10 ❯ node/magenta.spec.ts:128:5
node/magenta.spec.ts > node/magenta.spec.ts > context-files multiple, weird path names: node/test/driver.ts#L114
AssertionError: ! Unable to find text after line 0 in displayBuffer: expected '\n ________\n ╱ ╲\n ╱ …' to deeply equal '# context:\nfile: `./node/test/fixtur…' - Expected + Received - # context: - file: `./node/test/fixtures/poem.txt` - file: `./node/test/fixtures/poem 3.txt` + + ________ + ╱ ╲ + ╱ ╱ + ╱ ╱ + ╲__╱__╱__╱ + + ❯ NvimDriver.assertDisplayBufferContains node/test/driver.ts:114:45 ❯ node/magenta.spec.ts:180:7 ❯ node/test/preamble.ts:149:9 ❯ Module.withMockClient node/providers/mock.ts:112:5 ❯ node/test/preamble.ts:131:5 ❯ withNvimProcess node/test/preamble.ts:60:5 ❯ Module.withDriver node/test/preamble.ts:124:10 ❯ node/magenta.spec.ts:174:5
node/chat/chat.spec.ts > tea/chat.spec.ts > chat render and a few updates: node/chat/chat.spec.ts#L38
AssertionError: initial render of chat works: expected [ '', ' ________', …(6) ] to deeply equal [ Array(1) ] - Expected + Received Array [ - "Stopped (end_turn) [input: 0, output: 0]", + "", + " ________", + " ╱ ╲", + " ╱ ╱", + "╱ ╱", + "╲__╱__╱__╱", + "", + "", ] ❯ node/chat/chat.spec.ts:38:9 ❯ node/test/preamble.ts:116:7 ❯ withNvimProcess node/test/preamble.ts:60:5 ❯ Module.withNvimClient node/test/preamble.ts:67:10 ❯ node/chat/chat.spec.ts:11:5
node/chat/chat.spec.ts > tea/chat.spec.ts > chat clear: node/chat/chat.spec.ts#L147
AssertionError: initial render of chat works: expected [ '', ' ________', …(6) ] to deeply equal [ Array(1) ] - Expected + Received Array [ - "Stopped (end_turn) [input: 0, output: 0]", + "", + " ________", + " ╱ ╲", + " ╱ ╱", + "╱ ╱", + "╲__╱__╱__╱", + "", + "", ] ❯ node/chat/chat.spec.ts:147:9 ❯ node/test/preamble.ts:116:7 ❯ withNvimProcess node/test/preamble.ts:60:5 ❯ Module.withNvimClient node/test/preamble.ts:67:10 ❯ node/chat/chat.spec.ts:120:5
test
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636