Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

disable background indexes for tests #9

@andrenarchy

Description

@andrenarchy

Maybe the cause for the randomly failing tests on travis is that the mongodb indexes are created in the background. Since the models+indexes are recreated for every single test, it's likely that the lookup by id fails if it's issued directly after insertion.

Possible solution: disable background indexes for the tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions