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/mod.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/mod.rs')
| -rw-r--r-- | tests/sync/mod.rs | 1 |
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; | |||
| 134 | pub mod catchup; | 134 | pub mod catchup; |
| 135 | pub mod discovery; | 135 | pub mod discovery; |
| 136 | pub mod live_sync; | 136 | pub mod live_sync; |
| 137 | pub mod maintainer_reprocessing; | ||
| 137 | pub mod metrics; | 138 | pub mod metrics; |
| 138 | pub mod tag_variations; \ No newline at end of file | 139 | pub mod tag_variations; \ No newline at end of file |