You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
I've setup my workstation as described here and could successfully run unit and acceptance tests (on virtualbox). But when I try to run the integration tests, I get the following error:
Expected error:
<errors.ComplexError>: {
Err: {s: "Deploying"},
Cause: {
Err: {
s: "Creating instance 'fake-deployment-job-name/0'",
},
Cause: {
Err: {
s: "Waiting until instance is ready",
},
Cause: {
Err: {
s: "Starting SSH tunnel",
},
Cause: {
Err: {
s: "Listening on remote server",
},
Cause: {
s: "ssh: tcpip-forward request denied by peer",
},
},
},
},
},
}
Deploying: Creating instance 'fake-deployment-job-name/0': Waiting until instance is ready: Starting SSH tunnel: Listening on remote server: ssh: tcpip-forward request denied by peer
not to have occurred
Is it required to run bin/mockgen? When doing so, I get the following error:
I've setup my workstation as described here and could successfully run unit and acceptance tests (on virtualbox). But when I try to run the integration tests, I get the following error:
Is it required to run
bin/mockgen
? When doing so, I get the following error:The text was updated successfully, but these errors were encountered: