Commit ac3c07b
GitHub actions continued (getslash#644) (#2)
* get tests running
* add a redis container
* add pytest durations
* update gitignore
* pin back sqlalchemy and alembic
test_searching.py:test_subject_search
test_searching.py:test_computed_fields failed with sqlalchemy>=1.3
alembic was pinned back so pipenv could resolve dependencies
* try to improve performance of postgres container
https://github.community/t/insight-into-vm-performance/16199/8
* disable fsync
https://pythonspeed.com/articles/faster-db-tests/
* try again
* try a different postgres container
https://stackoverflow.com/a/65444387
* update health check
* fix envvars
* remove durations from unit tests
Co-authored-by: Rotem Yaari <vmalloc@gmail.com>1 parent 44a95c0 commit ac3c07b
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
19 | 28 | | |
20 | 29 | | |
21 | 30 | | |
| |||
0 commit comments