Commit 7a89ab1
Matthew Fisher
fix(controller): use postgresql for tests
sqlite3 does not support database transactions, which Deis uses
heavily in both the scheduler as well as in other components.
Regardless, our dev and test environments should be running the
tests on the same environment, so that we can ensure that the tests
should run the same in both environments.1 parent f6d33ce commit 7a89ab1
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
| 288 | + | |
| 289 | + | |
293 | 290 | | |
294 | 291 | | |
295 | 292 | | |
| |||
0 commit comments