quickwit-oss/chitchat

ports in unit tests.

Open

#37 aperta il 8 apr 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (62 fork)github user discovery
good first issuehelp wanted

Metriche repository

Star
 (360 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor