1. Sep 15, 2018
    • David Steele's avatar
      Ease up the slow file test, for pypy · 995bbea4
      David Steele authored
      The concurrency test is essentially a race between a file read,
      with a 1 second delay, and 40 1-byte net reads, with a 10msec delay.
      
      Pypy can fail this test, for reasons that appear to have nothing to
      do with the goal of the test.
      
      Ease the goal to allow pypy to catch up.
      995bbea4
  2. Aug 12, 2018
  3. Jul 04, 2018
  4. Jul 01, 2018
  5. Jun 30, 2018
  6. Feb 27, 2018
  7. Feb 13, 2018
  8. Oct 24, 2017
  9. Oct 22, 2017
  10. Oct 20, 2017
  11. Sep 09, 2017
  12. Jul 03, 2017
  13. Jun 25, 2017
  14. Jun 08, 2017
    • Nehal J Wani's avatar
      Make sendfile_file test conditional · b1355df8
      Nehal J Wani authored
      For certain kernel versions, the test fails with OSError: [EINVAL]
      
      According to man(2) sendfile:
      
      In Linux 2.4 and earlier, out_fd could also refer to a regular file; this
      possibility went away in the Linux 2.6.x kernel series, but was restored in
      Linux 2.6.33
      
      This patch skips the test sendfile_file on kernel versions which fall in the
      above range
      b1355df8
  15. Jun 05, 2017