Commit da62909
committed
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 class1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments