Skip to content
Snippets Groups Projects
  1. Feb 03, 2024
  2. Feb 02, 2024
  3. Feb 12, 2024
  4. Jan 08, 2024
  5. Feb 02, 2024
  6. Jan 30, 2024
  7. 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
  8. Nov 23, 2023
  9. Jan 07, 2024
  10. Nov 23, 2023
  11. Jan 07, 2024
  12. Nov 23, 2023
  13. Jan 07, 2024
  14. Jan 06, 2024
  15. Jan 04, 2024
  16. Nov 23, 2023
  17. Jan 04, 2024
  18. Nov 23, 2023
  19. Dec 29, 2023
  20. Nov 23, 2023
Loading