Skip to content

fix(replication): Propagate errors on 'paused' from underlying replication#9198

Merged
janl merged 1 commit intoapache:masterfrom
maralorn:maralorn/fix-replication-propagate-errors-on-paused-from-underlying-replication-to-sync-event
Mar 13, 2026
Merged

fix(replication): Propagate errors on 'paused' from underlying replication#9198
janl merged 1 commit intoapache:masterfrom
maralorn:maralorn/fix-replication-propagate-errors-on-paused-from-underlying-replication-to-sync-event

Conversation

@maralorn
Copy link
Contributor

@maralorn maralorn commented Mar 11, 2026

Overview

Fixes #9197

Testing recommendations

Start a PouchDB .sync against e.g. a non-existent remote. Observe the correct paused event being emitted.

Related Issues or Pull Requests

Fixes #9197

Checklist

  • I am not a bot
  • This is my own work, I did not use AI, LLM's or similar technology for code or docs generation
    • For full transparency: I typed, committed and tested these changes completely on my own, but Claude found the bug for me and recommended this exact fix.
  • Code is written and works correctly
  • Changes are covered by tests
  • Documentation changes were made in the docs folder

@janl janl merged commit b36628f into apache:master Mar 13, 2026
170 of 172 checks passed
@janl
Copy link
Member

janl commented Mar 13, 2026

thank you for being upfront about your use of LLM tooling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'paused' event of .sync() does not emit errors from underlying replication

2 participants