Skip to content

Commit 604323f

Browse files
committed
enable streaming tests
1 parent c499ba0 commit 604323f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

python/run-tests

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ export PYSPARK_DOC_TEST=1
7070
run_test "pyspark/broadcast.py"
7171
run_test "pyspark/accumulators.py"
7272
run_test "pyspark/serializers.py"
73-
run_test "pyspark/streaming/duration.py"
74-
run_test "pyspark/streaming/util.py"
7573
unset PYSPARK_DOC_TEST
7674
run_test "pyspark/shuffle.py"
7775
run_test "pyspark/tests.py"
@@ -85,9 +83,7 @@ run_test "pyspark/mllib/stat.py"
8583
run_test "pyspark/mllib/tests.py"
8684
run_test "pyspark/mllib/tree.py"
8785
run_test "pyspark/mllib/util.py"
88-
if [ -n "$_RUN_STREAMING_TESTS" ]; then
89-
run_test "pyspark/streaming/tests.py"
90-
fi
86+
run_test "pyspark/streaming/tests.py"
9187

9288
# Try to test with PyPy
9389
if [ $(which pypy) ]; then
@@ -108,6 +104,7 @@ if [ $(which pypy) ]; then
108104
unset PYSPARK_DOC_TEST
109105
run_test "pyspark/shuffle.py"
110106
run_test "pyspark/tests.py"
107+
run_test "pyspark/streaming/tests.py"
111108
fi
112109

113110
if [[ $FAILED == 0 ]]; then

0 commit comments

Comments
 (0)