aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-06-20 10:35:37 -0700
committerMichael Armbrust <michael@databricks.com>2016-06-20 10:35:37 -0700
commit5cfabec8724714b897d6e23e670c39e58f554ea2 (patch)
tree9980c536acffdcbf9d6d8f887c0113ad282da4e6 /LICENSE
parent905f774b71f4b814d5a2412c7c35bd023c3dfdf8 (diff)
downloadspark-5cfabec8724714b897d6e23e670c39e58f554ea2.tar.gz
spark-5cfabec8724714b897d6e23e670c39e58f554ea2.tar.bz2
spark-5cfabec8724714b897d6e23e670c39e58f554ea2.zip
[SPARK-16050][TESTS] Remove the flaky test: ConsoleSinkSuite
## What changes were proposed in this pull request? ConsoleSinkSuite just collects content from stdout and compare them with the expected string. However, because Spark may not stop some background threads at once, there is a race condition that other threads are outputting logs to **stdout** while ConsoleSinkSuite is running. Then it will make ConsoleSinkSuite fail. Therefore, I just deleted `ConsoleSinkSuite`. If we want to test ConsoleSinkSuite in future, we should refactoring ConsoleSink to make it testable instead of depending on stdout. Therefore, this test is useless and I just delete it. ## How was this patch tested? Just removed a flaky test. Author: Shixiong Zhu <shixiong@databricks.com> Closes #13776 from zsxwing/SPARK-16050.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions