Skip to content

chore: send telemetry when connecting to a cluster INTELLIJ-13 #80

chore: send telemetry when connecting to a cluster INTELLIJ-13

chore: send telemetry when connecting to a cluster INTELLIJ-13 #80

Triggered via pull request June 17, 2024 21:57
Status Success
Total duration 4m 51s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

4 errors
NewConnectionActivatedProbeTest.should get proper build information of the server(Application, Project, MongoDbServerUrl): packages/jetbrains-plugin/src/test/kotlin/com/mongodb/jbplugin/observability/probe/NewConnectionActivatedProbeTest.kt#L1
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [boolean arg0] in constructor [public com.mongodb.jbplugin.observability.probe.NewConnectionActivatedProbeTest(boolean,boolean,boolean,boolean,boolean,java.lang.String)].
UnknownClass.executionError: UnknownClass#L1
java.lang.AssertionError: java.lang.AssertionError: Found a leaked instance of class com.intellij.openapi.project.impl.ProjectImpl Instance: Project(name=DataGripBasedReadModelProviderTest, containerState=DISPOSE_COMPLETED, componentStore=/tmp/DataGripBasedReadModelProviderTest137987146023570384) (disposed) Hashcode: 1032306847 Error description: This error means that the object is expected to be collected by the garbage collector by this time, but it was not. Please make sure you dispose your resources properly. See https://plugins.jetbrains.com/docs/intellij/disposers.html Try looking for 'Heap dump is published to ' line in the system output log below. It contains a path to a collected memory snapshot Existing strong reference path to the instance: via 'com.intellij.psi.codeStyle.ProjectCodeStyleSettingsManager.myProject'; Value: 'Project(name=DataGripBasedReadModelProviderTest, containerState=DISPOSE_COMPLETED, componentStore=/tmp/DataGripBasedReadModelProviderTest137987146023570384) (disposed)' of class com.intellij.openapi.project.impl.ProjectImpl via 'com.intellij.psi.codeStyle.CodeStyleSettingsManager$$Lambda$1176/0x00000001009b29c8.arg$1'; Value: 'com.intellij.psi.codeStyle.ProjectCodeStyleSettingsManager@238de83' of class com.intellij.psi.codeStyle.ProjectCodeStyleSettingsManager via 'com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1.$listener'; Value: 'com.intellij.psi.codeStyle.CodeStyleSettingsManager$$Lambda$1176/0x00000001009b29c8@43f385d9' of class com.intellij.psi.codeStyle.CodeStyleSettingsManager$$Lambda$1176/0x00000001009b29c8 via '[0]'; Value: 'com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1@44b771e' of class com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1 via 'kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector.buffer'; Value: '[com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1@44b771e, com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1@e4...' of class [Ljava.lang.Object; via 'com.intellij.openapi.extensions.impl.ExtensionPointImpl.listeners'; Value: 'Collection (size=2)' of class kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector via 'java.util.HashMap$Node.value'; Value: 'com.intellij.fileIndentOptionsProvider' of class com.intellij.openapi.extensions.impl.InterfaceExtensionPoint via '[990]'; Value: 'com.intellij.fileIndentOptionsProvider=com.intellij.fileIndentOptionsProvider' of class java.util.HashMap$Node via 'java.util.HashMap.table'; Value: '[com.intellij.embeddedTokenHighlighter=com.intellij.embeddedTokenHighlighter, null, com.intellij.daemon.statusItemMerger=com.intellij.daemon.statusItemMerger, null, com.intellij.importsAlmostOptimizer...' of class [Ljava.util.HashMap$Node; via 'com.intellij.openapi.extensions.impl.ExtensionsAreaImpl.extensionPoints'; Value: '{com.intellij.embeddedTokenHighlighter=com.intellij.embeddedTokenHighlighter, com.intellij.daemon.statusItemMerger=com.intellij.daemon.statusItemMerger, com.intellij.profiler.callTreeFilterProvider=co...' of class java.util.HashMap via 'com.intellij.serviceContainer.ComponentManagerImpl.extensionArea'; Value: 'Application (unit test) (internal) (headless) (command line) (RA allowed) (IR on EDT disabled)' of class com.intellij.openapi.extensions.impl.ExtensionsAreaImpl via '(root)'; Value: 'Application (unit test) (internal) (headless) (command line) (RA allowed) (IR on EDT disabled)' of class com.intellij.openapi.application.impl.ApplicationImpl (from ApplicationManager.getApplication()) The instance was created at: Project(name=DataGripBasedReadModelProviderTest, containerState=DISPOSE_COMPLETED, componentStore=/tmp/DataGripBasedReadModelProviderTest137987146023570384) (disposed) 2024-06-17T21:59:[email protected] at com.intellij.util.ExceptionUtil.currentStackTrace(ExceptionUtil.java:69) at com.intellij.openapi.project.impl.ProjectImpl.storeCreationTrace(ProjectImpl.kt:407) at com.intellij.openapi.project.impl.ProjectImpl.<init>(ProjectImpl.kt:131) at com.intellij.openapi.project.impl.ProjectManagerImpl$instantiateProject$project$1.invokeSuspend(ProjectManagerImpl.kt:841) at com.intellij.openapi.project.impl.ProjectManagerImpl$instantiateProject$project$1.invoke(ProjectManagerImpl.kt) at com.intellij.openapi.project.impl.ProjectManagerImpl$instantiateProject$project$1.invoke(ProjectManagerImpl.kt) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78) at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167) at kotlinx.coroutines.BuildersKt.withContext(Unknown Source) at com.intellij.platform.diagnostic.telemetry.impl.TracerKt.span(tracer.kt:53) at com.intellij.platform.diagnostic.telemetry.impl.TracerKt.span$default(tracer.kt:49) at com.intellij.openapi.project.impl.ProjectManagerImpl.instantiateProject$suspendImpl(ProjectManagerImpl.kt:840) at com.intellij.openapi.project.impl.ProjectManagerImpl.instantiateProject(ProjectManagerImpl.kt) at com.intellij.project.TestProjectManager.instantiateProject$suspendImpl(TestProjectManager.kt:152) at com.intellij.project.TestProjectManager.instantiateProject(TestProjectManager.kt) at com.intellij.openapi.project.impl.ProjectManagerImpl.newProjectAsync$suspendImpl(ProjectManagerImpl.kt:812) at com.intellij.openapi.project.impl.ProjectManagerImpl$newProjectAsync$1.invokeSuspend(ProjectManagerImpl.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
NewConnectionActivatedProbeTest.should get proper build information of the server(Application, Project, MongoDbServerUrl): packages/jetbrains-plugin/src/test/kotlin/com/mongodb/jbplugin/observability/probe/NewConnectionActivatedProbeTest.kt#L1
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [boolean arg0] in constructor [public com.mongodb.jbplugin.observability.probe.NewConnectionActivatedProbeTest(boolean,boolean,boolean,boolean,boolean,java.lang.String)].
UnknownClass.executionError: UnknownClass#L1
java.lang.AssertionError: java.lang.AssertionError: Found a leaked instance of class com.intellij.openapi.project.impl.ProjectImpl Instance: Project(name=DataGripBasedReadModelProviderTest, containerState=DISPOSE_COMPLETED, componentStore=/tmp/DataGripBasedReadModelProviderTest4942333879048616130) (disposed) Hashcode: 1887880108 Error description: This error means that the object is expected to be collected by the garbage collector by this time, but it was not. Please make sure you dispose your resources properly. See https://plugins.jetbrains.com/docs/intellij/disposers.html Try looking for 'Heap dump is published to ' line in the system output log below. It contains a path to a collected memory snapshot Existing strong reference path to the instance: via 'com.intellij.psi.codeStyle.ProjectCodeStyleSettingsManager.myProject'; Value: 'Project(name=DataGripBasedReadModelProviderTest, containerState=DISPOSE_COMPLETED, componentStore=/tmp/DataGripBasedReadModelProviderTest4942333879048616130) (disposed)' of class com.intellij.openapi.project.impl.ProjectImpl via 'com.intellij.psi.codeStyle.CodeStyleSettingsManager$$Lambda$1166/0x00000001009b2060.arg$1'; Value: 'com.intellij.psi.codeStyle.ProjectCodeStyleSettingsManager@a1fb05f' of class com.intellij.psi.codeStyle.ProjectCodeStyleSettingsManager via 'com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1.$listener'; Value: 'com.intellij.psi.codeStyle.CodeStyleSettingsManager$$Lambda$1166/0x00000001009b2060@362159c5' of class com.intellij.psi.codeStyle.CodeStyleSettingsManager$$Lambda$1166/0x00000001009b2060 via '[0]'; Value: 'com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1@6fc5ee30' of class com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1 via 'kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector.buffer'; Value: '[com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1@6fc5ee30, com.intellij.openapi.extensions.impl.ExtensionPointImpl$doAddChangeListener$listenerAdapter$1@3...' of class [Ljava.lang.Object; via 'com.intellij.openapi.extensions.impl.ExtensionPointImpl.listeners'; Value: 'Collection (size=2)' of class kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector via 'java.util.HashMap$Node.value'; Value: 'com.intellij.fileIndentOptionsProvider' of class com.intellij.openapi.extensions.impl.InterfaceExtensionPoint via '[990]'; Value: 'com.intellij.fileIndentOptionsProvider=com.intellij.fileIndentOptionsProvider' of class java.util.HashMap$Node via 'java.util.HashMap.table'; Value: '[com.intellij.embeddedTokenHighlighter=com.intellij.embeddedTokenHighlighter, null, com.intellij.daemon.statusItemMerger=com.intellij.daemon.statusItemMerger, null, com.intellij.importsAlmostOptimizer...' of class [Ljava.util.HashMap$Node; via 'com.intellij.openapi.extensions.impl.ExtensionsAreaImpl.extensionPoints'; Value: '{com.intellij.embeddedTokenHighlighter=com.intellij.embeddedTokenHighlighter, com.intellij.daemon.statusItemMerger=com.intellij.daemon.statusItemMerger, com.intellij.profiler.callTreeFilterProvider=co...' of class java.util.HashMap via 'com.intellij.serviceContainer.ComponentManagerImpl.extensionArea'; Value: 'Application (unit test) (internal) (headless) (command line) (RA allowed) (IR on EDT disabled)' of class com.intellij.openapi.extensions.impl.ExtensionsAreaImpl via '(root)'; Value: 'Application (unit test) (internal) (headless) (command line) (RA allowed) (IR on EDT disabled)' of class com.intellij.openapi.application.impl.ApplicationImpl (from ApplicationManager.getApplication()) The instance was created at: Project(name=DataGripBasedReadModelProviderTest, containerState=DISPOSE_COMPLETED, componentStore=/tmp/DataGripBasedReadModelProviderTest4942333879048616130) (disposed) 2024-06-17T22:05:[email protected] at com.intellij.util.ExceptionUtil.currentStackTrace(ExceptionUtil.java:69) at com.intellij.openapi.project.impl.ProjectImpl.storeCreationTrace(ProjectImpl.kt:407) at com.intellij.openapi.project.impl.ProjectImpl.<init>(ProjectImpl.kt:131) at com.intellij.openapi.project.impl.ProjectManagerImpl$instantiateProject$project$1.invokeSuspend(ProjectManagerImpl.kt:841) at com.intellij.openapi.project.impl.ProjectManagerImpl$instantiateProject$project$1.invoke(ProjectManagerImpl.kt) at com.intellij.openapi.project.impl.ProjectManagerImpl$instantiateProject$project$1.invoke(ProjectManagerImpl.kt) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78) at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167) at kotlinx.coroutines.BuildersKt.withContext(Unknown Source) at com.intellij.platform.diagnostic.telemetry.impl.TracerKt.span(tracer.kt:53) at com.intellij.platform.diagnostic.telemetry.impl.TracerKt.span$default(tracer.kt:49) at com.intellij.openapi.project.impl.ProjectManagerImpl.instantiateProject$suspendImpl(ProjectManagerImpl.kt:840) at com.intellij.openapi.project.impl.ProjectManagerImpl.instantiateProject(ProjectManagerImpl.kt) at com.intellij.project.TestProjectManager.instantiateProject$suspendImpl(TestProjectManager.kt:152) at com.intellij.project.TestProjectManager.instantiateProject(TestProjectManager.kt) at com.intellij.openapi.project.impl.ProjectManagerImpl.newProjectAsync$suspendImpl(ProjectManagerImpl.kt:812) at com.intellij.openapi.project.impl.ProjectManagerImpl$newProjectAsync$1.invokeSuspend(ProjectManagerImpl.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)