owncloud / brute_force_protection

Brute-force protection app for ownCloud
GNU General Public License v2.0
6 stars 5 forks source link

Login test failed nightly #190

Closed saw-jan closed 1 year ago

saw-jan commented 1 year ago

Build: https://drone.owncloud.com/owncloud/brute_force_protection/2196/11/12

webUIBruteForceProtection/bruteforceprotection.feature:25
  Scenario: login blocked                                                                              # /var/www/owncloud/testrunner/apps/brute_force_protection/tests/acceptance/features/webUIBruteForceProtection/bruteforceprotection.feature:25
    When the user logs in with username "Alice" and invalid password "invalidpassword" using the webUI # WebUILoginContext::userLogInWithUsernameAndInvalidPasswordUsingTheWebUI()
    And the user logs in with username "Alice" and invalid password "invalidpassword" using the webUI  # WebUILoginContext::userLogInWithUsernameAndInvalidPasswordUsingTheWebUI()
    And the blocked user "Alice" tries to login using the password "%regular%" from the webUI          # WebUIBruteForceProtectionContext::theDisabledUserTriesToLogin()
      Page\BlockedUserPage::waitTillPageIsLoaded timeout waiting for page to load (Exception)
    Then the user should be redirected to a webUI page with the title "ownCloud"                       # WebUIGeneralContext::theUserShouldBeRedirectedToAWebUIPageWithTheTitle()

SCENARIO RESULT: (fail)

--- Failed scenarios:
/var/www/owncloud/testrunner/apps/brute_force_protection/tests/acceptance/features/webUIBruteForceProtection/bruteforceprotection.feature:25

1 scenario (1 failed)
7 steps (5 passed, 1 failed, 1 skipped)
0m29.16s (21.79Mb)
webUI test rerun failed with exit status: 1
runsh: Total 2 scenarios (1 passed, 1 failed)
runsh: Exit code of main run: 1
runsh: Total unexpected failed scenarios throughout the test run:
webUIBruteForceProtection/bruteforceprotection.feature:25
saw-jan commented 1 year ago

Could be the side effects of https://github.com/owncloud/core/pull/40520

saw-jan commented 1 year ago

Login in not blocked: https://github.com/owncloud/brute_force_protection/issues/191

saw-jan commented 1 year ago

~Blocked until the issue is addressed.~