quickwit-oss/chitchat

ports in unit tests.

オープン

#37 opened on 2022/04/08

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (65 件のフォーク)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (375 個のスター)
PR merge metrics
 (平均マージ 22h 45m) (30d で 1 merged 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.

コントリビューターガイド