Closed bobeal closed 4 years ago
I've started working on the feature to support replace mode when batch updating entities in the CB.
Can you elaborate on this feature, please?
I've started working on the feature to support replace mode when batch updating entities in the CB.
Can you elaborate on this feature, please?
All the details are here: https://github.com/telefonicaid/iotagent-node-lib/pull/888 (and it is update mode, not replace!)
Which base branch are you using? feature/842_ngsi_ld?
Which base branch are you using? feature/842_ngsi_ld?
Yes, I'm based on the NGSI-LD feature branch.
Note that tests are passing ok in that branch by travis in PR https://github.com/telefonicaid/iotagent-node-lib/pull/849. Thus, maybe the problem is in your local setup.
As word of advice, try to follow the same steps that travis execute to pass the tests, detailed in .travis.yml file
Note that tests are passing ok in that branch by travis in PR #849. Thus, maybe the problem is in your local setup.
As word of advice, try to follow the same steps that travis execute to pass the tests, detailed in .travis.yml file
Ok, got it working. It was a problem with my MongoDB container configuration. Thanks!
Hello,
As discussed with @jason-fox, I've started working on the feature to support replace mode when batch updating entities in the CB.
However, I must have missed something in my configuration since I've a lot (232 !) of failing tests.
What I've done so far:
npm test
(as documented in doc/development.md)I can't attach a file to the issue but here are the typical errors I can see in the reports:
What did I miss?