Closed alquerci closed 2 years ago
Could you check why tests are failing? Thanks
@j0k3r From the doctrine1 documentation:
It is not uncommon for the test suite to have fails that we are aware of. Often Doctrine will have test cases for bugs or enhancement requests that cannot be committed until later versions. Or we simply don’t have a fix for the issue yet and the test remains failing. You can ask on the mailing list or in IRC for how many fails should be expected in each version of Doctrine.
All its failures are currently know as failed. For sure we need to take time to fix them. I estimate in 4 pull request to fix them all.
As I see there is already one #31
Hello @thePanz @mkopinsky
Can you take a look at this patch?
@alquerci added a couple of comments, can you rebase your PR to the new repository fos1/doctrine1
?
@thePanz Code review fixed and the branch is rebased.
Also I add tests/tmp
to .gitignore
and finish to revert this commit 826bc9015c18200d6dd11177ef9b9a296991a31f.
@thePanz What left to do on this PR in order to be merged?
Do we really need to fix all issues on it?
@alquerci I merged some other PRs, can we try to rebase this and check the status again? Thank you for your patience :)
@thePanz Rebased but it seems that it miss the Travis integration.
Until: https://travis-ci.org/alquerci/doctrine1/builds/519115319
@alquerci TravisCI has been re-enabled, can you push again to trigger the CI to run? The first tests are green now (php 5.4 and php 5.5) for: https://travis-ci.org/FriendsOfSymfony1/doctrine1/builds/519309877
The first tests are green now
Just because nothing as been executed. @thePanz Look at this one: https://travis-ci.org/FriendsOfSymfony1/doctrine1/builds/519393560
@alquerci damn, saw them after writing that message
Hello @thePanz
As you said me you took this PR. Did you done any progress or I can resume my work on it in order to have a green status ?
The goal will not to fix all failed test here where for some of there there will be mark as "known failed".
I will be able to work on it during week-ends.
@alquerci unfortunately I had no more time to continue working on this. feel free to take over the MR
@thePanz Thank you for your fast answer.
@thePanz I fixed all issues and reach a green test.
LGTM @alquerci , woudl you squash some of the commits to have a cleaner git history? wdyt?
Ready to merge.
Merged @alquerci (wow, 4 years and 1 month after opening it) :see_no_evil:
What provides this patch?
testConnectionInformationDecoded
as it switch the current connection but never restore.Status before this patch
PHP 5.3
Doctrine_Record_Synchronize_TestCase
Issue: When the order is not explicit then you must not expect that relationships are ordered by the primary key.
Search behavior regarding record generator
PHP > 5.3
PHP 7
PHP all
Doctrine_Ticket_1783_TestCase
Doctrine_Query_MultiJoin_TestCase
Issue: When the order is not explicit then you must not expect that relationships are ordered by the primary key.
Doctrine_Record_FromArray_TestCase
Issue: When the order is not explicit then you must not expect that relationships are ordered by the primary key.
Status after this patch
All tests passes.
cc @j0k3r @GromNaN