You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "BingKun Pan (Jira)" <ji...@apache.org> on 2022/07/08 02:48:00 UTC

[jira] [Updated] (SPARK-39711) Remove redundant trait: BeforeAndAfterAll & BeforeAndAfterEach & Logging

     [ https://issues.apache.org/jira/browse/SPARK-39711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BingKun Pan updated SPARK-39711:
--------------------------------
    Description: 
SparkFunSuite declare as follow:
{code:java}
abstract class SparkFunSuite
extends AnyFunSuite
with BeforeAndAfterAll
with BeforeAndAfterEach
with ThreadAudit
with Logging
{code}
some suite extends SparkFunSuite and meanwhile with BeforeAndAfterAll or BeforeAndAfterEach or Logging, it is redundant.

  was:
SparkFunSuite declare as follow:

 
{code:java}
abstract class SparkFunSuite
extends AnyFunSuite
with BeforeAndAfterAll
with BeforeAndAfterEach
with ThreadAudit
with Logging
{code}
 

some suite extends SparkFunSuite and meanwhile with BeforeAndAfterAll or BeforeAndAfterEach or Logging, it is redundant.


> Remove redundant trait: BeforeAndAfterAll & BeforeAndAfterEach & Logging
> ------------------------------------------------------------------------
>
>                 Key: SPARK-39711
>                 URL: https://issues.apache.org/jira/browse/SPARK-39711
>             Project: Spark
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 3.3.0
>            Reporter: BingKun Pan
>            Priority: Minor
>
> SparkFunSuite declare as follow:
> {code:java}
> abstract class SparkFunSuite
> extends AnyFunSuite
> with BeforeAndAfterAll
> with BeforeAndAfterEach
> with ThreadAudit
> with Logging
> {code}
> some suite extends SparkFunSuite and meanwhile with BeforeAndAfterAll or BeforeAndAfterEach or Logging, it is redundant.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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