Skip to content
Snippets Groups Projects
  1. Jun 17, 2024
    • Dmitry Rodionov's avatar
      rework free port detection in tests · 56e9a9c4
      Dmitry Rodionov authored
      The patch changes how ports are assigned to nodes started in tests.
      Previously port range was given to any xdist worker and each test chose
      ports from the beginning of the range which can lead to conflicts. So
      with the patch tests can no longer have interleaving port ranges.
      
      Additionally ports were previously checked but the check was failing the
      whole test in case of a failure. With the patch occupied ports are
      skipped instead.
      
      The patch also fixes a source of flakiness in PluginReflection
      PluginReflection
      56e9a9c4
  2. Jun 14, 2024
  3. Jun 13, 2024
  4. Jun 11, 2024
  5. Jun 10, 2024
  6. Jun 07, 2024
  7. Jun 06, 2024
  8. Jun 05, 2024
Loading