erigontech / erigontech/silkworm
silkworm_infra_test: slow BoundedBuffer tests
Open
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Run:
time ./build/silkworm/infra/silkworm_infra_test --min-duration=1
Reports slow tests:
```
2.896 s: BoundedBuffer multiple cycles over the buffer with delayed producer
2.628 s: BoundedBuffer multiple cycles over the buffer with delayed consumer
```
Slow tests should not be a part of the lightweight CI workflow and `make test`.
Contributor guide
Assessment
This issue has not been assessed yet.