Skip to content

Commit

Permalink
[FLINK-33907][ci] Moves jar generation in flink-clients into pre-inte…
Browse files Browse the repository at this point in the history
…gration-tests

- Renames DefaultPackagedProgramRetrieverTest and FromClasspathEntryClassInformationProviderTest into ITCases because they are using jars
  • Loading branch information
XComp committed Jan 19, 2024
1 parent 3d088f6 commit 8dbce40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flink-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ under the License.
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<phase>pre-integration-test</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* {@code FromClasspathEntryClassInformationProviderTest} tests {@link
* FromClasspathEntryClassInformationProvider}.
*/
class FromClasspathEntryClassInformationProviderTest {
class FromClasspathEntryClassInformationProviderITCase {

@RegisterExtension
ClasspathProviderExtension noEntryClassClasspathProvider =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
import static org.assertj.core.api.Assertions.assertThatThrownBy;

/** {@code PackagedProgramRetrieverImplTest} tests {@link DefaultPackagedProgramRetriever}. */
class DefaultPackagedProgramRetrieverTest {
class DefaultPackagedProgramRetrieverITCase {

@RegisterExtension
ClasspathProviderExtension noEntryClassClasspathProvider =
Expand Down

0 comments on commit 8dbce40

Please sign in to comment.