quickwit-oss/chitchat

ports in unit tests.

开放

#37 创建于 2022年4月8日

 (0 条评论) (0 个反应) (0 位负责人)Rust (65 个派生)github user discovery
good first issuehelp wanted

仓库指标

星标
 (375 个星标)
PR 合并指标
 (平均合并 22小时 45分钟) (30 天内合并 1 个 PR)

描述

Unit tests are using manually cherry-picked port that do not overlap... That is a deep paper cut, but also it might break unit tests if the system has this port busy by a different application.

We can probably find a way to rely on port 0 in unit tests and have the OS pick an available port for us.

贡献者指南