How to run Sails tests when a mongo oplog is watched?

不羁岁月 提交于 2019-12-13 05:06:43

问题


I added mongo-watch to my Sails application, in order to detect external changes into the mongo database, following this stackoverflow answer. This worked pretty fine, but now my automated tests fail. Probably because the barrels fixtures do not support the mongo watcher. Is there a way to set up the fixtures in Sails also when the database is watched?


回答1:


You are trying to use Mongo on Travis, and it's not started by default. ;)

Seems like this can be the answer to your problem:

http://docs.travis-ci.com/user/database-setup/#MongoDB



来源:https://stackoverflow.com/questions/23428907/how-to-run-sails-tests-when-a-mongo-oplog-is-watched

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!