Skip to content

Commit

Permalink
added ut dependency file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamshriwas committed May 6, 2020
1 parent da29522 commit f1f1fb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ public void afterSuite() {
@Test
public void test()
throws InterruptedException, HttpPostRequestEncoder.ErrorDataEncoderException,
IOException, NoSuchFieldException, IllegalAccessException, GeneralSecurityException, InvalidSnapshotException {
IOException, NoSuchFieldException, IllegalAccessException,
GeneralSecurityException, InvalidSnapshotException {
Channel channel = null;
Channel managementChannel = null;
for (int i = 0; i < 5; ++i) {
Expand Down Expand Up @@ -1249,7 +1250,7 @@ private void testMetricManager() throws JsonParseException, InterruptedException

private void testTSPortRange()
throws InterruptedException, GeneralSecurityException, InvalidSnapshotException,
IOException {
IOException {
// test case for verifying port range refer https://github.com/pytorch/serve/issues/291
server.stop();
System.setProperty("tsConfigFile", "src/test/resources/config_port.properties");
Expand Down
2 changes: 1 addition & 1 deletion frontend/server/src/test/resources/config_port.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inference_address=https://127.0.0.1:42000
inference_address=https://127.0.0.1:42523
management_address=unix:/tmp/management.sock
model_store=../modelarchive/src/test/resources/models
enable_envvars_config=true

0 comments on commit f1f1fb1

Please sign in to comment.