Uh oh!
There was an error while loading. Please reload this page.
Set forceId = false for AccessToken - #2501
Conversation
jannyHou
commented
Jul 13, 2016
@slnode test please |
jannyHou
commented
Jul 15, 2016
@bajtos PTAL, thanks! |
| @@ -1,5 +1,6 @@ | |||
| { | |||
| "name": "post", | |||
| "forceId": false, | |||
There was a problem hiding this comment.
AFAICT, we are not setting Post.id explicitly in any of the existing tests. Why is it necessary to set forceId to false in that case?
bajtos
commented
Jul 19, 2016
@jannyHou I am confused why is it necessary to set Could you please elaborate little bit more on why are those changes necessary, so that I can understand what I am missing now? |
bajtos
commented
Jul 26, 2016
bajtos
commented
Jul 27, 2016
jannyHou
commented
Jul 27, 2016
@bajtos Thank you 👍 and I will take a look into the CI failings |
jannyHou
commented
Jul 27, 2016
@slnode test please |
The failing ones are caused by authentication problem in some test cases. Will investigate more... |
jannyHou
commented
Aug 8, 2016
@slnode test please |
jannyHou
commented
Aug 8, 2016
I am landing it since all loopback CI are green :squirrel: |
Connect to loopbackio/loopback-datasource-juggler#849
Some test cases need refactor after we set forceId as true by default.
Details related please see: loopbackio/loopback-datasource-juggler#982 (comment)