An error occurred fetching the project authors.
  1. 12 Dec, 2021 1 commit
    • Jérome Perrin's avatar
      software/proftpd/test: relax assertion on TestBanLog · 97f4a5fb
      Jérome Perrin authored
      We observed some test failures like for example 1 where this assertion
      was failing because message is `Error reading SSH protocol banner`.
      
      Because the purpose of this specific test is to check that log rotation
      of ban log work as expected and because we test more thoroughly the
      ban itself in TestBan.test_client_are_banned_after_5_wrong_passwords, we
      can simplify this test by just asserting that connection was refused, by
      expecting a general exception. We don't care about the details of the
      exception here.
      
      After a ban, the first connection attemps seem to always be refused with
      "Connection reset by peer" and that's why we did not observed failures
      with TestBan.test_client_are_banned_after_5_wrong_passwords
      
      [1]: https://nexedijs.erp5.net/#/test_result_module/20211208-1520AC26C/21
      97f4a5fb
  2. 18 Nov, 2021 1 commit
  3. 07 Oct, 2021 1 commit
  4. 11 Jun, 2021 1 commit
  5. 10 Jun, 2021 1 commit
  6. 16 Oct, 2020 1 commit
  7. 07 Oct, 2019 1 commit
  8. 20 Dec, 2018 1 commit
  9. 23 May, 2018 1 commit
  10. 17 Apr, 2018 1 commit
  11. 15 Apr, 2018 1 commit
    • Jérome Perrin's avatar
      proftpd: instance test suite · a5d326d7
      Jérome Perrin authored
      To run tests locally by `python setup.py test`
      
      This is a new kind of test suite that compile software, request instance
      with specific parameters and check that the instance works as expected.
      a5d326d7