-
Notifications
You must be signed in to change notification settings - Fork 76
Fix tests to be able to finish it successfully #56
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
Fix tests to be able to finish it successfully #56
Conversation
|
Could you check why tests are failing? |
|
@j0k3r From the doctrine1 documentation:
All its failures are currently know as failed. For sure we need to take time to fix them. 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 |
a09379f to
c7c6c9a
Compare
|
@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? |
c7c6c9a to
1c47abd
Compare
|
@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? |
1c47abd to
55526b8
Compare
Just because nothing as been executed. |
|
@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. |
1b42b43 to
63363f3
Compare
d44ca55 to
b62c332
Compare
Tybaze
left a comment
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.
Checked each commit - good job
Run with all env everything is ok
c67b544 to
7376e97
Compare
3c1a6cf to
b5b0ce1
Compare
thePanz
left a comment
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're almost there 👍
Just one small change
|
LGTM @alquerci , woudl you squash some of the commits to have a cleaner git history? wdyt? |
Execute record generator related test first
…ly set on the query
…rayAccess Fix comments for record filter
Co-authored-by: Emanuele Panzeri <[email protected]>
ad477d1 to
da740ae
Compare
|
Ready to merge. |
|
Merged @alquerci (wow, 4 years and 1 month after opening it) 🙈 |
What provides this patch?
testConnectionInformationDecodedas 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