Skip to content

Commit

Permalink
enable streaming tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Sep 27, 2014
1 parent c499ba0 commit 604323f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions python/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ export PYSPARK_DOC_TEST=1
run_test "pyspark/broadcast.py"
run_test "pyspark/accumulators.py"
run_test "pyspark/serializers.py"
run_test "pyspark/streaming/duration.py"
run_test "pyspark/streaming/util.py"
unset PYSPARK_DOC_TEST
run_test "pyspark/shuffle.py"
run_test "pyspark/tests.py"
Expand All @@ -85,9 +83,7 @@ run_test "pyspark/mllib/stat.py"
run_test "pyspark/mllib/tests.py"
run_test "pyspark/mllib/tree.py"
run_test "pyspark/mllib/util.py"
if [ -n "$_RUN_STREAMING_TESTS" ]; then
run_test "pyspark/streaming/tests.py"
fi
run_test "pyspark/streaming/tests.py"

# Try to test with PyPy
if [ $(which pypy) ]; then
Expand All @@ -108,6 +104,7 @@ if [ $(which pypy) ]; then
unset PYSPARK_DOC_TEST
run_test "pyspark/shuffle.py"
run_test "pyspark/tests.py"
run_test "pyspark/streaming/tests.py"
fi

if [[ $FAILED == 0 ]]; then
Expand Down

0 comments on commit 604323f

Please sign in to comment.