linkerd/linkerd

integration tests for consul namer

Open

#639 opened on Sep 8, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Scala (496 forks)batch import
hacktoberfesthelp wanted

Repository metrics

Stars
 (5,324 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We should add integration tests (i.e under namer/consul/src/integration) that exercise end-to-end interactions with a real consul server.

Ideally:

  1. Build a consul namer from configuration yaml
  2. register services into consul
  3. exercise that naming works properly
  4. update service registration in consul
  5. ensure updates
  6. check that stats were recorded properly.

Contributor guide