-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Master tests failing. Need better notification #5500
Comments
Perhaps Travis Buddy could help with number 2? It comments on PRs if the tests are failing and shows the relevant part of the log + it looks super easy to setup - but I'm not sure whether you can set it so it only comments if over a certain number of tests fail. |
@vitaly-t I remember you posted about mongo url strings #986 (comment) You want to submit a PR? |
@dplewis I have no practical knowledge about parse-server, i.e. I only helped with the database layer for PostgreSQL, but I never used the library myself. Given just how completely generic connection-string is, perhaps it is better that someone well familiar with parser-server does it? |
@stage88 and I are on the tests. It has nothing to do with the mongo adapter, it’s how jasmine handles spies has changed subtly in a way that broke some tests. This case will be solved shortly. I’m more concerned about notifications that prevent this from going unnoticed. I’ll have better internet soon. |
@acinader The issue is how unhandled promises are no longer warnings and uncaughtException are handled differently. For the mongo tests. in
For index.spec.js add a catch to deleteAllClasses |
I edited my last comment. We shouldn't run into this issue anymore. As unhandled promises will make tests fail. Cause: jasmine/jasmine#1521 |
@dplewis I think that's a legitimate add to the mongo adapter connect method, but it does not solve the failing test. I'm still trying to work out what's going on. |
actually @dplewis I don't see where your change could be introduced. the still trying to work it out :( |
for those of you playing along at home, I can confirm that the unhandled rejection is occurring during the initialization of ParseServer and not during the rest post to create a new object. |
@acinader I think we can close this one, right? |
Or do we still need to lead with number 2? |
yes, I think we can close. the issue with #2 is just for me to figure out why i stopped getting notifications on failure. |
tests failing since https://travis-ci.org/parse-community/parse-server/builds/515639414
The text was updated successfully, but these errors were encountered: