Skip to content
Snippets Groups Projects
  1. Nov 17, 2021
  2. Oct 31, 2021
  3. Oct 26, 2021
  4. Nov 15, 2021
  5. Nov 14, 2021
  6. Oct 26, 2021
  7. Oct 17, 2021
  8. Nov 11, 2021
  9. Oct 25, 2021
  10. Nov 10, 2021
  11. Nov 05, 2021
  12. Nov 03, 2021
  13. Oct 29, 2021
  14. Oct 25, 2021
  15. Oct 24, 2021
    • Georges Racinet's avatar
      Gitaly Comparison test_find_commits: rewrote with RpcHelper · ff6feb0a8cef
      Georges Racinet authored
      Now it compares the entire streams of responses and not just
      lists of commit ids. That being said, it's easy to make a
      test irrelevant with a bug that would have both Mercurial
      and Git return empty responses.
      
      Had to shoehorn somewhat the switch to sorting mode and back,
      using a custom attribute on `rpc_helper`, but that still works.
      
      Additional remarks:
      
      - if a changeset user is `testuser`, then Git puts `none@none` for
        the email address.
      - some assertions are now self-explanatory, we need less comments
      ff6feb0a8cef
    • Georges Racinet's avatar
      Gitaly Comparison tests: improve RpcHelper request conversion to Git · 2e458e280ed5
      Georges Racinet authored
      It is now able to handle `..` and `...` ranges.
      Also, an incoming non-sha revision is now returned untouched:
      this will be useful for arguments that can be either symbolic
      (e.g., refs) and direct SHAs.
      2e458e280ed5
Loading