[ https://issues.apache.org/jira/browse/SPARK-43821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
BingKun Pan updated SPARK-43821: -------------------------------- Description: When I am running tests in ClientE2ETestSuite, I often cannot locate them through error prompts when they fail, and I can only search for specific reasons through code * Before applying this patche, the error prompt is as follows: Exception encountered when invoking run on a nested suite - Failed to find the jar inside folder: .../spark-community/connector/connect/server/target * After applying this patche, The error prompt is as follows: Exception encountered when invoking run on a nested suite - Failed to find the jar: {color:#ff0000}spark-connect-assembly(.{*}).jar or spark-connect(.{*})3.5.0-SNAPSHOT.jar {color}inside folder: .../spark-community/connector/connect/server/target. {color:#ff0000}This file can be generated by similar to the following command: build/sbt package|assembly{color} was: When I am running tests in ClientE2ETestSuite, I often cannot locate them through error prompts when they fail, and I can only search for specific reasons through code * Before applying this patche, the error prompt is as follows: Exception encountered when invoking run on a nested suite - Failed to find the jar inside folder: .../spark-community/connector/connect/server/target * After applying this patche, The error prompt is as follows: Exception encountered when invoking run on a nested suite - Failed to find the jar: {color:#FF0000}spark-connect-assembly(.*).jar or spark-connect(.*)3.5.0-SNAPSHOT.jar {color}inside folder: .../spark-community/connector/connect/server/target. {color:#FF0000}This file can be generated by similar to the following command: build/sbt package | assembly{color} > Make the prompt for `findJar` method in IntegrationTestUtils clearer > -------------------------------------------------------------------- > > Key: SPARK-43821 > URL: https://issues.apache.org/jira/browse/SPARK-43821 > Project: Spark > Issue Type: Improvement > Components: Connect, Tests > Affects Versions: 3.5.0 > Reporter: BingKun Pan > Priority: Minor > > When I am running tests in ClientE2ETestSuite, I often cannot locate them > through error prompts when they fail, and I can only search for specific > reasons through code > * Before applying this patche, the error prompt is as follows: > Exception encountered when invoking run on a nested suite - Failed to find > the jar inside folder: .../spark-community/connector/connect/server/target > > * After applying this patche, The error prompt is as follows: > Exception encountered when invoking run on a nested suite - Failed to find > the jar: {color:#ff0000}spark-connect-assembly(.{*}).jar or > spark-connect(.{*})3.5.0-SNAPSHOT.jar {color}inside folder: > .../spark-community/connector/connect/server/target. {color:#ff0000}This file > can be generated by similar to the following command: build/sbt > package|assembly{color} -- 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