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-8508] [SQL] Ignores a test case to cleanup unnecessary testing output until #6882 is merged #6925

Closed
wants to merge 1 commit into from

Conversation

liancheng
Copy link
Contributor

Currently the test case for SPARK-7862 writes 100,000 lines of integer triples to stderr and makes Jenkins build output unnecessarily large and it's hard to debug other build errors. A proper fix is on the way in #6882. This PR ignores this test case temporarily until #6882 is merged.

@liancheng
Copy link
Contributor Author

@chenghao-intel @zhichao-li I think this change should be safe, but would you mind to help confirming?

@SparkQA
Copy link

SparkQA commented Jun 21, 2015

Test build #35383 has finished for PR 6925 at commit 239bde7.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class Module(object):

@liancheng
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Jun 21, 2015

Test build #35385 has finished for PR 6925 at commit 239bde7.

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

@chenghao-intel
Copy link
Contributor

Oh, sorry @liancheng actually I've created a PR for this fixing #6882.
If the output size is too small, we couldn't guarantee the deadlock would happen(in unit test), that's why we set it as 100000.

@liancheng
Copy link
Contributor Author

I see. Since your fix is on the way, I'll just ignore this test temporarily until yours is merged.

@liancheng liancheng changed the title [SPARK-8508] [SQL] Uses smaller scale of test data to reduce unnecessary testing output [SPARK-8508] [SQL] Ignores a test case to cleanup unnecessary testing output until #6882 is merged Jun 21, 2015
@SparkQA
Copy link

SparkQA commented Jun 21, 2015

Test build #35402 has finished for PR 6925 at commit 41e5b47.

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

@liancheng
Copy link
Contributor Author

Merging to master.

@asfgit asfgit closed this in 83cdfd8 Jun 21, 2015
@liancheng liancheng deleted the spark-8508 branch July 9, 2015 21:34
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