vagrant dev: les tests fonctionnels en erreur sur branche master (pb smtp)
What is the current bug behavior?
- Sur la branche
master
, les tests fonctionnels ne marche pas avec une exception lié à la configuration smtp. - Sur la branche
dev
, les tests fonctionnels ne marche pas avec une exception différente qui sera traitée dans une autre issue.
What is the expected *correct *behavior?
- Sur la branche
master
, les tests fonctionnels doivent être 100% au vert.
Relevant logs and/or screenshots
( ! ) Fatal error: Uncaught Cake\Network\Exception\SocketException:
php_network_getaddresses:
getaddrinfo failed: Temporary failure in name resolution
in /home/comptoir/Comptoir-srv/vendor/cakephp/cakephp/src/Network/Socket.php on line 164
( ! ) Cake\Network\Exception\SocketException:
php_network_getaddresses:
getaddrinfo failed: getaddrinfo failed: Temporary failure in name resolution
in /home/comptoir/Comptoir-srv/vendor/cakephp/cakephp/src/Network/Socket.php on line 164
Call Stack
# Time Memory Function Location
1 0.0000 365952 {main}( ) .../index.php:0
2 0.0034 1132664 Cake\Routing\Dispatcher->dispatch( ) .../index.php:36
3 0.0035 1143904 Cake\Http\ActionDispatcher->dispatch( ) .../Dispatcher.php:60
4 0.0236 2345296 Cake\Http\ActionDispatcher->_invoke( ) .../ActionDispatcher.php:95
5 0.0244 2454264 App\Controller\AppController->invokeAction( ) .../ActionDispatcher.php:121
6 0.0244 2454640 call_user_func_array:{/home/comptoir/Comptoir-srv/vendor/friendsofcake/crud/src/Controller/ControllerTrait.php:51} ( ) .../ControllerTrait.php:51
7 0.0244 2454704 App\Controller\Api\V1\UsersController->add( ) .../ControllerTrait.php:51
8 0.1260 2566456 Cake\ORM\Table->save( ) .../UsersController.php:328
9 0.1261 2567440 Cake\Database\Connection->transactional( ) .../Table.php:1492
Possible fixes
Sur la config vagrant pour le développement, il est nécessaire de désactiver l'envoi d'e-mails pour que les tests fonctionnels puissent être exécuté correctement.