Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/1100#discussion_r13844029
--- Diff: core/src/test/scala/org/apache/spark/util/FileAppenderSuite.scala
---
@@ -130,7 +130,8 @@ class FileAppenderSuite extends FunSuite with
BeforeAndAfter with Logging {
// Create and test file appender
val inputStream = new PipedInputStream(new PipedOutputStream())
- val appender = FileAppender(inputStream, new File("stdout"), conf)
+ val outFile = new File("stdout")
--- End diff --
Yikes, this was mistake on my part. My original intention was to use
`testFile` at the top of this file, similar to the other test suites. I goofed
up. Its best to use that, as it will get automatically take care of by the
`after { }`
---
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 [email protected] or file a JIRA ticket
with INFRA.
---