absolute-quantum / DoctrineEncryptBundle

:key: Encrypted symfony entities by verified and standardized libraries
https://packagist.org/packages/michaeldegroot/doctrine-encrypt-bundle
MIT License
142 stars 74 forks source link

upgrading to 5.1 from 5.0.3 made the tests crash #67

Closed encreinformatique closed 2 years ago

encreinformatique commented 2 years ago

I upgraded the bundle to 5.1.0 on a project. This was the only updated dependency, no change of code except adding type hinting on classes extending some classes of this bundle.

Our tests are failing with the following message /bin/bash: line 1: 11194 Killed and then display Exited with code exit status 137 on CircleCI. Locking the bundle in our composer to 5.0.3 (leaving the type hint of our inherited classes) makes the tests pass. This is very strange.

There are 20 files that were changed from 5.0.3 so I will try to isolate the change and submit a PR if I find anything. This is very strange.

encreinformatique commented 2 years ago

Explanation on #70, thank you @virtualize