Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
github
/
vitess-gh
зеркало из
https://github.com/github/vitess-gh.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули vitess-gh
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
8058dd0359
vitess-gh
/
.dockerignore
4 строки
50 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Add .dockerignore to exclude intermediate Godeps output. These files will cause errors in the Docker build if the host system has a different version of Go than the base image.
2015-04-20 23:10:40 +03:00
Godeps/_workspace/pkg
Godeps/_workspace/bin
Add test-runner script for integration tests in Docker. This is an alternative to 'make integration_test', with the following advantages: * Tests run in Docker, so no bootstrap is necessary. * Tests are hermetic and can run in parallel. * Test against different flavors just by setting a flag. * Failing tests are retried to see if they are flaky. * A failed test will be recorded for later inspection, while the script continues to run other tests. * A test that takes too long will be considered stuck and retried. There's plenty of room for improvement, but now that we have something in a more readable language than Makefile, we can iterate.
2015-04-22 06:12:20 +03:00
_test