Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] mvn test phase should not require prior install #6720

Closed
gerashegalov opened this issue Oct 7, 2022 · 1 comment
Closed

[FEA] mvn test phase should not require prior install #6720

gerashegalov opened this issue Oct 7, 2022 · 1 comment
Labels
build Related to CI / CD or cleanly building test Only impacts tests

Comments

@gerashegalov
Copy link
Collaborator

I wish would make it possible to use Maven test phase without a prior install despite using aggregator modules as a dependency.

New developers routinely run into

Couldn't download artifact: Failure to find com.nvidia:rapids-4-spark-aggregator_2.12:jar:spark311:22.12.0-SNAPSHOT

when executing mvn test

Current procedure for running a single test:

$ mvn clean install -pl tests -am -DskipTests
$ mvn test -pl tests -Dsuites='com.nvidia.spark.rapids.CastOpSuite @ cast string to decimal (include NaN/INF/-INF)' 
@gerashegalov gerashegalov added feature request New feature or request ? - Needs Triage Need team to review and classify labels Oct 7, 2022
@sameerz sameerz added test Only impacts tests and removed feature request New feature or request ? - Needs Triage Need team to review and classify labels Oct 11, 2022
@gerashegalov gerashegalov added the build Related to CI / CD or cleanly building label Oct 18, 2022
@gerashegalov
Copy link
Collaborator Author

Resolved via #9698

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building test Only impacts tests
Projects
None yet
Development

No branches or pull requests

2 participants