Adding resharding.py to test suite.

This commit is contained in:
Alain Jobart 2013-08-06 12:26:59 -07:00
Родитель e0debcfdb5
Коммит 8d213ee86f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,7 @@ integration_test:
cd test ; echo "updatestream test"; time ./update_stream.py cd test ; echo "updatestream test"; time ./update_stream.py
cd test ; echo "rowcache_invalidator test"; time ./rowcache_invalidator.py cd test ; echo "rowcache_invalidator test"; time ./rowcache_invalidator.py
cd test ; echo "secure test"; time ./secure.py $$VT_TEST_FLAGS cd test ; echo "secure test"; time ./secure.py $$VT_TEST_FLAGS
cd test ; echo "resharding test"; time ./resharding.py $$VT_TEST_FLAGS
clean: clean:
cd go/cmd/mysqlctl; go clean cd go/cmd/mysqlctl; go clean