quickwit-oss/chitchat

ports in unit tests.

Ouverte

#37 ouverte le 8 avr. 2022

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (65 forks)github user discovery
good first issuehelp wanted

Métriques du dépôt

Stars
 (375 étoiles)
Métriques de merge PR
 (Merge moyen 22h 45m) (1 PR mergée en 30 j)

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.

Guide contributeur