Introduce autotest.sh for LDAP integrations tests, a minor fix and some …#23832
Introduce autotest.sh for LDAP integrations tests, a minor fix and some …#23832blizzz wants to merge 10 commits into
Conversation
|
By analyzing the blame information on this pull request, we identified @MorrisJobke, @DeepDiver1975 and @LukasReschke to be potential reviewers |
|
|
@MorrisJobke see the readme file: |
🙈 |
|
@blizzz I like this - I'm willing to setup this on jenkins as soon as this is fully automated by running one script. |
|
@DeepDiver1975 Roger, I'll tune autotest.sh to get the additional files and create a default config
|
29af179 to
a51b23f
Compare
|
@DeepDiver1975 @MorrisJobke please have a fresh look. Requires wget to fetch files. |
|
Funny ... it starts a lot of containers, prints no errors but also doesn't list any tests. The return value is 0. |
|
Is this intended?
Edit blizzz: checkbox |
|
No, that's strange, I give it another look. |
owncloud/administration#75 This makes the output less verbose and errors are still shown. |
|
which errors are shown? I silenced it down some more, including wget, for me it now looks like: Mind to retry? P.S.: i have it also successfully running on a Debian 8.4 VM with 4.5 Linux kernel. |
I just tested with a mistyped image name. So no error during the autotest.sh run. Maybe its because I use a non-conventional setup, where the ports are not forwarded to localhost, but the VM, where the docker is running. (on OS X I need to use this) But the output looks weird: Maybe the error handling needs to be improved |
|
@MorrisJobke that's still not how it should look like. Compare with my output. |
Ah… well, well, I did not get a single commit inside that file 👅 ;) |
Ah ... it was Vincent :D No worries :) I managed to fix it. |
|
I did not retest yet, but as far as i can see basically needs to be dealt with. |
|
Needs rebase. Massive conflicts due to the move to PSR-4 😦 CC @nickvergessen if you can help somehow |
|
I can try to do the rebase, but as far as I can see, there are still open comments. |
It might be just as well, that ownCloud caught an error making php exit with 0.
b4c6c52 to
97cf381
Compare
|
Rebased (without addressing additional comments) |
|
Moving this to 9.2 |
|
@DeepDiver1975 something to move and reuse in the user_ldap repo ? |
|
@jvillafanez move to the ldap repo ? |
|
Move to owncloud/user_ldap#17 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
…cleanup
I just run this as root (because docker):
It would stop after the first test that fails.
@DeepDiver1975 @MorrisJobke