Skip to content

Updates grammar and semantic analysis to 5.23 #1317

Updates grammar and semantic analysis to 5.23

Updates grammar and semantic analysis to 5.23 #1317

Triggered via pull request September 2, 2024 08:55
Status Failure
Total duration 4m 22s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
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)
src/tests/lexer.test.ts > Lexer tokens > List of tokens should match generated parser symbolic names: packages/language-support/src/tests/lexer.test.ts#L28
AssertionError: expected [ 'ZONE' ] to have a length of +0 but got 1 - Expected + Received - 0 + 1 ❯ src/tests/lexer.test.ts:28:27
src/tests/syntaxValidation/syntacticValidation.test.ts > Syntactic validation spec > Syntax validation errors on an expected procedure name: packages/language-support/src/tests/syntaxValidation/syntacticValidation.test.ts#L697
AssertionError: expected [ { severity: 1, …(3) } ] to deeply equal [ { …(4) } ] - Expected + Received Array [ Object { - "message": "Expected '{' or a procedure name", + "message": "Expected any of '{', '(' or a procedure name", "offsets": Object { "end": 6, "start": 5, }, "range": Object { "end": Object { "character": 6, "line": 0, }, "start": Object { "character": 5, "line": 0, }, }, "severity": 1, }, ] ❯ src/tests/syntaxValidation/syntacticValidation.test.ts:697:7
Unit tests
Process completed with exit code 1.
E2E tests
neo4j-for-vscode#test:e2e: command (/home/runner/work/cypher-language-support/cypher-language-support/packages/vscode-extension) /usr/local/bin/npm run test:e2e exited (1)
E2E tests
Process completed with exit code 1.
E2E tests
No files were found with the provided path: packages/react-codemirror/playwright-report/. No artifacts will be uploaded.