-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 5997 - test_inactivty_and_expiration CI testcase is wrong (#5999)
Problem: test case is not doing what it is supposed to do because the inactivity limit is often smaller than the server restart time so in most case the test only checks the account inactivity limit. But once timing issue are fixed, there is a second issue #5998 (looks like the tested feature does not work as intended!) Solution: Increase the inactivity limit to 1 minute Make sure we wait enough time to trigger the inactivity limit since last password change but not since last bind. Mark the test as xfail because of issue #5998 that is not fixed by this PR Issue #5997 reviewed by: @droideck (Thanks!)
- Loading branch information
1 parent
139748a
commit 8e3f945
Showing
1 changed file
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters