Skip to content

[SPARK-16963][SQL]Fix test "StreamExecution metadata garbage collection" - #15661

Closed
zsxwing wants to merge 1 commit into
apache:masterfrom
zsxwing:fix-StreamingQuerySuite
Closed

[SPARK-16963][SQL]Fix test "StreamExecution metadata garbage collection"#15661
zsxwing wants to merge 1 commit into
apache:masterfrom
zsxwing:fix-StreamingQuerySuite

Conversation

@zsxwing

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

A follow up PR for #14553 to fix the flaky test. It's flaky because the file list API doesn't guarantee any order of the return list.

How was this patch tested?

Jenkins

@zsxwing

Copy link
Copy Markdown
MemberAuthor

cc @yhuai

@yhuai

Copy link
Copy Markdown
Contributor

LGTM

@zsxwingzsxwing changed the title [SPARK-16963][SQL]Fix test "metadata log should contain only two files"[SPARK-16963][SQL]Fix test "StreamExecution metadata garbage collection"Oct 27, 2016
@zsxwing

Copy link
Copy Markdown
MemberAuthor

StreamExecution metadata garbage collection passed. Merging to master and 2.0 to unblock other people.

asfgit pushed a commit that referenced this pull request Oct 27, 2016
…ion"
## What changes were proposed in this pull request?
A follow up PR for #14553 to fix the flaky test. It's flaky because the file list API doesn't guarantee any order of the return list.
## How was this patch tested?
Jenkins
Author: Shixiong Zhu <shixiong@databricks.com>
Closes#15661 from zsxwing/fix-StreamingQuerySuite.
(cherry picked from commit 79fd0cc)
Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
@SparkQA

Copy link
Copy Markdown

Test build #67659 has finished for PR 15661 at commit 7ecb76d.

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

@zsxwing
zsxwing deleted the fix-StreamingQuerySuite branch October 27, 2016 20:12
robert3005 pushed a commit to palantir/spark that referenced this pull request Nov 1, 2016
…ion"
## What changes were proposed in this pull request?
A follow up PR for apache#14553 to fix the flaky test. It's flaky because the file list API doesn't guarantee any order of the return list.
## How was this patch tested?
Jenkins
Author: Shixiong Zhu <shixiong@databricks.com>
Closesapache#15661 from zsxwing/fix-StreamingQuerySuite.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
…ion"
## What changes were proposed in this pull request?
A follow up PR for apache#14553 to fix the flaky test. It's flaky because the file list API doesn't guarantee any order of the return list.
## How was this patch tested?
Jenkins
Author: Shixiong Zhu <shixiong@databricks.com>
Closesapache#15661 from zsxwing/fix-StreamingQuerySuite.
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

@zsxwing@yhuai@SparkQA