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: