Service-catalog: Consider running etcd in-process for integration tests

Created on 12 Apr 2017  路  5Comments  路  Source: kubernetes-sigs/service-catalog

The change at https://github.com/coreos/etcd/pull/650 should allow us to run an etcd server inside the integration test process.

testing

Most helpful comment

Can't do it until you go to etcd 3.1.x which has the embed package.

All 5 comments

this should be easier now that we're after the 1.6 rebase.

Can't do it until you go to etcd 3.1.x which has the embed package.

Good to know - thanks @fraenkel.

Is there anything right now that provides the REST API but just stores data in-memory, for example?

Not sure about 'cannot' but probably 'should not'. If we need 3.1, what's the likelihood we get that in a kube v1.6 update vs having to wait 6 months till cube 1.7?

I suppose it is possible we could do a manual pull of 3.1 with glide, but I'm not sure I would advocate for it.

resolved by #1570

Was this page helpful?
0 / 5 - 0 ratings