Using intellij 2024.3.1 I’ve the following error trying to run the tests:
TestLoggerAssertionError: 'ai.installer.notification.group.name' baseBundleName=messages.LLMInstallerBundle Plugin: com.intellij.llmInstaller
This doesn’t happen if I use 2024.3 as version.
Full Stacktrace:
Caused by: com.intellij.testFramework.TestLoggerFactory$TestLoggerAssertionError: 'ai.installer.notification.group.name' is not found (baseBundleName=messages.LLMInstallerBundle, bundle=com.intellij.IntelliJResourceBundle@7cc0fbd2)
at com.intellij.testFramework.TestLoggerFactory$TestLogger.error(TestLoggerFactory.java:460)
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
at com.intellij.BundleBaseKt.useDefaultValue(BundleBase.kt:283)
at com.intellij.IntelliJResourceBundle.getMessage(IntelliJResourceBundle.kt:38)
at com.intellij.BundleBaseKt.messageOrDefault(BundleBase.kt:246)
at com.intellij.BundleBase.messageOrDefault(BundleBase.kt:105)
at com.intellij.notification.impl.NotificationGroupEP.getDisplayName(NotificationGroupEP.java:118)
at com.intellij.notification.impl.NotificationGroupManagerImplKt.registerNotificationGroup(NotificationGroupManagerImpl.kt:88)
at com.intellij.notification.impl.NotificationGroupManagerImplKt.computeGroups$lambda$0(NotificationGroupManagerImpl.kt:67)
at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processWithPluginDescriptor(ExtensionPointImpl.kt:1087)