Fix fluctuation of execute time when re-executing a cell #150
Annotations
1 error, 1 warning, and 1 notice
Execute integration tests:
ui-tests/tests/timing_outcomes.spec.ts#L28
1) tests/timing_outcomes.spec.ts:20:7 › Timing outcomes › "Execution started at" state ───────────
Error: Screenshot comparison failed:
65 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outcomes.spec.ts-snapshots/execution-started-linux.png
Received: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/test-results/tests-timing_outcomes-Timing-outcomes-Execution-started-at-state/execution-started-actual.png
Diff: /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/test-results/tests-timing_outcomes-Timing-outcomes-Execution-started-at-state/execution-started-diff.png
26 | const widget = await cell.waitForSelector('.execute-time');
27 | expect(await widget.textContent()).toContain('Execution started at');
> 28 | expect(await maskedScreenshot(widget)).toMatchSnapshot(
| ^
29 | 'execution-started.png'
30 | );
31 | });
at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/timing_outcomes.spec.ts:28:44
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v4, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Execute integration tests
1 flaky
tests/timing_outcomes.spec.ts:20:7 › Timing outcomes › "Execution started at" state ────────────
6 passed (1.4m)
|
The logs for this run have expired and are no longer available.
Loading