Github user ptgoetz commented on a diff in the pull request:

    https://github.com/apache/storm/pull/955#discussion_r47971375
  
    --- Diff: 
external/storm-hdfs/src/test/java/org/apache/storm/hdfs/blobstore/BlobStoreTest.java
 ---
    @@ -76,6 +76,7 @@
     
       @Before
       public void init() {
    +    System.setProperty("test.build.data", "target/test/data");
         initializeConfigs();
         baseFile = new File("/tmp/blob-store-test-"+UUID.randomUUID());
    --- End diff --
    
    It breaks the blob store tests, and chasing down the root cause was getting 
to be a pain. At least writing test data to /tmp doesn't clutter up the source 
tree, but I would also like to avoid that as well. I figured we could address 
that separately.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to