quickwit-oss/chitchat

ports in unit tests.

Aberta

#37 aberto em 8 de abr. de 2022

 (0 comentário) (0 reação) (0 responsável)Rust (65 forks)github user discovery
good first issuehelp wanted

Métricas do repositório

Stars
 (375 estrelas)
Métricas de merge de PR
 (Mesclagem média 22h 45m) (1 fundiu PR em 30d)

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.

Guia do colaborador