Skip to content

Commit be5e5ff

Browse files
committed
merge branch of env, make tests stable.
1 parent 8071541 commit be5e5ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/pyspark/streaming/tests.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,6 @@ class TestCheckpoint(PySparkStreamingTestCase):
485485
def setUp(self):
486486
pass
487487

488-
def tearDown(self):
489-
pass
490-
491488
def test_get_or_create(self):
492489
inputd = tempfile.mkdtemp()
493490
outputd = tempfile.mkdtemp() + "/"
@@ -545,7 +542,6 @@ def check_output(n):
545542
ssc = StreamingContext.getOrCreate(cpd, setup)
546543
ssc.start()
547544
check_output(3)
548-
ssc.stop(True, True)
549545

550546

551547
if __name__ == "__main__":

0 commit comments

Comments
 (0)