CI/CD test pull request, not real #21
ci.yml
on: pull_request
Annotations
4 errors and 10 warnings
|
Unit Tests with Coverage
Process completed with exit code 1.
|
|
tests/resource-exhaustion-chaos.test.ts > Resource Exhaustion Chaos Testing > CPU Resource Exhaustion > should prevent CPU-intensive computation attacks:
packages/mcp-server/tests/resource-exhaustion-chaos.test.ts#L359
AssertionError: expected 20025 to be less than 20000
❯ tests/resource-exhaustion-chaos.test.ts:359:30
|
|
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/GraphErrorBoundary.tsx#L220
Unexpected console statement
|
|
Lint and Type Check:
packages/web/src/components/GraphErrorBoundary.tsx#L48
Unexpected console statement
|
|
Lint and Type Check:
packages/web/src/components/GraphErrorBoundary.tsx#L36
Unexpected console statement
|
|
Lint and Type Check:
packages/web/src/components/GraphErrorBoundary.tsx#L35
Unexpected console statement
|
|
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
|
|
Lint and Type Check:
packages/web/src/components/AgentSettingsModal.tsx#L221
Unexpected console statement
|
|
Lint and Type Check:
packages/web/src/components/AgentSettingsModal.tsx#L178
Unexpected console statement
|