You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #668 Debugging CI Failure related to doctrine/persistence (weaverryan)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Debugging CI Failure related to doctrine/persistence
The tests are now mostly fixed, after a few vendor libraries implemented fixes.
However, there is still one test that's failing, and I'm unable to repeat it locally:
https://travis-ci.org/github/symfony/maker-bundle/jobs/721078624#L366
This started erroring between builds 2377 and 2380. No relevant changes were made to Maker, but there *were* some significant Doctrine vendor updates:
```
from: doctrine/persistence (1.4.x-dev 7faf8b7):
to: doctrine/persistence (2.0.x-dev ebb6c32):
from: doctrine/doctrine-bundle (dev-master b74e72c):
to: doctrine/doctrine-bundle (dev-master 78b13d5):
Summary: basically just the allowing of doctrine/persistence v2
from: doctrine/common (2.13.x-dev f3812c0):
to: doctrine/common (dev-master c799163):
```
The tl;dr is that something in doctrine/persistence 2 or doctrine/common 3 is causing a failure that I can't repeat locally.
Commits
-------
aa32751 Added missing catch for Doctrine persistence class
0 commit comments