Skip to content

Adds autocompletions for CYPHER <version> #1550

Adds autocompletions for CYPHER <version>

Adds autocompletions for CYPHER <version> #1550

Triggered via pull request January 7, 2025 10:55
Status Failure
Total duration 9m 40s
Artifacts 1

ci.yaml

on: pull_request
Run eslint and check formatting
2m 20s
Run eslint and check formatting
Unit tests
2m 2s
Unit tests
E2E tests
9m 31s
E2E tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
src/tests/autocompletion/miscCompletions.test.ts > Misc auto-completion > Correctly completes cypher version number: packages/language-support/src/tests/autocompletion/completionAssertionHelpers.ts#L60
AssertionError: expected [ { label: '5', kind: 20 } ] to deeply equal [ undefined ] - Expected + Received Array [ - undefined, + Object { + "kind": 20, + "label": "5", + }, ] ❯ Module.testCompletions src/tests/autocompletion/completionAssertionHelpers.ts:60:20 ❯ src/tests/autocompletion/miscCompletions.test.ts:11:5
src/tests/autocompletion/miscCompletions.test.ts > Misc auto-completion > Correctly completes CYPHER when keyword is not finished, optionally with version: packages/language-support/src/tests/autocompletion/completionAssertionHelpers.ts#L60
AssertionError: expected [ …(2) ] to deeply equal [ undefined, …(1) ] - Expected + Received Array [ - undefined, + Object { + "kind": 14, + "label": "CYPHER 5", + }, Object { "kind": 14, "label": "CYPHER", }, ] ❯ Module.testCompletions src/tests/autocompletion/completionAssertionHelpers.ts:60:20 ❯ src/tests/autocompletion/miscCompletions.test.ts:20:5
Unit tests
@neo4j-cypher/language-support#test: command (/home/runner/work/cypher-language-support/cypher-language-support/packages/language-support) /usr/local/bin/npm run test -- --passWithNoTests exited (1)
Unit tests
Process completed with exit code 1.
Run eslint and check formatting
Process completed with exit code 1.
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run eslint and check formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
playwright-report
259 KB