Closed justclint closed 4 years ago
The error message is coming from this feature of the Lightning Behat context that monitors the watchdog for errors: https://git.drupalcode.org/project/lightning/-/blob/8.x-2.x/tests/features/bootstrap/lightning.behat.inc#L83
It looks like you are running a pretty old version of Lightning, that code was removed in 8.x-3.x. If you upgrade, you might still get the session warning but it might not fail tests.
I don't know what's causing the session warnings, but I don't see any evidence that it's caused by BLT. Given the old version of Lightning, I suspect some other part of your testing stack is also out of date (especially Drupal Extension) and updating may fix it.
Great, thanks @danepowell! We'll get lightning updated.
Seems like we were on the latest lighting. Ive moved this issue over to lighting issues: https://www.drupal.org/project/lightning/issues/3132956
Thanks!
Describe the bug After updating to BLT 11 we've started experiencing some intermittent errors with our travis builds that fail during the behat test but oddly the behat scenarios/steps themselves are not failing.
Attempting to restart the travis build will sometimes end up completing successfully which makes this that much more bizarre. In some cases Ive restarted the build 4 or 5 times until it finally passes. But when it fails its always the same error as below.
To Reproduce Commit new feature branch to repo to trigger travis build.
Expected behavior Travis tests and builds completely and successfully.
Detailed error output
BLT doctor output
System information
Additional context Just wanted to point out what seems strange is our behat scenerio & steps pass as you can see in the travis build:
but for whatever reason it still fails.