You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use postgres for tests instead of dbmem (#87)
Our provider acceptance tests caught a very minor bug in `dbmem`, causing all CI to fail against the latest Coder image.
Since nobody runs Coder using `dbmem`, It'd be better to test that the provider runs against the DB that people actually use.
Running the acceptance tests on my dogfood workspace took ~140 seconds, up from ~80 using `dbmem` - but I think it's a fine tradeoff, and also means we don't need to modify our test suite to workaround the bug.
0 commit comments