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/03/04 18:00:57 UTC

[GitHub] [spark] zsxwing commented on issue #27789: [SPARK-30541][TEST] testRetry flaky KafkaDelegationTokenSuite

zsxwing commented on issue #27789: [SPARK-30541][TEST] testRetry flaky KafkaDelegationTokenSuite
URL: https://github.com/apache/spark/pull/27789#issuecomment-594710354
 
 
   +1 on trying to reproduce it and fix the root issue (or have a confident workaround if that's an issue in an external library).
   
   I usually just update `dev/run-tests` to something like:
   
   ```shell
   set -e
   for i in `seq 0 100`; do
     build/sbt "sql-kafka-0-10/test-only *KafkaDelegationTokenSuite"
   done
   
   # exec python3 -u ./dev/run-tests.py "$@"
   ```
   
   and open a PR to run the flaky test 100 (or more) times on Jenkins in one build. If this can reproduce the issue, we can add more logs to investigate further.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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