liuxunorg commented on a change in pull request #93: SUBMARINE-292. Merge
workbench server into submarine server
URL: https://github.com/apache/submarine/pull/93#discussion_r347202093
##########
File path:
submarine-server/server-core/src/test/java/org/apache/submarine/jobserver/rest/api/JobApiTest.java
##########
@@ -17,111 +17,104 @@
* under the License.
*/
-import com.google.gson.Gson;
-import org.apache.submarine.jobserver.rest.dao.JsonResponse;
-import org.apache.submarine.jobserver.rest.dao.RestConstants;
-import org.apache.submarine.jobserver.rest.api.JobApi;
-import org.glassfish.jersey.server.ResourceConfig;
-import org.glassfish.jersey.test.JerseyTest;
-import org.junit.Test;
-
-import javax.ws.rs.client.Entity;
-import javax.ws.rs.core.Application;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-
-import static org.junit.Assert.assertEquals;
+package org.apache.submarine.jobserver.rest.api;
-public class JobApiTest extends JerseyTest {
+import org.junit.Test;
+public class JobApiTest { //extends JerseyTest {
+ /*
Review comment:
The test cases here have no practical meaning.
I created new JIRA [SUBMARINE-293. Add submarine server rest test
case](https://issues.apache.org/jira/browse/SUBMARINE-293)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]