Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5 Alpha
-
None
Description
There is a problem in the server test frame work. In client test frame work if it is failed to compile client code it ignore it and goes to next test, but in server if it is failed to compile generated code then it'll stop (build failed). It should be able to work like client test framework file.
In addition to this it would be better if we record the results in a log file as client test framework does. It will be helpful to figure out what service s are failed to compile