aurweb/docker/scripts
Kevin Morris 7b7e571e93
change(FastAPI): run test_initdb.py ahead of time in docker
In some cases, when tests fail through Docker, the database
ends up in an invalid state. This causes subsequent runs to
error out with non-sensical DB errors. The `test_initdb.py`
test suite runs tests which setup every modifiable table
in the database, so let's just run it first here to avoid
any invalid test DB state.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-15 20:16:38 -07:00
..
install-deps.sh fix(FastAPI): Improve sqlite testing speed 2021-10-03 15:59:52 -07:00
install-python-deps.sh use Poetry to deal with deps and package install 2021-09-04 15:46:40 -07:00
run-cgit.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
run-fastapi.sh feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
run-memcached.sh Docker: add service 'memcached' 2021-08-16 22:09:09 -07:00
run-nginx.sh Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
run-php.sh Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
run-pytests.sh change(FastAPI): run test_initdb.py ahead of time in docker 2021-10-15 20:16:38 -07:00
run-redis.sh docker-compose: add redis service 2021-08-17 19:58:26 -07:00
run-sharness.sh fix(FastAPI): Improve sqlite testing speed 2021-10-03 15:59:52 -07:00
run-smartgit.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
run-sshd.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
run-tests.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
setup-sqlite.sh Docker: add scripts/setup-sqlite.sh 2021-06-29 21:53:23 -07:00