Skip to content

Commit

Permalink
not forcing System.exit(0)
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Nov 5, 2024
1 parent 1427e2d commit 4c13792
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 311 deletions.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/io/numaproj/numaflow/sinker/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void start() throws Exception {
ex.printStackTrace(System.err);
}

Check warning on line 112 in src/main/java/io/numaproj/numaflow/sinker/Server.java

View check run for this annotation

Codecov / codecov/patch

src/main/java/io/numaproj/numaflow/sinker/Server.java#L108-L112

Added lines #L108 - L112 were not covered by tests
}
System.exit(0);
// System.exit(0);
});

Check warning on line 115 in src/main/java/io/numaproj/numaflow/sinker/Server.java

View check run for this annotation

Codecov / codecov/patch

src/main/java/io/numaproj/numaflow/sinker/Server.java#L115

Added line #L115 was not covered by tests
}

Expand Down

0 comments on commit 4c13792

Please sign in to comment.