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.

貢獻者指南