vector: `test_max_size` test is failing
test_max_size test is failing, we should investigate. This started happening more frequently with tokio-compat migration, however this migration is suspected not to be root cause, as it seems like this issue was happening before.
We need to investigate the problem with test_max_size and surrounding tests and fix it.
A sample failed CI run: https://circleci.com/gh/timberio/vector/90109
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (17 by maintainers)
Very nice. Appreciate you digging into these problems.
@stbrody neat, I didn’t realize we already have
MockSourceConfigand other mocks! Thanks for pointing me at them! This is perfect, and I don’t think we even need a counter here - we simply need a way to ingest the events without a race condition, and a blocking receiver should to the trick!