diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-09 16:17:25 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-09 16:17:25 +0000 |
| commit | 83d29a446d96f87e5c947faf49fb33f18db4fc17 (patch) | |
| tree | ce5268bdc30e568b14421d26cf78937b8a06a25e /tests/sync.rs | |
| parent | 02e957ec97c9a9e6e37eca9c9d4aa6aef4bcd363 (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.rs')
| -rw-r--r-- | tests/sync.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sync.rs b/tests/sync.rs index ad5ca96..104e815 100644 --- a/tests/sync.rs +++ b/tests/sync.rs | |||
| @@ -35,6 +35,7 @@ mod sync { | |||
| 35 | pub mod discovery; | 35 | pub mod discovery; |
| 36 | pub mod historic_sync; | 36 | pub mod historic_sync; |
| 37 | pub mod live_sync; | 37 | pub mod live_sync; |
| 38 | pub mod maintainer_reprocessing; | ||
| 38 | pub mod metrics; | 39 | pub mod metrics; |
| 39 | pub mod tag_variations; | 40 | pub mod tag_variations; |
| 40 | } | 41 | } |