? PR-4.3-dev Pending

User tests: Successful: Unsuccessful:

avatar tatankat
tatankat
15 Sep 2022

Summary of Changes

  • Move ldap tests to integration, so no configuration (nor docker or any other service) is necessary for unit testing
  • Improve/Complete the READMEs on running tests as promised
  • Make ldap server configuration configurable
  • Add 127.0.0.1 to certificate

Testing Instructions

Following the READMEs:

  • Run the unit tests without configuration
  • Run the integration tests with your own ldap server

Actual result BEFORE applying this Pull Request

You spend a lot of time figuring out how the CIs are doing it and copy the same behavior.

Expected result AFTER applying this Pull Request

It took you less time and maybe even tested on your existing ldap server.

Documentation Changes Required

Point people to these READMEs

avatar tatankat tatankat - open - 15 Sep 2022
avatar tatankat tatankat - change - 15 Sep 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 15 Sep 2022
Category Unit Tests Repository
avatar tatankat tatankat - change - 16 Sep 2022
Labels Added: ? PR-4.3-dev
avatar tatankat
tatankat - comment - 20 Sep 2022

@Hackwar I can skip the ldap tests during the Integration tests if JTEST_LDAP_HOST in the xml config is empty, but I did not implement it because that results in false successful integration tests.

avatar Hackwar
Hackwar - comment - 8 Nov 2022

Hey @tatankat, thanks for this work. I'm going to merge this as soon as possible, however I would ask you to indeed mark the tests as skipped as described here https://phpunit.readthedocs.io/en/9.5/incomplete-and-skipped-tests.html if LDAP tests are not explicitely expected to run. We just have way too many people with no ldap and they should be able to run this as well. Do we have to modify the .drone.yml as well?

avatar Hackwar
Hackwar - comment - 11 Nov 2022

I tried several different ways on how to run the openldap docker image, but none worked. I always get "couldn't connect to authentication service". I'm on windows and used the command you provided in the Readme. I adapted the path to my local one and used both host and bridge network and in the configuration I used the IP address, localhost, openldap and none worked. I'm not a pro with Docker, so maybe you can help me?

avatar Hackwar
Hackwar - comment - 11 Nov 2022

And just when I wrote that above, I got it to work. With the command given in the Readme, you get a local server which you can access with localhost:[port]. @tatankat, if you can mark the tests as skipped if ldap_host is empty, I would mark this as a successfull test.

avatar tatankat
tatankat - comment - 11 Nov 2022

@Hackwar Thanks for giving the ldap server a try! I implemented your proposed change and made the documentation a bit more clear.

avatar tatankat
tatankat - comment - 14 Dec 2022

@Hackwar do you expect something else from me?

Once this is merged, I will be able to:

  • enable the test for direct bind for which the fix has been merged
  • enable the test in #37962
  • fix a problem reported by phan (which points rightfully to a bug) and add tests for it to check attribute values.
    As these changes will probably introduce additional conflicts, I am stuck waiting for this to be merged.

I don't know how to fix the existing conflict here. The changes in this PR can overwrite the typo fixes done in #39357 as the documentation is completely updated.

avatar laoneo
laoneo - comment - 23 Jan 2023

Can you fix the conflicts?

avatar laoneo
laoneo - comment - 23 Jan 2023

The integration tests are failing.

avatar tatankat
tatankat - comment - 23 Jan 2023

No, they aren't ;)

avatar laoneo
laoneo - comment - 23 Jan 2023

We will see...

avatar laoneo
laoneo - comment - 26 Jan 2023

Can you fix the conflict here?

avatar laoneo laoneo - close - 26 Jan 2023
avatar laoneo laoneo - merge - 26 Jan 2023
avatar laoneo laoneo - change - 26 Jan 2023
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-01-26 12:08:28
Closed_By laoneo
avatar laoneo
laoneo - comment - 26 Jan 2023

Thank you very much! Will adapt now my unit test pr.

Add a Comment

Login with GitHub to post a comment