Add performance and caching tests for stdout/stderr #445
Annotations
7 errors, 1 warning, and 1 notice
Test:
galata/test/jupyterlab/debugger.test.ts#L1
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script)
Test timeout of 60000ms exceeded.
|
Test:
galata/src/helpers/debuggerpanel.ts#L30
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script)
Error: locator.getAttribute: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('main').locator('[role="tabpanel"][id="id-018e27ba-ff7d-4229-8de8-ffab863e89d2"]').locator('.jp-Toolbar').first().locator('.jp-DebuggerBugButton')
at src/helpers/debuggerpanel.ts:30
28 | const button = toolbar?.locator('.jp-DebuggerBugButton');
29 | if (((await button?.count()) ?? 0) > 0) {
> 30 | return (await button!.getAttribute('aria-pressed')) === 'true';
| ^
31 | }
32 | return false;
33 | }
at DebuggerHelper.isOn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:30:29)
at /home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:55:40
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:183:11)
|
Test:
galata/test/jupyterlab/html-viewer.test.ts#L30
2) [jupyterlab] › test/jupyterlab/html-viewer.test.ts:26:7 › HTML Viewer › should notify links are blocked for untrusted file
TypeError: Cannot read properties of null (reading 'getByRole')
28 | }) => {
29 | const frame = page.frame({ url: url => url.protocol == 'blob:' });
> 30 | await frame!.getByRole('link', { name: 'GitHub' }).hover();
| ^
31 |
32 | const warningCount = await frame!.evaluate(() => {
33 | let count = 0;
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/html-viewer.test.ts:30:18
|
Test:
galata/test/jupyterlab/inline-completer.test.ts#L22
3) [jupyterlab] › test/jupyterlab/inline-completer.test.ts:145:9 › Inline Completer › Invoke on Tab › Shows up on Tab
Test timeout of 60000ms exceeded while running "beforeEach" hook.
20 |
21 | test.describe('Inline Completer', () => {
> 22 | test.beforeEach(async ({ page }) => {
| ^
23 | await page.notebook.createNew(fileName);
24 | await page.notebook.setCell(0, 'code', 'suggestion_1 = 1');
25 | await page.notebook.addCell(
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/inline-completer.test.ts:22:8
|
Test:
galata/src/helpers/notebook.ts#L1269
3) [jupyterlab] › test/jupyterlab/inline-completer.test.ts:145:9 › Inline Completer › Invoke on Tab › Shows up on Tab
Error: locator.evaluate: Test timeout of 60000ms exceeded.
at src/helpers/notebook.ts:1269
1267 | // Wait until the CodeMirror highlighting is stable
1268 | // over 10 consecutive animation frames.
> 1269 | await cell.evaluate((cell: HTMLElement) => {
| ^
1270 | let _resolve: () => void;
1271 | const promise = new Promise<void>(resolve => {
1272 | _resolve = resolve;
at NotebookHelper.setCell (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/notebook.ts:1269:18)
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/inline-completer.test.ts:24:5
|
Test:
galata/test/jupyterlab/inline-completer.test.ts#L22
4) [jupyterlab] › test/jupyterlab/inline-completer.test.ts:254:9 › Inline Completer › Ghost text › Empty space is retained to avoid jitter
Test timeout of 60000ms exceeded while running "beforeEach" hook.
20 |
21 | test.describe('Inline Completer', () => {
> 22 | test.beforeEach(async ({ page }) => {
| ^
23 | await page.notebook.createNew(fileName);
24 | await page.notebook.setCell(0, 'code', 'suggestion_1 = 1');
25 | await page.notebook.addCell(
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/inline-completer.test.ts:22:8
|
Test:
galata/src/helpers/notebook.ts#L1269
4) [jupyterlab] › test/jupyterlab/inline-completer.test.ts:254:9 › Inline Completer › Ghost text › Empty space is retained to avoid jitter
Error: locator.evaluate: Test timeout of 60000ms exceeded.
at src/helpers/notebook.ts:1269
1267 | // Wait until the CodeMirror highlighting is stable
1268 | // over 10 consecutive animation frames.
> 1269 | await cell.evaluate((cell: HTMLElement) => {
| ^
1270 | let _resolve: () => void;
1271 | const promise = new Promise<void>(resolve => {
1272 | _resolve = resolve;
at NotebookHelper.setCell (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/notebook.ts:1269:18)
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/inline-completer.test.ts:24:5
|
Upload Galata Test assets
No files were found with the provided path: galata/test-jupyterlab-results
galata/test-results. No artifacts will be uploaded.
|
Test
4 flaky
[jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script)
[jupyterlab] › test/jupyterlab/html-viewer.test.ts:26:7 › HTML Viewer › should notify links are blocked for untrusted file
[jupyterlab] › test/jupyterlab/inline-completer.test.ts:145:9 › Inline Completer › Invoke on Tab › Shows up on Tab
[jupyterlab] › test/jupyterlab/inline-completer.test.ts:254:9 › Inline Completer › Ghost text › Empty space is retained to avoid jitter
487 passed (31.2m)
|
Loading