commit | 0fa595531d6266ef0760da32b3495fb59d67a7d0 | [log] [tgz] |
---|---|---|
author | Nick Vatamaniuc <vatamane@gmail.com> | Mon Feb 06 15:04:33 2023 -0500 |
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | Mon Feb 06 23:12:04 2023 -0500 |
tree | 16fe286f6f91baeb7a0e5eef4caac2020454ff4f | |
parent | 80b68a053bac7eb06affd20fb762a1fafbdce5ef [diff] |
Allow _local doc writes to the replicator dbs During the VDU -> BDU update we inadvertently blocked _local doc writes to _replicator dbs. This commit rectifies that. Add tests for _local, _design, and regular malformed docs for both the default _replicator db as well for for the prefixed version like $db/_replicator. For completeness, update the _scheduler/docs counts test also test both cases.