HeartSaVioR edited a comment on issue #25923: 
[DO-NOT-MERGE][WIP][MINOR][SQL][TESTS] show tests in SQLQuerySuite correctly in 
Jenkins
URL: https://github.com/apache/spark/pull/25923#issuecomment-534844432
 
 
   FYI, we know about https://github.com/sbt/sbt/issues/2949 which failed to 
get attention, but new issue https://github.com/sbt/sbt/issues/5114 is filed 
again which somehow seemed to get attention from repository owner, but owner 
asked for contribution instead of fixing it by their hands and reporter denied 
- so kind of stuck. If someone is interested and ambitious about this issue, 
please go get it.
   
   Some funny thing is, JUnitXmlReportPlugin is described as "experimental" but 
they enable it by default. We still can't disable this plugin given 
https://github.com/apache/spark/pull/25923#discussion_r327916757
   
   
https://github.com/sbt/sbt/blob/0e69402660685dcd4b12293cce365772b837a0f3/main/src/main/scala/sbt/plugins/JUnitXmlReportPlugin.scala#L14-L24
   
   ```
   /**
    * An experimental plugin that adds the ability for junit-xml to be 
generated.
    *
    *  To disable this plugin, you need to add:
    *  {{{
    *     val myProject = project in file(".") disablePlugins 
(plugins.JunitXmlReportPlugin)
    *  }}}
    *
    *  Note:  Using AutoPlugins to enable/disable build features is 
experimental in sbt 0.13.5.
    */
   object JUnitXmlReportPlugin extends AutoPlugin {
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to