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

Dongjoon Hyun updated SPARK-47196:
----------------------------------
    Description: 
This happens at branch-3.4 only. branch-3.3/branch-3.5/master are okay.
{code:java}
$ build/sbt "core/testOnly *.DAGSchedulerSuite"
[info] DAGSchedulerSuite:
[info] - [SPARK-3353] parent stage should have lower stage id *** FAILED *** 
(439 milliseconds)
[info]   java.lang.IllegalStateException: Could not initialize plugin: 
interface org.mockito.plugins.MockMaker (alternate: null)
...
[info] *** 1 SUITE ABORTED ***
[info] *** 118 TESTS FAILED ***
[error] Error during tests:
[error]         org.apache.spark.scheduler.DAGSchedulerSuite
[error] (core / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 48 s, completed Feb 27, 2024, 1:26:27 PM {code}
 

MAVEN
{code:java}
$ build/mvn dependency:tree -pl core | grep byte-buddy
...
[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.12.10:test
[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.10:test
{code}
SBT
{code:java}
$ build/sbt "core/test:dependencyTree" | grep byte-buddy
[info]   | | | | +-net.bytebuddy:byte-buddy:1.12.10 (evicted by: 1.12.18)
[info]   | | | | +-net.bytebuddy:byte-buddy:1.12.18
{code}

  was:
This happens at branch-3.4 only.
{code:java}
$ build/sbt "core/testOnly *.DAGSchedulerSuite"
[info] DAGSchedulerSuite:
[info] - [SPARK-3353] parent stage should have lower stage id *** FAILED *** 
(439 milliseconds)
[info]   java.lang.IllegalStateException: Could not initialize plugin: 
interface org.mockito.plugins.MockMaker (alternate: null)
...
[info] *** 1 SUITE ABORTED ***
[info] *** 118 TESTS FAILED ***
[error] Error during tests:
[error]         org.apache.spark.scheduler.DAGSchedulerSuite
[error] (core / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 48 s, completed Feb 27, 2024, 1:26:27 PM {code}
 

MAVEN
{code:java}
$ build/mvn dependency:tree -pl core | grep byte-buddy
...
[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.12.10:test
[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.10:test
{code}
SBT
{code:java}
$ build/sbt "core/test:dependencyTree" | grep byte-buddy
[info]   | | | | +-net.bytebuddy:byte-buddy:1.12.10 (evicted by: 1.12.18)
[info]   | | | | +-net.bytebuddy:byte-buddy:1.12.18
{code}


> Fix `core` module to succeed SBT tests
> --------------------------------------
>
>                 Key: SPARK-47196
>                 URL: https://issues.apache.org/jira/browse/SPARK-47196
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.4.2, 3.4.0, 3.4.1
>            Reporter: Dongjoon Hyun
>            Priority: Major
>              Labels: pull-request-available
>
> This happens at branch-3.4 only. branch-3.3/branch-3.5/master are okay.
> {code:java}
> $ build/sbt "core/testOnly *.DAGSchedulerSuite"
> [info] DAGSchedulerSuite:
> [info] - [SPARK-3353] parent stage should have lower stage id *** FAILED *** 
> (439 milliseconds)
> [info]   java.lang.IllegalStateException: Could not initialize plugin: 
> interface org.mockito.plugins.MockMaker (alternate: null)
> ...
> [info] *** 1 SUITE ABORTED ***
> [info] *** 118 TESTS FAILED ***
> [error] Error during tests:
> [error]       org.apache.spark.scheduler.DAGSchedulerSuite
> [error] (core / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful
> [error] Total time: 48 s, completed Feb 27, 2024, 1:26:27 PM {code}
>  
> MAVEN
> {code:java}
> $ build/mvn dependency:tree -pl core | grep byte-buddy
> ...
> [INFO] |  +- net.bytebuddy:byte-buddy:jar:1.12.10:test
> [INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.10:test
> {code}
> SBT
> {code:java}
> $ build/sbt "core/test:dependencyTree" | grep byte-buddy
> [info]   | | | | +-net.bytebuddy:byte-buddy:1.12.10 (evicted by: 1.12.18)
> [info]   | | | | +-net.bytebuddy:byte-buddy:1.12.18
> {code}



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

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

Reply via email to