-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 test bug #14441
Comments
Sylius issues should be used to report bugs, propose new features, and discuss new functionalities. For quick help please use our Slack channel. @Ferror as it is Docker related, will you have a moment to look at it? |
Reproduced the same. @Ferror this makes both docker-compose files in the project fully broken. :)
|
I was able to bypass this error by adding cache warmup to makefile, though I don't think this is a correct solution.
Note, that if
solves the issue, though maybe there is more graceful solution. |
When i try to launch Behat test ;
'ive got this error :
Running fixture "locale"...
2022-10-13T09:16:08.360469400Z Running fixture "currency"...
2022-10-13T09:16:08.370259800Z Running fixture "geographical"...
2022-10-13T09:16:08.399221700Z Running fixture "taxon"...
2022-10-13T09:16:08.450576900Z Running fixture "channel"...
2022-10-13T09:16:08.465744000Z Running fixture "payment_method"...
2022-10-13T09:16:08.467926700Z
2022-10-13T09:16:08.468020100Z Warning: require(/app/var/cache/test_cached/doctrine/orm/Proxies/CG__SyliusComponentCoreModelShopBillingData.php): Failed to open stream: No such file or directory in /app/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php on line 197
2022-10-13T09:16:08.474039800Z
2022-10-13T09:16:08.482471800Z In AbstractProxyFactory.php line 197:
2022-10-13T09:16:08.482540600Z
2022-10-13T09:16:08.482555900Z Failed opening required '/app/var/cache/test_cached/doctrine/orm/Proxies/
2022-10-13T09:16:08.482563700Z CG__SyliusComponentCoreModelShopBillingData.php' (include_path='.:/usr/shar
2022-10-13T09:16:08.482571700Z e/php')
2022-10-13T09:16:08.482578100Z
I launch service docker file : docker-compose.test.yaml
I miss something ?
The text was updated successfully, but these errors were encountered: