Github user mpetruska commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19791#discussion_r152504268
  
    --- Diff: repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala ---
    @@ -217,4 +218,13 @@ class ReplSuite extends SparkFunSuite {
         assertDoesNotContain("error:", output)
         assertDoesNotContain("Exception", output)
       }
    +
    +  test(":replay should work correctly") {
    +   runInterpreter("local",
    +     """
    +     |sc
    +     |:replay
    +     """.stripMargin) should not include "error: not found: value sc"
    --- End diff --
    
    Okay, updated the test case; also removed `Matchers` as this was the only 
matcher used.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to