Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-13096] [TEST] Fix flaky verifyPeakExecutionMemorySet #10990

Closed
wants to merge 1 commit into from

Conversation

andrewor14
Copy link
Contributor

Previously we would assert things before all events are guaranteed to have been processed. To fix this, just block until all events are actually processed, i.e. until the listener queue is empty.

https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.7/79/testReport/junit/org.apache.spark.util.collection/ExternalAppendOnlyMapSuite/spilling/

Previously we would assert things before all events are guaranteed
to have been processed. To fix this, just block until all events
are actually processed, i.e. until the listener queue is empty.
@andrewor14
Copy link
Contributor Author

@zsxwing

@zsxwing
Copy link
Member

zsxwing commented Jan 29, 2016

LGTM

@SparkQA
Copy link

SparkQA commented Jan 30, 2016

Test build #50414 has finished for PR 10990 at commit d67a529.

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

@andrewor14
Copy link
Contributor Author

Merged into master

@asfgit asfgit closed this in e6ceac4 Jan 30, 2016
@andrewor14 andrewor14 deleted the accum-suite-less-flaky branch January 30, 2016 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants