open-nomad/e2e/migrations
Chelsea Holland Komlo 48ecec6dfb fix up goimports 2017-10-24 10:06:02 -04:00
..
Dockerfile clean up unused dependencies 2017-10-20 15:28:49 -04:00
README.md add polling instead of waits 2017-10-23 14:17:34 -04:00
client1.hcl add e2e test for testing migrations 2017-10-20 14:23:06 -04:00
client2.hcl add e2e test for testing migrations 2017-10-20 14:23:06 -04:00
docker-init.sh add e2e test for testing migrations 2017-10-20 14:23:06 -04:00
docker-run.sh clean up unused dependencies 2017-10-20 15:28:49 -04:00
migrations_test.go fix up goimports 2017-10-24 10:06:02 -04:00
server.hcl add e2e test for testing migrations 2017-10-20 14:23:06 -04:00

README.md

End to end tests for migrating data in sticky volumes

These tests run in a docker container to ensure proper setup/teardown.

To create the testing image: ./docker-init.sh

To run tests: ./docker-run.sh

TODO:

  1. Specify how many servers/clients in the test
  2. Have a callback to specify the client options
  3. Run servers/clients in the docker container, return IP addresses for each instance, but have the test run on the host.