1. 14 5月, 2019 1 次提交
    • C
      avocado/utils/network.py: use random port allocation by default · f232e450
      Cleber Rosa 提交于
      AFAICT, most users of find_free_port() don't really care about the
      port number being the first in the range, and to be honest, most users
      I've seen don't even give a range.
      
      So, the result when using the first port in the range is a high change
      of collision, with no real benefit.  Let's change the default policy,
      using a random port allocation.
      
      PS: this is motivated by real world collisions I've experienced when
      running tests in parallel, *and* when running other loads in the same
      machine along tests.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      f232e450
  2. 08 5月, 2019 1 次提交
  3. 07 5月, 2019 3 次提交
  4. 02 5月, 2019 2 次提交
  5. 30 4月, 2019 4 次提交
  6. 27 4月, 2019 6 次提交
  7. 25 4月, 2019 1 次提交
  8. 24 4月, 2019 11 次提交
  9. 23 4月, 2019 7 次提交
  10. 19 4月, 2019 1 次提交
  11. 18 4月, 2019 1 次提交
  12. 17 4月, 2019 2 次提交