bipinprasad commented on a change in pull request #3441: URL: https://github.com/apache/storm/pull/3441#discussion_r838754865
########## File path: storm-webapp/src/test/java/org/apache/storm/daemon/ui/UIHelpersTest.java ########## @@ -485,6 +485,19 @@ void test_getTopologySpoutAggStatsMap_generalFields() { assertEquals("", spoutResult.get("lastError"), "No error should be reported as empty string"); } + /** + * Tests that santizeStreamName() does the expected manipulations + */ + @Test + public void testSanitizeStreamName() { Review comment: Thanks for adding the test case -- 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. To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org