File size: 1,873 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": "1db49442e1ff1227283bfcd52cab65a397a68bb9",
"parent": "11860fc055026fa1e14b10111b9410d51a2534ac",
"repository_id": "R002",
"schema_version": 1,
"task_id": "TASK_S2_R002_018",
"valid_end_to_end": true,
"validation": {
"commands": [
"go test ./internal/commands/api -count=1"
],
"elapsed_seconds": 2.110142291057855,
"gold": [
{
"command": "go test ./internal/commands/api -count=1",
"elapsed_seconds": 0.7243207499850541,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/api\t0.292s\n",
"timed_out": false
}
],
"hidden": [
{
"command": "go test ./internal/commands/api -count=1",
"elapsed_seconds": 0.18256262503564358,
"returncode": 1,
"stderr": "# gitlab.com/gitlab-org/cli/internal/commands/api [gitlab.com/gitlab-org/cli/internal/commands/api.test]\ninternal/commands/api/api_test.go:1373:62: too many arguments in call to fillPlaceholders\n\thave (string, *options, bool)\n\twant (string, *options)\n",
"stdout": "FAIL\tgitlab.com/gitlab-org/cli/internal/commands/api [build failed]\nFAIL\n",
"timed_out": false
}
],
"hidden_apply": {
"elapsed_seconds": 0.010136709082871675,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"original": [
{
"command": "go test ./internal/commands/api -count=1",
"elapsed_seconds": 1.0302820419892669,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/api\t0.274s\n",
"timed_out": false
}
],
"reason": null,
"source_apply": {
"elapsed_seconds": 0.01031216699630022,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"valid": true
}
}
|