Test Result : StreamingQueryManagerSuite
0 failures
(±0)
10 tests
(+6)
All Tests
Test name | Duration | Status |
SPARK-18811: Source resolution should not block main thread | 0.2 sec | Passed |
awaitAnyTermination with timeout and resetTerminated | 6.8 sec | Passed |
awaitAnyTermination without timeout and resetTerminated | 13 sec | Passed |
can start a streaming query with the same name in a different session | 0.13 sec | Passed |
can't start a streaming query with the same name in the same session | 0.14 sec | Passed |
can't start multiple instances of the same streaming query in the different sessions | 0.2 sec | Passed |
can't start multiple instances of the same streaming query in the same session | 0.97 sec | Passed |
listing | 0.97 sec | Passed |
new instance of the same streaming query stops old query in a different session | 0.79 sec | Passed |
new instance of the same streaming query stops old query in the same session | 0.82 sec | Passed |