TeamMentor / Master

TEAM Mentor 3.x Released Code
16 stars 17 forks source link

Running a Login with test user QA script kills Cassini #691

Open romichg opened 10 years ago

romichg commented 10 years ago

Here is a video: https://www.dropbox.com/s/3turze8iuxpb22f/QA%20Script%20Kills%20Cassini.avi

DinisCruz commented 10 years ago

This is funny that Cassini dies like that (btw nice use of the QA scripts on the video :) ).

Have you looked at the root case that is causing the Cassini crash?

I remember that there was a case that if you send an Http request to cassini with a bad HTTP method (i.e. not GET or POST) it would crash. but I don't think that is the case here

romichg commented 10 years ago

No I have not dug deeper in into this. But I think it would have something to do with a malformed request.

On Mon, Jan 27, 2014 at 8:32 PM, Dinis Cruz notifications@github.comwrote:

This is funny that Cassini dies like that (btw nice use of the QA scripts on the video :) ).

Have you looked at the root case that is causing the Cassini crash?

I remember that there was a case that if you send an Http request to cassini with a bad HTTP method (i.e. not GET or POST) it would crash. but I don't think that is the case here

Reply to this email directly or view it on GitHubhttps://github.com/TeamMentor/Master/issues/691#issuecomment-33367315 .

DinisCruz commented 10 years ago

Note: I have fixed this in the FluentSharp.CassiniDev version we are now using on the unit tests.

not sure is relevant anymore for 3.5 or 4.0

romichg commented 10 years ago

This actually goes for 3.5 Eclipse Plugins that we have been putting off for a while. But good thing we fixed it here since it is an issue on the TM Side.