Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Jan 09, 2023
  3. Dec 19, 2022
  4. Dec 16, 2022
  5. Dec 09, 2022
  6. Oct 27, 2022
  7. Oct 18, 2022
  8. Aug 23, 2022
  9. Jun 22, 2022
  10. Jun 21, 2022
  11. May 09, 2022
  12. Apr 26, 2022
  13. Apr 21, 2022
  14. Apr 08, 2022
  15. Apr 06, 2022
  16. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · 37535c3d
      Antoine Lambert authored
      Due to test modules being copied in subdirectories of the
      build directory by setuptools, it makes pytest fail by raising
      ImportPathMismatchError exceptions when invoked from root
      directory of the module.
      
      So ignore the build folder to discover tests.
      37535c3d
  17. Feb 10, 2022
  18. Feb 07, 2022
  19. Jan 21, 2022
  20. Jan 13, 2022
    • David Douard's avatar
      Make the copy process of blob objects run with thread concurrency · 0dffebc4
      David Douard authored
      for each batch of messages, dispatch the copy of individual objects in a
      ThreadPoolExecutor.
      The idea is to allow concurrency to ge beyong process parallelism
      provided by kafka consumer groups. Since the copy a one object is mainly
      IO bound (check existence in destination objstare, retrieve from source
      objstorage, put in destination objstorage) with possibly large delays
      (eg. retrieveing a blob from s3 imply a minimum 150/200ms delay before
      the HTTP request is replied, whatever the size of the object);
      this tries to parallelize those delays.
      0dffebc4
  21. Jan 04, 2022
  22. Dec 16, 2021
  23. Dec 02, 2021
  24. Nov 25, 2021
    • David Douard's avatar
      Small code refactoring in test_cli · 00244356
      David Douard authored
      make '_fill_objstorage_and_kafka()' take the actual objstorage as
      argument, instead of the dict of objstorages ("src", "dst"). The "dst"
      objstorage is not used in the function, and it make the intent of this
      later clearer.
      00244356
  25. Jun 09, 2021
  26. Apr 26, 2021
  27. Mar 08, 2021
  28. Jan 05, 2021
  29. Nov 10, 2020
  30. Oct 22, 2020
  31. Oct 09, 2020
  32. Oct 02, 2020
Loading