twisted / ldaptor

LDAP server, client and utilities, using Twisted Python
MIT License
160 stars 53 forks source link

Testing with Twisted 22.4 results in infinite loop creating temporary config files #238

Open bnavigator opened 2 years ago

bnavigator commented 2 years ago

After updating to Twisted 22.4, the test suite hangs at testGetBaseDNNoOption producing as many temporary empty config files as the filesystem would allow.

Workaround: Remove the cleanup line here: https://github.com/twisted/ldaptor/blob/4bfe2897c8b9b510d647fb1c2a5b50c88d492ab1/ldaptor/test/test_config.py#L27