Skip to content

Commit 8a5c1f9

Browse files
committed
test(agent): add tokio actor system regression tests
Signed-off-by: Joseph Livesey <[email protected]>
1 parent ef1de38 commit 8a5c1f9

File tree

2 files changed

+475
-0
lines changed

2 files changed

+475
-0
lines changed

crates/tap-agent/src/agent.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ pub mod sender_allocation_task;
6868
/// Comprehensive tests for tokio migration
6969
#[cfg(test)]
7070
mod test_tokio_migration;
71+
/// Regression tests comparing ractor vs tokio behavior
72+
#[cfg(test)]
73+
mod test_tokio_regression;
7174
/// Unaggregated receipts containing total value and last id stored in the table
7275
pub mod unaggregated_receipts;
7376

0 commit comments

Comments
 (0)