Add security tests for pool writer and pool refill functionality

This commit is contained in:
David Osipov
2026-03-20 00:07:41 +04:00
parent 7416829e89
commit 754e4db8a9
5 changed files with 364 additions and 18 deletions

View File

@@ -29,6 +29,10 @@ mod health_integration_tests;
mod health_adversarial_tests;
#[cfg(test)]
mod send_adversarial_tests;
#[cfg(test)]
mod pool_writer_security_tests;
#[cfg(test)]
mod pool_refill_security_tests;
use bytes::Bytes;