-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
behat failures related to touch() #108
Comments
I have seen similar thing recently. You are right regarding the cause. Basically, we initialise/execute Behat using command similar to
The actual steps are performed through the webserver, which means filesystem is accessed by The workaround, as you may guess, running behat using
You would still need to initialise behat as normal (as root), since populating composer cache and vendor data requires write permission outside test data directories. |
HI @kabalin, TIA, |
Hi @scara, done ^. Thanks! |
Was performing a complete run locally (docker on MacOSX) and got these 6 consistent failures (rerun them a number of times):
Worth investigating them, usually touch cries when the user is not exactly the same and things like that...
Ciao :-)
The text was updated successfully, but these errors were encountered: