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

TestLauncher cannot launch tests from included builds when CC is enabled #26206

Closed
donat opened this issue Aug 29, 2023 · 1 comment · Fixed by #26243
Closed

TestLauncher cannot launch tests from included builds when CC is enabled #26206

donat opened this issue Aug 29, 2023 · 1 comment · Fixed by #26243
Assignees
Milestone

Comments

@donat
Copy link
Member

donat commented Aug 29, 2023

Steps to reproduce:

  • Enable testlauncher support in IntelliJ
  • Import the gradle/gradle repository
  • Try to run GradleDistributionInstallTest
@donat donat added this to the 8.4 RC1 milestone Aug 29, 2023
@donat donat self-assigned this Aug 29, 2023
@mlopatkin mlopatkin added the in:configuration-cache Configuration Caching label Aug 30, 2023
@bamboo bamboo self-assigned this Aug 30, 2023
@ov7a ov7a added the a:bug label Sep 1, 2023
bot-gradle added a commit that referenced this issue Sep 6, 2023
…gure tasks from included builds

Treat requested task path as `<build path>:<project path>:<task name>` and find included build matching the longest task path prefix.

Fixes #26206

### Reviewing cheatsheet

Before merging the PR, comments starting with
- ❌ ❓**must** be fixed
- 🤔 💅 **should** be fixed
- 💭 **may** be fixed
- 🎉 celebrate happy things

Co-authored-by: Rodrigo B. de Oliveira <rodrigo@gradle.com>
@bamboo
Copy link
Member

bamboo commented Sep 6, 2023

Fixed via #26243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants