Skip to content
Snippets Groups Projects
  1. Mar 05, 2021
  2. Mar 03, 2021
  3. Feb 12, 2021
    • juga's avatar
      fix: tests: Run integration tests with chutney · 5b8c47a1
      juga authored
      and adapt the tests to pass.
      \o/
      
      Closes: #40008.
      5b8c47a1
    • juga's avatar
      fix: test: Add chutney configuration · 212047f4
      juga authored
      and scripts to run the integration tests with chutney.
      It does not replace yet the way integration tests are run.
      212047f4
    • juga's avatar
      fix: relaylist: Remove duplicated can exit methods · cd9f82fb
      juga authored
      After refactoring and making clear when we were using exit(s) that can
      exit to all public IPs (and a port) or only some, refactor them
      removing the duplicated code and adding the `strict` argument.
      cd9f82fb
    • juga's avatar
      minor: scanner: Change logic creating the path · 294fc297
      juga authored
      When the relay is not an exit, instead of choosing exits that can
      exit to all IPs, try with exits that can exit to some IPs, since the
      relay will be measured again with a different exit in other loop.
      
      When the relay is an exit, instead of ensuring it can exit all IPs, try
      using it as exit if it can exit to some IPs.
      If it fails connecting to the Web server, then try a 2nd time using it
      as entry to avoid that it will fail in all loops if there is only one
      Web server, cause it will be used again as an exit.
      
      Also, the helper exits don't need to be able to exit all IPs. When a
      helper exit fails to exit (maybe cause it can not exit to the Web
      sever IP), it's not a problem cause in a next loop other exit will be
      choosen.
      
      This change of logic also solves the bug where non exits were being
      used as exits, because we were trying to measure again a relay that
      was used as entry, because it could not exit all IPs, which includes
      also the non exits.
      
      Closes: #40041.
      294fc297
    • juga's avatar
      fix: relaylist: rename exits_not_bad_allowing_port · 3e2e6c7e
      juga authored
      see previous commit
      3e2e6c7e
  4. Jan 08, 2021
  5. Jan 07, 2021
  6. Nov 26, 2020
  7. Jun 25, 2020
  8. Jun 12, 2020
    • juga's avatar
      fix: tests: Create new authority keys · 9cc24476
      juga authored
      because they expired.
      They will expire again in a year.
      Implementing #33150 and using chutney would avoid to update keys.
      
      Closes #34394.
      9cc24476
  9. Jun 08, 2020
  10. Apr 14, 2020
  11. Apr 09, 2020
  12. Mar 21, 2020
    • juga's avatar
      fix: tests: Test state file consistency · 89efc2b6
      juga authored
      Test that two different instances of state don't overwrite each other.
      This test don't past in this commit, will pass in the next bugfix.
      
      Bugfix v0.7.0, which claimed 100% test coverage on state.
      89efc2b6
  13. Mar 09, 2020
Loading