Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(disk): use local mongdb instead of disk #87

Merged
merged 4 commits into from
Nov 13, 2019

Commits on Nov 13, 2019

  1. feat(disk): use local mongdb instead of disk

    The sails-disk integration was causing problems in testing.
    The temporary files were not well cleaned and there was often random dead-locks.
    This mongodb package fetches the mongodb binary and we run it:
    - In a temp directory in dev (for persistance)
    - In memory for testing
    - There should not be more than 4 concurrent Jest process
    - The best option is using --runInBand in testing
    reel committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    a060760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c05d07 View commit details
    Browse the repository at this point in the history
  3. increase timeouts for user tests

    reel committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    68e14fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227e5d0 View commit details
    Browse the repository at this point in the history