Skip to content

The two database implementations handle documents in mark-methods differently #336

Description

@laserval

For mongoDB, the document sent to markProcessed will get all its changes saved along with being marked as processed or other states.

For memoryDB, this is not true, and only the state will change.

This primarily means it is difficult to trust the tests since change may cause different behaviour in mongo and memory.

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions