File size: 2,715 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": "8f4ac1c3b179417fdf0e790943e9c0e6df599419",
"parent": "310fc5b51cf54b221430f18d7dabbdd0a3a34bc6",
"repository_id": "R002",
"schema_version": 1,
"task_id": "TASK_S2_R002_007",
"valid_end_to_end": true,
"validation": {
"commands": [
"go test ./internal/commands/stack/save -count=1"
],
"elapsed_seconds": 9.432021416956559,
"gold": [
{
"command": "go test ./internal/commands/stack/save -count=1",
"elapsed_seconds": 4.658619875088334,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/stack/save\t4.264s\n",
"timed_out": false
}
],
"hidden": [
{
"command": "go test ./internal/commands/stack/save -count=1",
"elapsed_seconds": 0.1812010840512812,
"returncode": 1,
"stderr": "# gitlab.com/gitlab-org/cli/internal/commands/stack/save [gitlab.com/gitlab-org/cli/internal/commands/stack/save.test]\ninternal/commands/stack/save/stack_amend_test.go:160:99: too many arguments in call to amendFunc\n\thave (context.Context, *cmdtest.Factory, []string, cmdutils.GetTextUsingEditor, string, bool, bool, bool)\n\twant (context.Context, cmdutils.Factory, []string, cmdutils.GetTextUsingEditor, string, bool, bool)\ninternal/commands/stack/save/stack_amend_test.go:213:121: too many arguments in call to amendFunc\n\thave (context.Context, *cmdtest.Factory, []string, cmdutils.GetTextUsingEditor, string, bool, bool, bool)\n\twant (context.Context, cmdutils.Factory, []string, cmdutils.GetTextUsingEditor, string, bool, bool)\ninternal/commands/stack/save/stack_amend_test.go:243:83: too many arguments in call to amendFunc\n\thave (context.Context, *cmdtest.Factory, []string, cmdutils.GetTextUsingEditor, string, bool, bool, bool)\n\twant (context.Context, cmdutils.Factory, []string, cmdutils.GetTextUsingEditor, string, bool, bool)\n",
"stdout": "FAIL\tgitlab.com/gitlab-org/cli/internal/commands/stack/save [build failed]\nFAIL\n",
"timed_out": false
}
],
"hidden_apply": {
"elapsed_seconds": 0.009814375080168247,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"original": [
{
"command": "go test ./internal/commands/stack/save -count=1",
"elapsed_seconds": 4.4198339998256415,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/stack/save\t3.679s\n",
"timed_out": false
}
],
"reason": null,
"source_apply": {
"elapsed_seconds": 0.010264875134453177,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"valid": true
}
}
|