kompics/kompact

Flaky network integration test

adamhass opened this issue · 0 comments

The test remote_delivery_overflow_network_thread_buffers is flaky.

Failed Job here:
https://travis-ci.com/github/kompics/kompact/jobs/461103037

It's supposed to overflow buffers which leads to connection attempts being dropped until the buffers are released by a timeout, so it's time sensitive by nature.

A fix shoul be to make the small_pinger systems connection_retry_interval longer than the ponger_systems connection_retry_interval * max_connection_retry_attempts and adjust the in-between wait times accordingly.