File size: 2,468 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": "05d58eb1a50c1fc4d804f27fd4d5a006c921e4fd",
"parent": "71a96cf3be9940f846e5d412ccd2b18fae8968f7",
"repository_id": "R002",
"schema_version": 1,
"task_id": "TASK_S2_R002_003",
"valid_end_to_end": true,
"validation": {
"commands": [
"go test ./internal/commands/auth/login -count=1"
],
"elapsed_seconds": 7.826434458838776,
"gold": [
{
"command": "go test ./internal/commands/auth/login -count=1",
"elapsed_seconds": 2.5291800000704825,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/auth/login\t2.096s\n",
"timed_out": false
}
],
"hidden": [
{
"command": "go test ./internal/commands/auth/login -count=1",
"elapsed_seconds": 0.18410812504589558,
"returncode": 1,
"stderr": "# gitlab.com/gitlab-org/cli/internal/commands/auth/login [gitlab.com/gitlab-org/cli/internal/commands/auth/login.test]\ninternal/commands/auth/login/login_test.go:459:10: undefined: initialAPIHostname\ninternal/commands/auth/login/login_test.go:468:10: undefined: initialAPIHostname\ninternal/commands/auth/login/login_test.go:476:10: undefined: initialAPIHostname\ninternal/commands/auth/login/login_test.go:487:10: undefined: initialSSHHostname\ninternal/commands/auth/login/login_test.go:498:10: undefined: initialSSHHostname\ninternal/commands/auth/login/login_test.go:507:10: undefined: initialSSHHostname\ninternal/commands/auth/login/login_test.go:518:10: undefined: initialContainerRegistryDomains\ninternal/commands/auth/login/login_test.go:526:10: undefined: initialContainerRegistryDomains\n",
"stdout": "FAIL\tgitlab.com/gitlab-org/cli/internal/commands/auth/login [build failed]\nFAIL\n",
"timed_out": false
}
],
"hidden_apply": {
"elapsed_seconds": 0.010852667037397623,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"original": [
{
"command": "go test ./internal/commands/auth/login -count=1",
"elapsed_seconds": 4.9369800828862935,
"returncode": 0,
"stderr": "",
"stdout": "ok \tgitlab.com/gitlab-org/cli/internal/commands/auth/login\t4.159s\n",
"timed_out": false
}
],
"reason": null,
"source_apply": {
"elapsed_seconds": 0.010441459016874433,
"returncode": 0,
"stderr": "",
"stdout": ""
},
"valid": true
}
}
|