quickwit-oss/chitchat

ports in unit tests.

Open

#37 opened on Apr 8, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (62 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (360 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide