-
Notifications
You must be signed in to change notification settings - Fork 275
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
Ide Tests fails with 'com.intellij.platform.instanceContainer.InstanceNotRegisteredException: com.intellij.platform.settings.SettingsController' after updating to 2.1.X+ #1834
Comments
Hey, Stephane! Looking at the ![]() However, for the For the Lines 347 to 358 in 5a33c4f
They're most likely missing, and you include a raw DMG archive for the |
For info, same error with latest 2.2.0 |
what can i see for now is different. however, the scope is different ( from provided to runtime). is there a task i can use to print the classpath and scope for better understanding/diff ? |
To inspect the classpath used by the tasks {
test {
doFirst {
println("classpath = \n${classpath.joinToString("\n")}")
}
}
} |
With your above task, i can spot that the custom |
Hi all, I had similar issue with my plugin https://github.com/vbmacher/intellij-cucumber-scala - tests throwing
After several months I resolved it just with updating sbt-idea-plugin from version 3.20.1 to 3.26.2 (they don't even show the latest version in releases). Just saying it's maybe worth checking what has changed between these versions and check if the same kind of changes shouldnt be applied in the gradle plugin (or first maybe try to update it). |
What happened?
Our Integration test suite starts to fails after updating to 2.1.0.
the tests overrides BasePlatformTestCase and its fails into the setUp() pahse, while initializingthe fixture.
everything runs fine with no change using 2.0.1
Relevant log output or stack trace
Steps to reproduce
checkout https://github.com/redhat-developer/intellij-openshift-connector, update gradle intelij plugin to 2.1.0 in libs.toml and run ./gradlew integrationTest. see the failures messages
whereas when no changes, there is expected failures due to missing kubernetes cluster ( kind ) , but ToolFactoryTest for example is fine
Gradle IntelliJ Plugin version
2.1.0
Gradle version
8.5
Operating System
Linux
Link to build, i.e. failing GitHub Action job
https://github.com/redhat-developer/intellij-openshift-connector/actions/runs/12164905013/job/33928092232?pr=948
The text was updated successfully, but these errors were encountered: