Wolfgang Walther and Wolfgang Walther
69b459e7b6
Use environment variables for configuration in developer tooling
...
Avoid the need for configuration files for temporary database connections.
2020-12-23 19:39:40 +01:00
Remo and GitHub
8b41b71db7
More consistent loading of the test fixtures ( #1506 )
...
Remove db setup from the Haskell test suite and include it in the test bash scripts.
2020-04-29 12:22:15 -05:00
Robert Vollmert and Steve Chávez
e34669b137
More helpful usage messages for test/create_test_db
2019-05-31 18:27:11 -05:00
Xavier Francisco and Steve Chávez
87f7e86aa7
Set fts tests language instead of depending on system default ( #1276 )
2019-04-13 19:50:45 -05:00
Xavier Francisco and Steve Chávez
63826e9509
Fix tests with postgres instances with a different locale ( #1269 )
...
* Fix LC_MONETARY
* Add other local parameters
* Change syntax to support 9.4
2019-04-08 10:34:59 -05:00
steve-chavez
6fc9d5191a
Move create/destroy db scripts to bash
...
There was a "[[: not found" error with sh
2018-06-22 10:48:54 -05:00
steve-chavez
100bf494ac
Move database creation/destruction scripts to sh
...
Bash is not available on /bin/bash on some linux distros like NixOS
2018-06-19 11:17:59 -05:00
daurnimator and Joe Nelson
adb3f5c8c0
Allow passing URI with database to tests ( #942 )
2017-08-23 19:42:05 -05:00
Joe Nelson and GitHub
84f68c68cb
Public schema table embedding ( #803 )
...
* Alter fixture to test objects in public schema
Properly erase and restore the public schema -- requires permissions to install pgcrypto each time.
* Test for fks through public schema tables
* Thanks @fab1an
2017-02-12 16:32:15 -08:00
Ruslan Talpa and Joe Nelson
16fd3a57ff
Fix #746 ( #769 )
...
also fix broken text env
After the last couple of commits the tests ran correctly only on a
fresh db, in addition, the roles within the db were not created/dropped
on each request and we need that since their privileges differ and we
need to to have an absolute clean db on each execution
2016-12-18 15:46:53 -08:00
dsimunic and Joe Nelson
0d85152e42
Improve test db management ( #747 )
2016-12-01 21:06:10 -08:00