Skip to content

Commit

Permalink
merge branch of env, make tests stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Oct 2, 2014
1 parent 8071541 commit be5e5ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/pyspark/streaming/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,6 @@ class TestCheckpoint(PySparkStreamingTestCase):
def setUp(self):
pass

def tearDown(self):
pass

def test_get_or_create(self):
inputd = tempfile.mkdtemp()
outputd = tempfile.mkdtemp() + "/"
Expand Down Expand Up @@ -545,7 +542,6 @@ def check_output(n):
ssc = StreamingContext.getOrCreate(cpd, setup)
ssc.start()
check_output(3)
ssc.stop(True, True)


if __name__ == "__main__":
Expand Down

0 comments on commit be5e5ff

Please sign in to comment.