-
- Downloads
[SPARK-13584][SQL][TESTS] Make ContinuousQueryManagerSuite not output logs to the console
## What changes were proposed in this pull request? Make ContinuousQueryManagerSuite not output logs to the console. The logs will still output to `unit-tests.log`. I also updated `SQLListenerMemoryLeakSuite` to use `quietly` to avoid changing the log level which won't output logs to `unit-tests.log`. ## How was this patch tested? Just check Jenkins output. Author: Shixiong Zhu <shixiong@databricks.com> Closes #11439 from zsxwing/quietly-ContinuousQueryManagerSuite.
Showing
- sql/core/src/test/resources/log4j.properties 1 addition, 0 deletionssql/core/src/test/resources/log4j.properties
- sql/core/src/test/scala/org/apache/spark/sql/execution/ui/SQLListenerSuite.scala 2 additions, 5 deletions.../org/apache/spark/sql/execution/ui/SQLListenerSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/streaming/ContinuousQueryManagerSuite.scala 4 additions, 4 deletions...che/spark/sql/streaming/ContinuousQueryManagerSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/test/SQLTestUtils.scala 14 additions, 0 deletions...c/test/scala/org/apache/spark/sql/test/SQLTestUtils.scala
Please register or sign in to comment