Skip to content
Snippets Groups Projects
  1. Mar 26, 2025
  2. Feb 17, 2025
  3. Nov 26, 2024
  4. Aug 27, 2024
  5. Jul 23, 2024
  6. May 28, 2024
  7. Apr 02, 2024
  8. Mar 29, 2024
  9. Mar 13, 2024
  10. Feb 13, 2024
    • Antoine Lambert's avatar
      tests: Fix pytest execution in local venv with editable install · ebf20c2d
      Antoine Lambert authored
      As swh.objstorage.replayer is a sub-package in the swh.objstorage
      implicit namespace, pytest could not import the swh.objstorage.replayer
      modules as it could not find the swh.objstorage.replayer one.
      
      To fix that issue and ensure than tests can be run in a local venv
      but also with tox, remove the use of the `--import-mode=importlib`
      pytest option and use relative imports instead of absolute ones
      when required.
      ebf20c2d
  11. Feb 05, 2024
  12. Dec 13, 2023
  13. Dec 05, 2023
  14. Dec 03, 2023
  15. Nov 30, 2023
  16. Nov 20, 2023
  17. Nov 16, 2023
  18. Jul 07, 2023
  19. May 12, 2023
  20. Mar 08, 2023
  21. Mar 07, 2023
    • David Douard's avatar
      Refactor the content replayer as a class · 84535c11
      David Douard authored
      this allows to make it actually benefit from multithreading, by not
      sharing objstorage instances between threads.
      
      Note: the doctest formely in process_replay_objects_content's docstring
      has been moved to a proper test in test_replay.py; the required mocking
      to make it work is not suitable for docstring anymore.
      84535c11
  22. Feb 17, 2023
  23. Feb 16, 2023
  24. Feb 02, 2023
  25. Jan 09, 2023
  26. Dec 19, 2022
  27. Dec 16, 2022
  28. Dec 09, 2022
  29. Oct 27, 2022
  30. Oct 18, 2022
Loading