mirror of https://github.com/zulip/zulip.git
94c61f5507
Currently our test database is backed by sqlite; this commit moves us to using postgres for our all database needs. This, in conjunction with the patched django on github, allow us to have fewer hacks and more true-to-life tests. It also sets the stage for testing the bulk_create and schema search_path patches made to django. Developers will need to run: ./tools/postgres-init-test-db ./tools/do-destroy-rebuild-test-database this is assuming that they have already run: ./tools/postgres-init-db ./tools/do-destroy-rebuild-database at some point on this pg_cluster. (The ordering is important; it will other- wise complain about the south_migration table). (imported from commit c56c6f27e13df7ae10b2e643e65d669dde61af3d) |
||
---|---|---|
.. | ||
humbug_tools | ||
inject-messages | ||
jslint | ||
print-all | ||
backup | ||
build-api-tarball | ||
check-all | ||
clean-branches | ||
clean-repo | ||
deploy-branch | ||
django-template-graph | ||
do-destroy-rebuild-database | ||
do-destroy-rebuild-test-database | ||
merge-messages-logs | ||
msmtprc.example | ||
munge_postgres_logs.pl | ||
node | ||
post-receive | ||
postgres-init-db | ||
postgres-init-test-db | ||
purge-deployments | ||
restart-server | ||
review | ||
run-dev.py | ||
test-all | ||
test-backend | ||
update-deployment | ||
update-prod-static |