quickwit-oss/chitchat

ports in unit tests.

Offen

#37 geöffnet am 08.04.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (65 Forks)github user discovery
good first issuehelp wanted

Repository-Metriken

Stars
 (375 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 22h 45m) (1 gemergte PR in 30 T)

Beschreibung

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