Skip to content

CI/CD test pull request, not real #21

CI/CD test pull request, not real

CI/CD test pull request, not real #21

Triggered via pull request August 24, 2025 04:00
@mvalancymvalancy
synchronize #7
dev-claude-mcp
Status Failure
Total duration 3m 35s
Artifacts

ci.yml

on: pull_request
Lint and Type Check
42s
Lint and Type Check
Unit Tests with Coverage
2m 44s
Unit Tests with Coverage
MCP Server Integration Tests
0s
MCP Server Integration Tests
Build
0s
Build
Docker Build
0s
Docker Build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Unit Tests with Coverage
Process completed with exit code 1.
tests/real-database-integration.test.ts > REAL DATABASE INTEGRATION - Graph Management: packages/mcp-server/tests/real-database-integration.test.ts#L32
Neo4jError: The client has provided incorrect authentication details too many times in a row. ❯ captureStacktrace ../../node_modules/neo4j-driver-core/lib/result.js:624:17 ❯ new Result ../../node_modules/neo4j-driver-core/lib/result.js:112:23 ❯ Session._run ../../node_modules/neo4j-driver-core/lib/session.js:224:16 ❯ Session.run ../../node_modules/neo4j-driver-core/lib/session.js:188:27 ❯ tests/real-database-integration.test.ts:32:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { gqlStatus: '50N42', gqlStatusDescription: 'error: general processing exception - unexpected error. The client has provided incorrect authentication details too many times in a row.', diagnosticRecord: { OPERATION: '', OPERATION_CODE: '0', CURRENT_SCHEMA: '/' }, classification: 'UNKNOWN', rawClassification: undefined, code: 'Neo.ClientError.Security.AuthenticationRateLimit', retriable: false, diagnosticRecordAsJsonString: '{"OPERATION":"","OPERATION_CODE":"0","CURRENT_SCHEMA":"/"}' }
Unit Tests with Coverage
@graphdone/mcp-server#test:coverage: command (/home/runner/work/GraphDone-Core/GraphDone-Core/packages/mcp-server) /opt/hostedtoolcache/node/18.20.8/x64/bin/npm run test:coverage exited (1)
Lint and Type Check: packages/web/src/components/EditNodeModal.tsx#L182
Unexpected console statement
Lint and Type Check: packages/web/src/components/CreateNodeModal.tsx#L119
Unexpected any. Specify a different type
Lint and Type Check: packages/web/src/components/CreateNodeModal.tsx#L93
Unexpected any. Specify a different type
Lint and Type Check: packages/web/src/components/CreateGraphModal.tsx#L97
'_error' is defined but never used