fix(mistral): convert messages with PDF file parts from Uint8Array to base64 #24755
ci.yml
on: pull_request
Matrix: Load Time Check
Matrix: Test
Build Examples
7m 36s
Prettier
1m 7s
ESLint
1m 54s
TypeScript
1m 27s
Bundle Size Check
2m 23s
load-time
2s
test
3s
Annotations
4 errors and 2 notices
|
[chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue:
tests/e2e/spec/streamable.e2e.test.ts#L8
1) [chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
Error: expect(locator).toHaveText(expected)
Locator: locator('#log')
Expected string: "[\"hello\",\"hello, world\",\"hello, world!\",{\"value\":\"I am a JSON\"},[\"Finished\"]]"
Received string: "[\"hello\"]"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for locator('#log')
2 × locator resolved to <pre id="log">["hello"]</pre>
- unexpected value "["hello"]"
6 |
7 | const logs = page.locator('#log');
> 8 | await expect(logs).toHaveText(
| ^
9 | '["hello","hello, world","hello, world!",{"value":"I am a JSON"},["Finished"]]',
10 | );
11 | });
at /home/runner/work/ai/ai/packages/rsc/tests/e2e/spec/streamable.e2e.test.ts:8:22
|
|
[chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue:
tests/e2e/spec/streamable.e2e.test.ts#L0
1) [chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
Test timeout of 20000ms exceeded.
|
|
[chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue:
tests/e2e/spec/streamable.e2e.test.ts#L4
1) [chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
Error: page.goto: Test timeout of 20000ms exceeded.
Call log:
- navigating to "http://localhost:3000/rsc", waiting until "load"
2 |
3 | test('createStreamableValue and readStreamableValue', async ({ page }) => {
> 4 | await page.goto('/rsc');
| ^
5 | await page.click('#test-streamable-value');
6 |
7 | const logs = page.locator('#log');
at /home/runner/work/ai/ai/packages/rsc/tests/e2e/spec/streamable.e2e.test.ts:4:14
|
|
[chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue:
tests/e2e/spec/streamable.e2e.test.ts#L0
1) [chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
Test timeout of 20000ms exceeded.
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
1 passed (53.1s)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/spec/streamable.e2e.test.ts:3:5 › createStreamableValue and readStreamableValue
1 passed (52.4s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
bundle-size-metafiles
|
29.3 KB |
sha256:6ce9cdceed5a9f1817e9b60e742b7e70820a14b78eb58780bd012be7ce282c21
|
|