-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
2.15 beta - onFulfillment is not a function #15490
Comments
yes it has been upgraded to 3.5.0 in 2.14 and to 3.6.1 in 2.15.beta, is there any issue with it ? |
I think its not rsvp but is |
@stefanpenner - Can you please review https://github.com/emberjs/ember.js/blob/master/packages/ember-testing/lib/test/promise.js#L12-L14? Specifically, it seems that we cannot assume |
@stefanpenner I don't think RSVP behaving incorrectly here is gist for reproducing same issue, |
@bekzod I agree. I don't believe RSVP is the offender here, although I am surprised upgrading causes a downstream issue at all (but I dont have time to do root cause analysis on this one), the issue is in embers code, we should just fix that guy up and cut a new beta. |
[BUGFIX beta] possible fix for #15490
From my stepping through the stack traces on both 2.14 and 2.15, it seems the RSVP catch logic may have changed a little between versions.
https://github.com/kellyselden/ember-wait-for-test-helper/pull/50/files#diff-d913131b1f61f7940eaff58ff6996ec6R35
https://travis-ci.org/kellyselden/ember-wait-for-test-helper/jobs/252511064#L1969
The text was updated successfully, but these errors were encountered: