@chrisoldwood @thirstybear @tdpauw @mrksdck I’m hesitant to couple tests to the DB like this, even when it’s a really fast DB, but I can definitely agree that it’s not subject to the same failures as e.g. a bazillion WebDriver tests. I’ve done it myself with PostgreSQL in two previous jobs (though TBF, this was on integration layers; effectively very large “adapters” in ports+adapters parlance). There’s a flag to disable fsync which is really dangerous in production but great for testing.