openzipkin-attic / docker-zipkin

Docker images for OpenZipkin
Apache License 2.0
688 stars 329 forks source link

Integration testing #57

Open codefromthecrypt opened 9 years ago

codefromthecrypt commented 9 years ago

We are at a point where we could start using docker for integration testing.

The closest we have to automated integration is ZipkinQueryServerFeatureTest, as this actually issues GET requests against a live http endpoint. We could look into harvesting this out as an executable spec, like Apiary Blueprint or Swagger Tests

We currently do "manual integration tests" in the following ways.

Travis supports launching docker containers when in legacy mode. We should be able to run at least some of these scenarios automatically.