upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/sync/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-09 16:17:25 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-09 16:17:25 +0000
commit83d29a446d96f87e5c947faf49fb33f18db4fc17 (patch)
treece5268bdc30e568b14421d26cf78937b8a06a25e /tests/sync/mod.rs
parent02e957ec97c9a9e6e37eca9c9d4aa6aef4bcd363 (diff)
feat(sync): invalidation + immediate re-processing of maintainer announcements
- Add two-tier rejected events index (hot cache + cold index) - Hot cache: 2-minute in-memory storage of full rejected events - Cold index: 7-day metadata storage for deduplication - Immediate re-processing when owner announcements list maintainers - Fix rejection reason detection to match actual error messages - Rewrite integration tests to use two-relay sync pattern - All tests passing (3 passed, 1 ignored slow test)
Diffstat (limited to 'tests/sync/mod.rs')
-rw-r--r--tests/sync/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sync/mod.rs b/tests/sync/mod.rs
index 58b7354..400341f 100644
--- a/tests/sync/mod.rs
+++ b/tests/sync/mod.rs
@@ -134,5 +134,6 @@ pub mod historic_sync;
134pub mod catchup; 134pub mod catchup;
135pub mod discovery; 135pub mod discovery;
136pub mod live_sync; 136pub mod live_sync;
137pub mod maintainer_reprocessing;
137pub mod metrics; 138pub mod metrics;
138pub mod tag_variations; \ No newline at end of file 139pub mod tag_variations; \ No newline at end of file