Skip to content
Snippets Groups Projects
  1. Feb 02, 2024
  2. Feb 03, 2024
  3. Feb 02, 2024
  4. Feb 12, 2024
  5. Jan 08, 2024
  6. Feb 02, 2024
  7. Jan 30, 2024
  8. Jan 24, 2024
    • Anton Shestakov's avatar
      tests: use sha256line.py instead of /dev/random in test-censor.t (issue6858) · e7be2ddfb4c2
      Anton Shestakov authored
      Sometimes the systems that run our test suite don't have enough entropy and
      they cannot produce target file of the expected size using /dev/random, which
      results in test failures. Switching to /dev/urandom would give us way more
      available data at the cost of it being less "random", but we don't really need
      to use entropy for this task at all, since we only care if the file size after
      compression is big enough to not be stored inline in the revlog. So let's use
      something that we already have used to generate this kind of data in other
      tests.
      e7be2ddfb4c2
    • Anton Shestakov's avatar
      tests: make sha256line.py available for all tests · fa4c4fa232d6
      Anton Shestakov authored
      This was previously only used in test-revlog-delta-find.t, but it will be
      useful (and used) in other tests that might need to generate
      poorly-compressible files.
      fa4c4fa232d6
  9. Nov 23, 2023
  10. Jan 07, 2024
  11. Nov 23, 2023
  12. Jan 07, 2024
  13. Nov 23, 2023
  14. Jan 07, 2024
  15. Jan 06, 2024
  16. Jan 04, 2024
  17. Nov 23, 2023
  18. Jan 04, 2024
  19. Nov 23, 2023
  20. Dec 29, 2023
Loading