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-13344] [TEST] Fix harmless accumulator not found exceptions #11222

Closed

Conversation

andrewor14
Copy link
Contributor

See JIRA for more detail. This was caused by #10835.

@SparkQA
Copy link

SparkQA commented Feb 16, 2016

Test build #51376 has finished for PR 11222 at commit c1df4ff.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class SaveLoadSuite extends DataSourceTest with SharedSQLContext with BeforeAndAfterEach

@JoshRosen
Copy link
Contributor

As it turns out, there's still tons of other suites which hit this same problem. I think we should pursue a more general fix which addresses all of the other cases, too.

... except for *AccumulatorSuite.
@andrewor14 andrewor14 changed the title [SPARK-13344] [TEST] Fix harmless exceptions in SaveLoadSuite [SPARK-13344] [TEST] Fix harmless accumulator not found exceptions Feb 17, 2016
@andrewor14
Copy link
Contributor Author

Alright, the latest commit should fix it for all the tests

@JoshRosen
Copy link
Contributor

LGTM pending Jenkins.

@SparkQA
Copy link

SparkQA commented Feb 18, 2016

Test build #51442 has finished for PR 11222 at commit c0a2933.

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

@asfgit asfgit closed this in 9451fed Feb 18, 2016
@andrewor14 andrewor14 deleted the fix-test-accum-exceptions branch February 18, 2016 00:19
Sign up for free to 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