GithubHelp home page GithubHelp logo

mongoose-tag-everything's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

lydorn

mongoose-tag-everything's Issues

"save tags to the tags path in a model" timeout.

When I'm trying to add tags for my movie database, I found this module and thought this may very useful for my movie mongoDB's tag searching. But I'm failed with

Model.create({ name: 'Lorem Ipsum', tags: ['cool', 'rad'] }, function(err, doc) {
assert.deepEqual(_.map(doc.tags, 'name'), ['cool', 'rad']);

The strange thing is, the code is exactly same with the test case, even I've copied the test case to my project folder, run as "mocha schema.js", it failed as well, shows:

1 passing (4s)
6 failing

  1. mongoose-tag-everything should save tags to the tags path in a model:
    Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.

As I have looked into the mongoose_tag_everything.js, the differences between the successful npm test and mocha schema.js is the

Tag.create({ name: tag }, function(err, tagModel) {
return next(err, tagModel);
});

has not been invoked.. I've both tried mongoDB running on both Linux and Windows, same issue.

So could you please share your knowage about how to fix this issue?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.