File size: 1,934 Bytes
d61821a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | {
"commit": "30274f6675ed31275c153a92ec6fb455145d2fa7",
"parent": "a4c5732a529217dcfaad0e7c63af82ced6e8d382",
"repository_id": "R002",
"schema_version": 1,
"task_id": "TASK_S2_R002_011",
"valid_end_to_end": true,
"validation": {
"commands": [
"go test ./internal/commands/mcp/serve -count=1"
],
"elapsed_seconds": 1.990684875054285,
"gold": [
{
"command": "go test ./internal/commands/mcp/serve -count=1",
"elapsed_seconds": 0.6841067501809448,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/mcp/serve\t0.256s\n",
"timed_out": false
}
],
"hidden": [
{
"command": "go test ./internal/commands/mcp/serve -count=1",
"elapsed_seconds": 0.18327024998143315,
"returncode": 1,
"stderr": "# gitlab.com/gitlab-org/cli/internal/commands/mcp/serve [gitlab.com/gitlab-org/cli/internal/commands/mcp/serve.test]\ninternal/commands/mcp/serve/server_test.go:1021:32: server.buildStructuredContent undefined (type *mcpServer has no field or method buildStructuredContent)\n",
"stdout": "FAIL\tgitlab.com/gitlab-org/cli/internal/commands/mcp/serve [build failed]\nFAIL\n",
"timed_out": false
}
],
"hidden_apply": {
"elapsed_seconds": 0.012072291923686862,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"original": [
{
"command": "go test ./internal/commands/mcp/serve -count=1",
"elapsed_seconds": 0.9507780000567436,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/mcp/serve\t0.259s\n",
"timed_out": false
}
],
"reason": null,
"source_apply": {
"elapsed_seconds": 0.010528999846428633,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"valid": true
}
}
|