You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
Describe the bug
When running npm test on a fresh DB (i.e. no rockpool_test DB exists), the check for indexes fails.
To Reproduce
Steps to reproduce the behavior:
Run npm test without a pre-existing rockpool_test database
Expected behavior
Index-checking tests pass.
Error message
80 passing (11s)
40 pending
4 failing
1) Test suite for Rockpool: a web app for communities of practice
npm setup - to prepare DB before running Rockpool
should build index on tags field in rp_articles:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/hugh/coding/JavaScript/rockpool/test/test.js)
2) Test suite for Rockpool: a web app for communities of practice
npm setup - to prepare DB before running Rockpool
should build text index in rp_articles:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/hugh/coding/JavaScript/rockpool/test/test.js)
3) Test suite for Rockpool: a web app for communities of practice
npm setup - to prepare DB before running Rockpool
should create rp_articles collection when they are indexed:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/hugh/coding/JavaScript/rockpool/test/test.js)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
node version [e.g. 10.16.0] - run node -v on your command line to get this
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running
npm test
on a fresh DB (i.e. norockpool_test
DB exists), the check for indexes fails.To Reproduce
Steps to reproduce the behavior:
npm test
without a pre-existingrockpool_test
databaseExpected behavior
Index-checking tests pass.
Error message
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
node -v
on your command line to get thisSmartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: