ArneDB's avatar

I ran two tests (Dusk & Feature) simultaneously, now I can't run feature tests, anyone had this before?

Hello there,

Title says all, I ran two tests (Dusk & Feature) simultaneously, now I can't run feature tests, anyone had this before? I seem to be getting errors related to database, which make me wonder if my migrations are failing.

For example:

Session is missing expected key [errors].
Failed asserting that false is true.

What happend was, I had a dusk test running in the background, but both my feature test & dusk use :memory: sqlite, and whilest dusk was running I fired a Feature test, just a http test, and I think somehow something got corrupted,

Anyone got any experience with this?

EDIT: also my feature test when I try it seems to be starting up slower and finishes slower then before

0 likes
1 reply
ArneDB's avatar
ArneDB
OP
Best Answer
Level 2

I just rebased to a previous commit and everything is working fine again, really don't know where I went wrong. So strange...

Please or to participate in this conversation.