Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

Build: #1547 failed

Job: Run Maven failed

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Lockouts will be audited: Test case result

The below summarizes the result of the test "Lockouts will be audited" in build 1,547 of Openfire - Nightly Maven Install4j Build - Run Maven.
Description
Lockouts will be audited
Test class
org.jivesoftware.admin.LoginLimitManagerTest
Method
lockoutsWillBeAudited
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

org.mockito.exceptions.verification.junit.ArgumentsAreDifferent: 
Argument(s) are different! Wanted:
securityAuditManager.logEvent(
    "test-user-c-pRFqRdm7EB",
    "Failed admin console login attempt",
    "A failed login attempt to the admin console was made from address a.b.c.f. Future login attempts from this address will be temporarily locked out. Future login attempts for this user will be temporarily locked out. "
);
-> at org.jivesoftware.admin.LoginLimitManagerTest.lockoutsWillBeAudited(LoginLimitManagerTest.java:58)
Actual invocation has different arguments:
securityAuditManager.logEvent(
    "test-user-c-pRFqRdm7EB",
    "Failed admin console login attempt",
    "A failed login attempt to the admin console was made from address a.b.c.f. Future login attempts for this user will be temporarily locked out. "
);
-> at org.jivesoftware.admin.LoginLimitManager.recordFailedAttempt(LoginLimitManager.java:148)

org.mockito.exceptions.verification.junit.ArgumentsAreDifferent: 

Argument(s) are different! Wanted:
securityAuditManager.logEvent(
    "test-user-c-pRFqRdm7EB",
    "Failed admin console login attempt",
    "A failed login attempt to the admin console was made from address a.b.c.f. Future login attempts from this address will be temporarily locked out. Future login attempts for this user will be temporarily locked out. "
);
-> at org.jivesoftware.admin.LoginLimitManagerTest.lockoutsWillBeAudited(LoginLimitManagerTest.java:58)
Actual invocation has different arguments:
securityAuditManager.logEvent(
    "test-user-c-pRFqRdm7EB",
    "Failed admin console login attempt",
    "A failed login attempt to the admin console was made from address a.b.c.f. Future login attempts for this user will be temporarily locked out. "
);
-> at org.jivesoftware.admin.LoginLimitManager.recordFailedAttempt(LoginLimitManager.java:148)

	at org.jivesoftware.admin.LoginLimitManagerTest.lockoutsWillBeAudited(LoginLimitManagerTest.java:58)