1. 29 May, 2018 6 commits
  2. 28 May, 2018 17 commits
  3. 26 May, 2018 6 commits
  4. 25 May, 2018 2 commits
  5. 24 May, 2018 8 commits
  6. 23 May, 2018 1 commit
    • Victor Stinner's avatar
      bpo-33353: test_asyncio uses smaller sendfile data (#7083) · 2932755c
      Victor Stinner authored
      bpo-32622, bpo-33353: sendfile() tests of test_asyncio use socket
      buffers of 1 kB "to test on relative small data sets". Send only
      160 KiB rather 10 MB to make the test much faster.
      
      Shrink also SendfileBase.DATA from 1600 KiB to 160 KiB.
      
      On Linux, 3 test_sock_sendfile_mix_with_regular_send() runs now take
      less than 1 second, instead of 18 seconds.
      
      On FreeBSD, the 3 tests didn't hang, but took 3 minutes. Now
      the 3 tests pass in less than 1 seconds.
      2932755c