-
Notifications
You must be signed in to change notification settings - Fork 29
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
EZP-32283: Fixed File reference storing #160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need integration test coverage here to avoid further regressions
@alongosz integration tests have been added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@barw4 eZ Platform 3.1 is past EOL, please rebase to 1.2
Yes, we need to rebase for 3.2 and up. |
362cd28
to
920c2ed
Compare
Done, let's wait for the tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't this be reproduced on API test case? You'd avoid some of the issues I've just encountered.
But if not, full list of remarks (tests are not working, they're silently skipped)
...re/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageGatewayTest.php
Show resolved
Hide resolved
...lish/Core/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php
Outdated
Show resolved
Hide resolved
...lish/Core/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php
Outdated
Show resolved
Hide resolved
...lish/Core/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php
Outdated
Show resolved
Hide resolved
...lish/Core/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php
Outdated
Show resolved
Hide resolved
...lish/Core/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php
Outdated
Show resolved
Hide resolved
...lish/Core/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php
Show resolved
Hide resolved
...lish/Core/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php
Outdated
Show resolved
Hide resolved
...lish/Core/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageTest.php
Outdated
Show resolved
Hide resolved
...re/FieldType/Tests/Integration/BinaryBase/BinaryBaseStorage/BinaryBaseStorageGatewayTest.php
Show resolved
Hide resolved
@alongosz I'm not sure about tests being silently skipped, when I'm hooking up As for reproducing on API test case, I wanted to avoid that as those tests are basically the same as Some remarks have been handled in 80294ce |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Ok, #160 (comment)
Hmm, ok, let's not spend more time on this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA approved on Ibexa DXP 3.2.5-dev with patch.
Could you merge it up? |
Merged into |
When storing the copied file as a field (for example when copying fields for multiple translations) external data was not updated accordingly which resulted in SQL error.
Checklist:
$ composer fix-cs
).@ezsystems/php-dev-team
).