Skip to content

[SPARK-20907][test] Use testQuietly for test suites that generate long log output - #18135

Closed
kiszk wants to merge 1 commit into
apache:masterfrom
kiszk:SPARK-20907
Closed

[SPARK-20907][test] Use testQuietly for test suites that generate long log output#18135
kiszk wants to merge 1 commit into
apache:masterfrom
kiszk:SPARK-20907

Conversation

@kiszk

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

Supress console output by using testQuietly in test suites

How was this patch tested?

Tested by "SPARK-19372: Filter can be executed w/o generated code due to JVM code size limit" in DataFrameSuite

@SparkQA

Copy link
Copy Markdown

Test build #77480 has started for PR 18135 at commit 2c8ea44.

@kiszk

Copy link
Copy Markdown
MemberAuthor

Jenkins, retest this please

@SparkQA

Copy link
Copy Markdown

Test build #77487 has finished for PR 18135 at commit 2c8ea44.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@kiszk

Copy link
Copy Markdown
MemberAuthor

ping @zsxwing

@zsxwing

Copy link
Copy Markdown
Member

LGTM. Merging to master and 2.2. Thanks!

asfgit pushed a commit that referenced this pull request May 29, 2017
…g log output
## What changes were proposed in this pull request?
Supress console output by using `testQuietly` in test suites
## How was this patch tested?
Tested by `"SPARK-19372: Filter can be executed w/o generated code due to JVM code size limit"` in `DataFrameSuite`
Author: Kazuaki Ishizaki <ishizaki@jp.ibm.com>
Closes#18135 from kiszk/SPARK-20907.
(cherry picked from commit c974906)
Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kiszk@SparkQA@zsxwing