Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2347#discussion_r141185443
--- Diff:
external/storm-blobstore-migration/src/test/java/org/apache/storm/blobstore/AppTest.java
---
@@ -0,0 +1,38 @@
+package org.apache.storm.blobstore;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest
--- End diff --
Can we remove this file. Having a bogus test is worse then no test at all.
---