[GitHub] [spark] LuciferYang commented on pull request #34576: [SPARK-37282][TESTS][FOLLOWUP] Mark `YarnShuffleServiceSuite` as ExtendedLevelDBTest

2021-11-17 Thread GitBox
LuciferYang commented on pull request #34576: URL: https://github.com/apache/spark/pull/34576#issuecomment-972570611 I have Apple Silicon. Let me verify this ~ I'm very happy that I can run the single test using Apple Silicon ~ thanks @dongjoon-hyun -- This is an automat

[GitHub] [spark] LuciferYang commented on pull request #34576: [SPARK-37282][TESTS][FOLLOWUP] Mark `YarnShuffleServiceSuite` as ExtendedLevelDBTest

2021-11-18 Thread GitBox
LuciferYang commented on pull request #34576: URL: https://github.com/apache/spark/pull/34576#issuecomment-972634843 Maybe we need a similar annotation like `ExtendedRocksDBTest` to skip UTs related to RocksDB because I found test failed ``` RocksDBSuite: *** RUN ABORTED ***

[GitHub] [spark] LuciferYang commented on pull request #34576: [SPARK-37282][TESTS][FOLLOWUP] Mark `YarnShuffleServiceSuite` as ExtendedLevelDBTest

2021-11-18 Thread GitBox
LuciferYang commented on pull request #34576: URL: https://github.com/apache/spark/pull/34576#issuecomment-972894922 Sorry, Ignoring the above question please, I found that there was `ExtendedRocksDBTest` -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [spark] LuciferYang commented on pull request #34576: [SPARK-37282][TESTS][FOLLOWUP] Mark `YarnShuffleServiceSuite` as ExtendedLevelDBTest

2021-11-22 Thread GitBox
LuciferYang commented on pull request #34576: URL: https://github.com/apache/spark/pull/34576#issuecomment-975304537 @dongjoon-hyun @sarutak run ``` mvn clean install -pl sql/core -am -Dtest.exclude.tags=org.apache.spark.tags.ExtendedLevelDBTest,org.apache.spark.tags.ExtendedRoc