File size: 1,917 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": "97f74b12b4ef2d73a2fdb7f558b63b6bd733b383",
"parent": "5cef87d9b0de63a0596cbefd370411a6e0733ecb",
"repository_id": "R002",
"schema_version": 1,
"task_id": "TASK_S2_R002_015",
"valid_end_to_end": true,
"validation": {
"commands": [
"go test ./internal/commands/duo/cli -count=1"
],
"elapsed_seconds": 2.069882916053757,
"gold": [
{
"command": "go test ./internal/commands/duo/cli -count=1",
"elapsed_seconds": 0.6988072500098497,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/duo/cli\t0.296s\n",
"timed_out": false
}
],
"hidden": [
{
"command": "go test ./internal/commands/duo/cli -count=1",
"elapsed_seconds": 0.1798336668871343,
"returncode": 1,
"stderr": "# gitlab.com/gitlab-org/cli/internal/commands/duo/cli [gitlab.com/gitlab-org/cli/internal/commands/duo/cli.test]\ninternal/commands/duo/cli/cli_test.go:79:16: undefined: duoNormalizeArchFor\ninternal/commands/duo/cli/cli_test.go:95:9: undefined: detectLinuxX64ArchVariant\n",
"stdout": "FAIL\tgitlab.com/gitlab-org/cli/internal/commands/duo/cli [build failed]\nFAIL\n",
"timed_out": false
}
],
"hidden_apply": {
"elapsed_seconds": 0.009390416089445353,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"original": [
{
"command": "go test ./internal/commands/duo/cli -count=1",
"elapsed_seconds": 1.0219393749721348,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/duo/cli\t0.282s\n",
"timed_out": false
}
],
"reason": null,
"source_apply": {
"elapsed_seconds": 0.010161041980609298,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"valid": true
}
}
|