aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/streaming/tests.py
diff options
context:
space:
mode:
authorGábor Lipták <gliptak@gmail.com>2016-01-20 11:11:10 -0800
committerXiangrui Meng <meng@databricks.com>2016-01-20 11:11:10 -0800
commit9bb35c5b59e58dbebbdc6856d611bff73dd35a91 (patch)
tree87163ccf9190707d865209e8598ab955d5eb5976 /python/pyspark/streaming/tests.py
parent9376ae723e4ec0515120c488541617a0538f8879 (diff)
downloadspark-9bb35c5b59e58dbebbdc6856d611bff73dd35a91.tar.gz
spark-9bb35c5b59e58dbebbdc6856d611bff73dd35a91.tar.bz2
spark-9bb35c5b59e58dbebbdc6856d611bff73dd35a91.zip
[SPARK-11295][PYSPARK] Add packages to JUnit output for Python tests
This is #9263 from gliptak (improving grouping/display of test case results) with a small fix of bisecting k-means unit test. Author: Gábor Lipták <gliptak@gmail.com> Author: Xiangrui Meng <meng@databricks.com> Closes #10850 from mengxr/SPARK-11295.
Diffstat (limited to 'python/pyspark/streaming/tests.py')
-rw-r--r--python/pyspark/streaming/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pyspark/streaming/tests.py b/python/pyspark/streaming/tests.py
index 86b05d9fd2..24b812615c 100644
--- a/python/pyspark/streaming/tests.py
+++ b/python/pyspark/streaming/tests.py
@@ -1635,6 +1635,7 @@ kinesis_test_environ_var = "ENABLE_KINESIS_TESTS"
are_kinesis_tests_enabled = os.environ.get(kinesis_test_environ_var) == '1'
if __name__ == "__main__":
+ from pyspark.streaming.tests import *
kafka_assembly_jar = search_kafka_assembly_jar()
flume_assembly_jar = search_flume_assembly_jar()
mqtt_assembly_jar = search_mqtt_assembly_jar()