You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/09 02:38:40 UTC

[GitHub] [spark] LuciferYang edited a comment on pull request #29660: [SPARK-32808][SQL] Fix some test cases of `sql/core` module in scala 2.13

LuciferYang edited a comment on pull request #29660:
URL: https://github.com/apache/spark/pull/29660#issuecomment-689262234


   local test `mvn clean test -pl core -DwildcardSuites=org.apache.spark.scheduler.BarrierTaskContextSuite -Dtest=none` all passed.
   ```
   Discovery starting.
   Discovery completed in 3 seconds, 740 milliseconds.
   Run starting. Expected test count is: 11
   BarrierTaskContextSuite:
   - global sync by barrier() call
   - share messages with allGather() call
   - throw exception if we attempt to synchronize with different blocking calls
   - successively sync with allGather and barrier
   - support multiple barrier() call within a single task
   - throw exception on barrier() call timeout
   - throw exception if barrier() call doesn't happen on every task
   - throw exception if the number of barrier() calls are not the same on every task
   - barrier task killed, no interrupt
   - barrier task killed, interrupt
   - SPARK-31485: barrier stage should fail if only partial tasks are launched
   Run completed in 4 minutes, 51 seconds.
   Total number of tests run: 11
   Suites: completed 2, aborted 0
   Tests: succeeded 11, failed 0, canceled 0, ignored 0, pending 0
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org