CI: Attempt to reduce flaky results of LocalIncomingServerSessionTest
This test fails inconsistently in CI. This commit has some changes that may help it be more stable:
- Implemented a bounded wait for session registration only when a connection is expected
- Added cleanup of mutable S2S-related global properties between test cases
- Removed global TLS context mutation in the initiating dummy (avoids cross-test side effects)
- Prevented duplicate “done” signaling in the dummy’s socket processor
Milan Tyagi <157273416+MilanTyagi2004@users.noreply.github.com>
3126ae9b0428a52b2ef0bd3984793806e96c91ff
OF-3226: Include exception stack trace when LDAP context close fails (#3256)
Milan Tyagi <milantyagi2004@gmail.com>
1ce61bee3b101dcc455c396180ccac78c7985733
OF-2503: Display newlines in details of logged SecurityAuditManager events
Milan Tyagi <milantyagi2004@gmail.com>
05cec7c395cdb21ce350a73383c91a2e2d944696
OF-3225: LDAP authentication logs the wrong exception when the alternate base-DN also fails
Milan Tyagi <milantyagi2004@gmail.com>
492d7950d93136e859bd715b49a63769ed34cae8
OF-3235: Fix malformed link markup in installation guide (hre instead of href)