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

chore(deps): fix cve-2023-2976 (com.datastax.oss:java-driver-shaded-guava) #12477

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Merge branch 'master' into fix/java-driver-shaded-guava

57ba9e2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): fix cve-2023-2976 (com.datastax.oss:java-driver-shaded-guava) #12477

Merge branch 'master' into fix/java-driver-shaded-guava
57ba9e2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results (build & test) failed Jan 31, 2025 in 0s

12 fail, 12 skipped, 978 pass in 7m 45s

  246 files  + 2  246 suites  +2   7m 45s ⏱️ +57s
1 002 tests +26  978 ✅ +25  12 💤 +1  12 ❌ ±0 
1 018 runs  +28  978 ✅ +25  12 💤 +1  28 ❌ +2 

Results for commit 57ba9e2. ± Comparison against earlier commit a9f9f82.

Annotations

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

springTestContextPrepareTestInstance (com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest) failed

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest.xml [took 52s]
Raw output
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@58e9da15 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@cf260f1d], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
	at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:130)
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:119)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:180)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:122)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cassandraDriverConfigLoader' defined in class path resource [org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.class]: Failed to instantiate [com.datastax.oss.driver.api.core.config.DriverConfigLoader]: Factory method 'cassandraDriverConfigLoader' threw exception with message: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1355)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1185)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337)
	at app//org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
	at app//org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975)
	at app//org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:971)
	at app//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625)
	at app//org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
	at app//org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
	at app//org.springframework.boot.SpringApplication.run(SpringApplication.java:335)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:137)
	at app//org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)
	at app//org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)
	at app//org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1463)
	at app//org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:553)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:137)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:108)
	at app//org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)
	at app//org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)
	... 49 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.datastax.oss.driver.api.core.config.DriverConfigLoader]: Factory method 'cassandraDriverConfigLoader' threw exception with message: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at app//org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:178)
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644)
	... 73 more
Caused by: java.lang.NoClassDefFoundError: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig.extractProfiles(TypesafeDriverConfig.java:109)
	at com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig.<init>(TypesafeDriverConfig.java:55)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.<init>(DefaultDriverConfigLoader.java:196)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.<init>(DefaultDriverConfigLoader.java:182)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultProgrammaticDriverConfigLoaderBuilder.build(DefaultProgrammaticDriverConfigLoaderBuilder.java:244)
	at org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration.cassandraDriverConfigLoader(CassandraAutoConfiguration.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:146)
	... 74 more
Caused by: java.lang.ClassNotFoundException: com.datastax.oss.driver.shaded.guava.common.collect.ImmutableMap
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	... 85 more

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

springTestContextBeforeTestMethod (com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest) failed

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@58e9da15 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@cf260f1d], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
	at org.springframework.test.context.web.ServletTestExecutionListener.beforeTestMethod(ServletTestExecutionListener.java:143)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(AbstractTestNGSpringContextTests.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:810)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:577)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

springTestContextAfterTestMethod (com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest) failed

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@58e9da15 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@cf260f1d], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener.afterTestMethod(ResetMocksTestExecutionListener.java:67)
	at org.springframework.test.context.TestContextManager.afterTestMethod(TestContextManager.java:487)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(AbstractTestNGSpringContextTests.java:183)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:810)
	at org.testng.internal.invokers.TestInvoker.runAfterConfigurations(TestInvoker.java:779)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:600)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@58e9da15 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@cf260f1d], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener.afterTestMethod(WebDriverTestExecutionListener.java:42)
		... 53 more
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@58e9da15 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@cf260f1d], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener.afterTestMethod(MockMvcPrintOnlyOnFailureTestExecutionListener.java:39)
		... 53 more
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@58e9da15 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@cf260f1d], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener.afterTestMethod(MockRestServiceServerResetTestExecutionListener.java:40)
		... 53 more

Check warning on line 0 in com.linkedin.datahub.upgrade.UpgradeCliApplicationTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

springTestContextPrepareTestInstance (com.linkedin.datahub.upgrade.UpgradeCliApplicationTest) failed

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.UpgradeCliApplicationTest.xml [took 5s]
Raw output
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@7e371c3f testClass = com.linkedin.datahub.upgrade.UpgradeCliApplicationTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
	at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:130)
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:119)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:180)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:122)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cassandraDriverConfigLoader' defined in class path resource [org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.class]: Failed to instantiate [com.datastax.oss.driver.api.core.config.DriverConfigLoader]: Factory method 'cassandraDriverConfigLoader' threw exception with message: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1355)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1185)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337)
	at app//org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
	at app//org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975)
	at app//org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:971)
	at app//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625)
	at app//org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
	at app//org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
	at app//org.springframework.boot.SpringApplication.run(SpringApplication.java:335)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:137)
	at app//org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)
	at app//org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)
	at app//org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1463)
	at app//org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:553)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:137)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:108)
	at app//org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)
	at app//org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)
	... 49 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.datastax.oss.driver.api.core.config.DriverConfigLoader]: Factory method 'cassandraDriverConfigLoader' threw exception with message: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at app//org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:178)
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644)
	... 73 more
Caused by: java.lang.NoClassDefFoundError: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig.extractProfiles(TypesafeDriverConfig.java:109)
	at com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig.<init>(TypesafeDriverConfig.java:55)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.<init>(DefaultDriverConfigLoader.java:196)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.<init>(DefaultDriverConfigLoader.java:182)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultProgrammaticDriverConfigLoaderBuilder.build(DefaultProgrammaticDriverConfigLoaderBuilder.java:244)
	at org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration.cassandraDriverConfigLoader(CassandraAutoConfiguration.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:146)
	... 74 more
Caused by: java.lang.ClassNotFoundException: com.datastax.oss.driver.shaded.guava.common.collect.ImmutableMap
	... 85 more

Check warning on line 0 in com.linkedin.datahub.upgrade.UpgradeCliApplicationTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

All 4 runs failed: springTestContextBeforeTestMethod (com.linkedin.datahub.upgrade.UpgradeCliApplicationTest)

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.UpgradeCliApplicationTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@7e371c3f testClass = com.linkedin.datahub.upgrade.UpgradeCliApplicationTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
	at org.springframework.test.context.web.ServletTestExecutionListener.beforeTestMethod(ServletTestExecutionListener.java:143)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(AbstractTestNGSpringContextTests.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:810)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:577)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)

Check warning on line 0 in com.linkedin.datahub.upgrade.UpgradeCliApplicationTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

All 4 runs failed: springTestContextAfterTestMethod (com.linkedin.datahub.upgrade.UpgradeCliApplicationTest)

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.UpgradeCliApplicationTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@7e371c3f testClass = com.linkedin.datahub.upgrade.UpgradeCliApplicationTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener.afterTestMethod(ResetMocksTestExecutionListener.java:67)
	at org.springframework.test.context.TestContextManager.afterTestMethod(TestContextManager.java:487)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(AbstractTestNGSpringContextTests.java:183)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:810)
	at org.testng.internal.invokers.TestInvoker.runAfterConfigurations(TestInvoker.java:779)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:600)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@7e371c3f testClass = com.linkedin.datahub.upgrade.UpgradeCliApplicationTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener.afterTestMethod(WebDriverTestExecutionListener.java:42)
		... 53 more
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@7e371c3f testClass = com.linkedin.datahub.upgrade.UpgradeCliApplicationTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener.afterTestMethod(MockMvcPrintOnlyOnFailureTestExecutionListener.java:39)
		... 53 more
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@7e371c3f testClass = com.linkedin.datahub.upgrade.UpgradeCliApplicationTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener.afterTestMethod(MockRestServiceServerResetTestExecutionListener.java:40)
		... 53 more

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

springTestContextPrepareTestInstance (com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest) failed

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest.xml [took 59s]
Raw output
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@1442c3d7 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
	at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:130)
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:119)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:180)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:122)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cassandraDriverConfigLoader' defined in class path resource [org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.class]: Failed to instantiate [com.datastax.oss.driver.api.core.config.DriverConfigLoader]: Factory method 'cassandraDriverConfigLoader' threw exception with message: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1355)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1185)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337)
	at app//org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
	at app//org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975)
	at app//org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:971)
	at app//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625)
	at app//org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
	at app//org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
	at app//org.springframework.boot.SpringApplication.run(SpringApplication.java:335)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:137)
	at app//org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)
	at app//org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)
	at app//org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1463)
	at app//org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:553)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:137)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:108)
	at app//org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)
	at app//org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)
	... 49 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.datastax.oss.driver.api.core.config.DriverConfigLoader]: Factory method 'cassandraDriverConfigLoader' threw exception with message: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at app//org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:178)
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644)
	... 73 more
Caused by: java.lang.NoClassDefFoundError: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig.extractProfiles(TypesafeDriverConfig.java:109)
	at com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig.<init>(TypesafeDriverConfig.java:55)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.<init>(DefaultDriverConfigLoader.java:196)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.<init>(DefaultDriverConfigLoader.java:182)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultProgrammaticDriverConfigLoaderBuilder.build(DefaultProgrammaticDriverConfigLoaderBuilder.java:244)
	at org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration.cassandraDriverConfigLoader(CassandraAutoConfiguration.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:146)
	... 74 more
Caused by: java.lang.ClassNotFoundException: com.datastax.oss.driver.shaded.guava.common.collect.ImmutableMap
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	... 85 more

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

All 3 runs failed: springTestContextBeforeTestMethod (com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest)

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1442c3d7 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
	at org.springframework.test.context.web.ServletTestExecutionListener.beforeTestMethod(ServletTestExecutionListener.java:143)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(AbstractTestNGSpringContextTests.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:810)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:577)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

All 3 runs failed: springTestContextAfterTestMethod (com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest)

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1442c3d7 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener.afterTestMethod(ResetMocksTestExecutionListener.java:67)
	at org.springframework.test.context.TestContextManager.afterTestMethod(TestContextManager.java:487)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(AbstractTestNGSpringContextTests.java:183)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:810)
	at org.testng.internal.invokers.TestInvoker.runAfterConfigurations(TestInvoker.java:779)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:600)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1442c3d7 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener.afterTestMethod(WebDriverTestExecutionListener.java:42)
		... 53 more
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1442c3d7 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener.afterTestMethod(MockMvcPrintOnlyOnFailureTestExecutionListener.java:39)
		... 53 more
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1442c3d7 testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@41bd6a0f, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@57b130f6, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@362be0cd, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@30ef32eb, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@611a2d82, org.springframework.boot.test.context.SpringBootTestAnnotation@a51a38ce], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener.afterTestMethod(MockRestServiceServerResetTestExecutionListener.java:40)
		... 53 more

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

springTestContextPrepareTestInstance (com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest) failed

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest.xml [took 5s]
Raw output
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@138fe65f testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["BOOTSTRAP_SYSTEM_UPDATE_DATA_JOB_NODE_CLL_ENABLED=true", "kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@3bf2fc00], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
	at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:130)
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:119)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:180)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:122)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cassandraDriverConfigLoader' defined in class path resource [org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfiguration.class]: Failed to instantiate [com.datastax.oss.driver.api.core.config.DriverConfigLoader]: Factory method 'cassandraDriverConfigLoader' threw exception with message: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648)
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1355)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1185)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
	at app//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337)
	at app//org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335)
	at app//org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
	at app//org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975)
	at app//org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:971)
	at app//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625)
	at app//org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
	at app//org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
	at app//org.springframework.boot.SpringApplication.run(SpringApplication.java:335)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:137)
	at app//org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)
	at app//org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)
	at app//org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1463)
	at app//org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:553)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:137)
	at app//org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:108)
	at app//org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)
	at app//org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)
	... 49 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.datastax.oss.driver.api.core.config.DriverConfigLoader]: Factory method 'cassandraDriverConfigLoader' threw exception with message: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at app//org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:178)
	at app//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644)
	... 73 more
Caused by: java.lang.NoClassDefFoundError: com/datastax/oss/driver/shaded/guava/common/collect/ImmutableMap
	at com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig.extractProfiles(TypesafeDriverConfig.java:109)
	at com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig.<init>(TypesafeDriverConfig.java:55)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.<init>(DefaultDriverConfigLoader.java:196)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.<init>(DefaultDriverConfigLoader.java:182)
	at com.datastax.oss.driver.internal.core.config.typesafe.DefaultProgrammaticDriverConfigLoaderBuilder.build(DefaultProgrammaticDriverConfigLoaderBuilder.java:244)
	at org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration.cassandraDriverConfigLoader(CassandraAutoConfiguration.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:146)
	... 74 more
Caused by: java.lang.ClassNotFoundException: com.datastax.oss.driver.shaded.guava.common.collect.ImmutableMap
	... 85 more

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

All 4 runs failed: springTestContextBeforeTestMethod (com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest)

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@138fe65f testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["BOOTSTRAP_SYSTEM_UPDATE_DATA_JOB_NODE_CLL_ENABLED=true", "kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@3bf2fc00], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:191)
	at org.springframework.test.context.web.ServletTestExecutionListener.beforeTestMethod(ServletTestExecutionListener.java:143)
	at org.springframework.test.context.TestContextManager.beforeTestMethod(TestContextManager.java:320)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(AbstractTestNGSpringContextTests.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:810)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:577)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)

Check warning on line 0 in com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

All 4 runs failed: springTestContextAfterTestMethod (com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest)

artifacts/Test Results (build) - except_metadata_ingestion-/datahub-upgrade/build/test-results/test/TEST-com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@138fe65f testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["BOOTSTRAP_SYSTEM_UPDATE_DATA_JOB_NODE_CLL_ENABLED=true", "kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@3bf2fc00], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
	at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
	at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
	at org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener.afterTestMethod(ResetMocksTestExecutionListener.java:67)
	at org.springframework.test.context.TestContextManager.afterTestMethod(TestContextManager.java:487)
	at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(AbstractTestNGSpringContextTests.java:183)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
	at org.testng.internal.invokers.TestInvoker.runConfigMethods(TestInvoker.java:810)
	at org.testng.internal.invokers.TestInvoker.runAfterConfigurations(TestInvoker.java:779)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:600)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:227)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:957)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:200)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:848)
	at org.testng.TestRunner.run(TestRunner.java:621)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
	at org.testng.TestNG.runSuites(TestNG.java:1114)
	at org.testng.TestNG.run(TestNG.java:1082)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:153)
	at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:95)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:92)
	at jdk.proxy2/jdk.proxy2.$Proxy6.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:200)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:132)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:103)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:63)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:121)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@138fe65f testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["BOOTSTRAP_SYSTEM_UPDATE_DATA_JOB_NODE_CLL_ENABLED=true", "kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@3bf2fc00], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener.afterTestMethod(WebDriverTestExecutionListener.java:42)
		... 53 more
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@138fe65f testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["BOOTSTRAP_SYSTEM_UPDATE_DATA_JOB_NODE_CLL_ENABLED=true", "kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@3bf2fc00], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener.afterTestMethod(MockMvcPrintOnlyOnFailureTestExecutionListener.java:39)
		... 53 more
	Suppressed: java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@138fe65f testClass = com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest, locations = [], classes = [com.linkedin.datahub.upgrade.UpgradeCliApplication, com.linkedin.datahub.upgrade.UpgradeCliApplicationTestConfiguration], contextInitializerClasses = [], activeProfiles = ["test"], propertySourceDescriptors = [], propertySourceProperties = ["BOOTSTRAP_SYSTEM_UPDATE_DATA_JOB_NODE_CLL_ENABLED=true", "kafka.schemaRegistry.type=INTERNAL", "DATAHUB_UPGRADE_HISTORY_TOPIC_NAME=DataHubUpgradeHistory_v1", "METADATA_CHANGE_LOG_VERSIONED_TOPIC_NAME=MetadataChangeLog_Versioned_v1", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@2de7c84a, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@10cb050, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4ffa078d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4449b273, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@34bddf43, org.springframework.boot.test.context.SpringBootTestAnnotation@3bf2fc00], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
		at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
		at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
		at org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener.afterTestMethod(MockRestServiceServerResetTestExecutionListener.java:40)
		... 53 more

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

12 skipped tests found

There are 12 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest ‑ testNBlockingBootstrapMCP
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ testSystemUpdateInit
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ testSystemUpdateKafkaProducerOverride
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ testSystemUpdateSend
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ testNonBlockingBootstrapMCP
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ testReindexDataJobViaNodesCLLPagingArgs
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ testReindexDataJobViaNodesCLLResumePaging
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ testSystemUpdateNonBlockingInit
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testBuildIndicesInit
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testNoThrottle
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testRestoreIndicesInit
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testTraceContext

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

1002 tests found (test 1 to 622)

There are 1002 tests, see "Raw output" for the list of tests 1 to 622.
Raw output
com.datahub.authorization.AuthUtilTest ‑ testEntityType
com.datahub.authorization.AuthUtilTest ‑ testIsAPIAuthorizedUrns
com.datahub.authorization.AuthUtilTest ‑ testManageConjoin
com.datahub.authorization.AuthUtilTest ‑ testManageEntityPrivilegeGroupBuilder
com.datahub.authorization.AuthUtilTest ‑ testReadInheritance
com.datahub.authorization.AuthUtilTest ‑ testSimplePrivilegeGroupBuilder
com.datahub.authorization.AuthUtilTest ‑ testSystemEnvInit
com.datahub.metadata.dao.throttle.KafkaThrottleSensorTest ‑ testBackOff
com.datahub.metadata.dao.throttle.KafkaThrottleSensorTest ‑ testLagCalculation
com.datahub.metadata.dao.throttle.KafkaThrottleSensorTest ‑ testScheduler
com.datahub.metadata.dao.throttle.KafkaThrottleSensorTest ‑ testThrottle
com.datahub.metadata.ingestion.IngestionSchedulerTest ‑ testInvokeDelete
com.datahub.metadata.ingestion.IngestionSchedulerTest ‑ testInvokeInvalidSchedule
com.datahub.metadata.ingestion.IngestionSchedulerTest ‑ testInvokeMissingSchedule
com.datahub.metadata.ingestion.IngestionSchedulerTest ‑ testInvokeNewSchedule
com.datahub.metadata.ingestion.IngestionSchedulerTest ‑ testInvokeUpdateExistingSchedule
com.datahub.metadata.ingestion.IngestionSchedulerTest ‑ testSchedule
com.datahub.metadata.ingestion.IngestionSchedulerTest ‑ testUnscheduleAll
com.linkedin.common.urn.DatasetFieldUrnTest ‑ testCreateUrn
com.linkedin.common.urn.DatasetFieldUrnTest ‑ testSerialization
com.linkedin.common.urn.DatasetFieldUrnTest ‑ testUrnConstructors
com.linkedin.common.util.ModelUtilsTest ‑ testAspectClassForSnapshot
com.linkedin.common.util.ModelUtilsTest ‑ testGetAspectClass
com.linkedin.common.util.ModelUtilsTest ‑ testGetAspectFromSnapshot
com.linkedin.common.util.ModelUtilsTest ‑ testGetAspectName
com.linkedin.common.util.ModelUtilsTest ‑ testGetAspectsFromSnapshot
com.linkedin.common.util.ModelUtilsTest ‑ testGetAspectsFromSnapshotAlias
com.linkedin.common.util.ModelUtilsTest ‑ testGetAspectsFromSnapshotUnion
com.linkedin.common.util.ModelUtilsTest ‑ testGetAspectsFromSnapshotUnionAlias
com.linkedin.common.util.ModelUtilsTest ‑ testGetInvalidAspectClass
com.linkedin.common.util.ModelUtilsTest ‑ testGetInvalidSnapshotClassFromName
com.linkedin.common.util.ModelUtilsTest ‑ testGetMAETopicName
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromDelta
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromDeltaUnion
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromDeltaUnionAlias
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromDocument
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromEntity
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromRelationship
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromSnapshot
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromSnapshotUnion
com.linkedin.common.util.ModelUtilsTest ‑ testGetUrnFromSnapshotUnionAlias
com.linkedin.common.util.ModelUtilsTest ‑ testGetValidAspectTypes
com.linkedin.common.util.ModelUtilsTest ‑ testGetValidSnapshotClassFromName
com.linkedin.common.util.ModelUtilsTest ‑ testNewAspect
com.linkedin.common.util.ModelUtilsTest ‑ testNewAspectAlias
com.linkedin.common.util.ModelUtilsTest ‑ testNewEntityUnion
com.linkedin.common.util.ModelUtilsTest ‑ testNewEntityUnionAlias
com.linkedin.common.util.ModelUtilsTest ‑ testNewRelatioshipUnion
com.linkedin.common.util.ModelUtilsTest ‑ testNewRelatioshipUnionAlias
com.linkedin.common.util.ModelUtilsTest ‑ testNewSnapshot
com.linkedin.common.util.ModelUtilsTest ‑ testUrnClassForDelta
com.linkedin.common.util.ModelUtilsTest ‑ testUrnClassForDocument
com.linkedin.common.util.ModelUtilsTest ‑ testUrnClassForEntity
com.linkedin.common.util.ModelUtilsTest ‑ testUrnClassForSnapshot
com.linkedin.common.util.ModelUtilsTest ‑ testValidateCorrectAspectForSnapshot
com.linkedin.common.util.ModelUtilsTest ‑ testValidateCorrectUrnForSnapshot
com.linkedin.common.util.ModelUtilsTest ‑ testValidateIncorrectAspectForSnapshot
com.linkedin.common.util.RecordUtilsTest ‑ testCapitalizeFirst
com.linkedin.common.util.RecordUtilsTest ‑ testExtractAspectFromSingleAspectEntity
com.linkedin.common.util.RecordUtilsTest ‑ testGetFieldValueArray
com.linkedin.common.util.RecordUtilsTest ‑ testGetFieldValueArrayOfPrimitiveUnions
com.linkedin.common.util.RecordUtilsTest ‑ testGetFieldValuePrimitive
com.linkedin.common.util.RecordUtilsTest ‑ testGetFieldValueRecordType
com.linkedin.common.util.RecordUtilsTest ‑ testGetFieldValueTypeRef
com.linkedin.common.util.RecordUtilsTest ‑ testGetInvalidMetadataSnapshotClassFromName
com.linkedin.common.util.RecordUtilsTest ‑ testGetInvalidRecordDataSchemaField
com.linkedin.common.util.RecordUtilsTest ‑ testGetRecordTemplatePrimitiveField
com.linkedin.common.util.RecordUtilsTest ‑ testGetRecordTemplateUrnField
com.linkedin.common.util.RecordUtilsTest ‑ testGetRecordTemplateWrappedField
com.linkedin.common.util.RecordUtilsTest ‑ testGetSelectedRecordTemplateFromUnion
com.linkedin.common.util.RecordUtilsTest ‑ testGetValidMetadataSnapshotClassFromName
com.linkedin.common.util.RecordUtilsTest ‑ testGetValidRecordDataSchemaField
com.linkedin.common.util.RecordUtilsTest ‑ testSetRecordTemplateComplexField
com.linkedin.common.util.RecordUtilsTest ‑ testSetRecordTemplatePrimitiveField
com.linkedin.common.util.RecordUtilsTest ‑ testSetSelectedRecordTemplateInUnion
com.linkedin.common.util.RecordUtilsTest ‑ testToJsonString
com.linkedin.common.util.RecordUtilsTest ‑ testToRecordTemplate
com.linkedin.common.util.RecordUtilsTest ‑ testToRecordTemplateFromInvalidString
com.linkedin.common.util.VersionedUrnUtilsTest ‑ testVersionStampConstructConvert
com.linkedin.datahub.graphql.authorization.AuthorizationUtilsTest ‑ testRestrictedViewProperties
com.linkedin.datahub.graphql.resolvers.ResolverUtilsTest ‑ testBuildFilterWithUrns
com.linkedin.datahub.graphql.resolvers.ResolverUtilsTest ‑ testCriterionFromFilter
com.linkedin.datahub.graphql.resolvers.UpdateLineageResolverTest ‑ testFailUpdateLineageNoPermissions
com.linkedin.datahub.graphql.resolvers.UpdateLineageResolverTest ‑ testFailUpdateWithMissingDownstream
com.linkedin.datahub.graphql.resolvers.UpdateLineageResolverTest ‑ testUpdateChartLineage
com.linkedin.datahub.graphql.resolvers.UpdateLineageResolverTest ‑ testUpdateDashboardLineage
com.linkedin.datahub.graphql.resolvers.UpdateLineageResolverTest ‑ testUpdateDataJobLineage
com.linkedin.datahub.graphql.resolvers.UpdateLineageResolverTest ‑ testUpdateDatasetLineage
com.linkedin.datahub.graphql.resolvers.assertion.AssertionRunEventResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.assertion.DeleteAssertionResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.assertion.DeleteAssertionResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.assertion.DeleteAssertionResolverTest ‑ testGetSuccessAssertionAlreadyRemoved
com.linkedin.datahub.graphql.resolvers.assertion.DeleteAssertionResolverTest ‑ testGetSuccessNoAssertionInfoFound
com.linkedin.datahub.graphql.resolvers.assertion.DeleteAssertionResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.assertion.EntityAssertionsResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.assertion.ReportAssertionResultResolverTest ‑ testGetAssertionServiceException
com.linkedin.datahub.graphql.resolvers.assertion.ReportAssertionResultResolverTest ‑ testGetSuccessReportAssertionRunEvent
com.linkedin.datahub.graphql.resolvers.assertion.ReportAssertionResultResolverTest ‑ testGetUpdateAssertionUnauthorized
com.linkedin.datahub.graphql.resolvers.assertion.UpsertCustomAssertionResolverTest ‑ testGetAssertionServiceException
com.linkedin.datahub.graphql.resolvers.assertion.UpsertCustomAssertionResolverTest ‑ testGetSuccessCreateAssertion
com.linkedin.datahub.graphql.resolvers.assertion.UpsertCustomAssertionResolverTest ‑ testGetSuccessUpdateAssertion
com.linkedin.datahub.graphql.resolvers.assertion.UpsertCustomAssertionResolverTest ‑ testGetUpdateAssertionUnauthorized
com.linkedin.datahub.graphql.resolvers.assertion.UpsertCustomAssertionResolverTest ‑ testGetUpsertAssertionInvalidAssertionUrn
com.linkedin.datahub.graphql.resolvers.assertion.UpsertCustomAssertionResolverTest ‑ testGetUpsertAssertionInvalidEntityUrn
com.linkedin.datahub.graphql.resolvers.assertion.UpsertCustomAssertionResolverTest ‑ testGetUpsertAssertionMissingPlatformFailure
com.linkedin.datahub.graphql.resolvers.auth.ListAccessTokensResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.browse.BrowseV2ResolverTest ‑ testBrowseV2Success
com.linkedin.datahub.graphql.resolvers.browse.BrowseV2ResolverTest ‑ testBrowseV2SuccessWithQueryAndFilter
com.linkedin.datahub.graphql.resolvers.browse.BrowseV2ResolverTest ‑ testBrowseV2SuccessWithView
com.linkedin.datahub.graphql.resolvers.browse.EntityBrowsePathsResolverTest ‑ testGetBrowsePathsException
com.linkedin.datahub.graphql.resolvers.browse.EntityBrowsePathsResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.businessattribute.AddBusinessAttributeResolverTest ‑ testBusinessAttributeAlreadyAdded
com.linkedin.datahub.graphql.resolvers.businessattribute.AddBusinessAttributeResolverTest ‑ testBusinessAttributeNotExists
com.linkedin.datahub.graphql.resolvers.businessattribute.AddBusinessAttributeResolverTest ‑ testSuccess
com.linkedin.datahub.graphql.resolvers.businessattribute.CreateBusinessAttributeResolverTest ‑ testNameAlreadyExists
com.linkedin.datahub.graphql.resolvers.businessattribute.CreateBusinessAttributeResolverTest ‑ testNameIsNull
com.linkedin.datahub.graphql.resolvers.businessattribute.CreateBusinessAttributeResolverTest ‑ testSuccess
com.linkedin.datahub.graphql.resolvers.businessattribute.CreateBusinessAttributeResolverTest ‑ testUnauthorized
com.linkedin.datahub.graphql.resolvers.businessattribute.DeleteBusinessAttributeResolverTest ‑ testEntityNotExists
com.linkedin.datahub.graphql.resolvers.businessattribute.DeleteBusinessAttributeResolverTest ‑ testSuccess
com.linkedin.datahub.graphql.resolvers.businessattribute.DeleteBusinessAttributeResolverTest ‑ testUnauthorized
com.linkedin.datahub.graphql.resolvers.businessattribute.RemoveBusinessAttributeResolverTest ‑ testBusinessAttributeNotAdded
com.linkedin.datahub.graphql.resolvers.businessattribute.RemoveBusinessAttributeResolverTest ‑ testSuccess
com.linkedin.datahub.graphql.resolvers.businessattribute.UpdateBusinessAttributeResolverTest ‑ testNameConflict
com.linkedin.datahub.graphql.resolvers.businessattribute.UpdateBusinessAttributeResolverTest ‑ testNotAuthorized
com.linkedin.datahub.graphql.resolvers.businessattribute.UpdateBusinessAttributeResolverTest ‑ testNotExists
com.linkedin.datahub.graphql.resolvers.businessattribute.UpdateBusinessAttributeResolverTest ‑ testSuccess
com.linkedin.datahub.graphql.resolvers.businessattribute.UpdateNameResolverTest ‑ testNameConflict
com.linkedin.datahub.graphql.resolvers.businessattribute.UpdateNameResolverTest ‑ testSuccess
com.linkedin.datahub.graphql.resolvers.connection.UpsertConnectionResolverTest ‑ testGetAuthorized
com.linkedin.datahub.graphql.resolvers.connection.UpsertConnectionResolverTest ‑ testGetUnAuthorized
com.linkedin.datahub.graphql.resolvers.container.ContainerEntitiesResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.container.ParentContainersResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.dashboard.DashboardStatsSummaryTest ‑ testGetException
com.linkedin.datahub.graphql.resolvers.dashboard.DashboardStatsSummaryTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.datacontract.DataContractUtilsTest ‑ testCanEditDataContract
com.linkedin.datahub.graphql.resolvers.datacontract.EntityDataContractResolverTest ‑ testGetSuccessNoContracts
com.linkedin.datahub.graphql.resolvers.datacontract.EntityDataContractResolverTest ‑ testGetSuccessOneContract
com.linkedin.datahub.graphql.resolvers.datacontract.UpsertDataContractResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.datacontract.UpsertDataContractResolverTest ‑ testGetFailureAssertionDoesNotExist
com.linkedin.datahub.graphql.resolvers.datacontract.UpsertDataContractResolverTest ‑ testGetFailureEntityDoesNotExist
com.linkedin.datahub.graphql.resolvers.datacontract.UpsertDataContractResolverTest ‑ testGetSuccessCreate
com.linkedin.datahub.graphql.resolvers.datacontract.UpsertDataContractResolverTest ‑ testGetSuccessUpdate
com.linkedin.datahub.graphql.resolvers.datacontract.UpsertDataContractResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.dataset.DatasetStatsSummaryResolverTest ‑ testGetException
com.linkedin.datahub.graphql.resolvers.dataset.DatasetStatsSummaryResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.delete.BatchUpdateSoftDeletedResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.delete.BatchUpdateSoftDeletedResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.delete.BatchUpdateSoftDeletedResolverTest ‑ testGetSuccessExistingStatus
com.linkedin.datahub.graphql.resolvers.delete.BatchUpdateSoftDeletedResolverTest ‑ testGetSuccessNoExistingStatus
com.linkedin.datahub.graphql.resolvers.delete.BatchUpdateSoftDeletedResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.deprecation.BatchUpdateDeprecationResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.deprecation.BatchUpdateDeprecationResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.deprecation.BatchUpdateDeprecationResolverTest ‑ testGetSuccessExistingDeprecation
com.linkedin.datahub.graphql.resolvers.deprecation.BatchUpdateDeprecationResolverTest ‑ testGetSuccessNoExistingDeprecation
com.linkedin.datahub.graphql.resolvers.deprecation.BatchUpdateDeprecationResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.deprecation.UpdateDeprecationResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.deprecation.UpdateDeprecationResolverTest ‑ testGetFailureEntityDoesNotExist
com.linkedin.datahub.graphql.resolvers.deprecation.UpdateDeprecationResolverTest ‑ testGetSuccessExistingDeprecation
com.linkedin.datahub.graphql.resolvers.deprecation.UpdateDeprecationResolverTest ‑ testGetSuccessNoExistingDeprecation
com.linkedin.datahub.graphql.resolvers.deprecation.UpdateDeprecationResolverTest ‑ testGetSuccessNoExistingDeprecationWithReplacement
com.linkedin.datahub.graphql.resolvers.deprecation.UpdateDeprecationResolverTest ‑ testGetSuccessSchemaFieldDeprecation
com.linkedin.datahub.graphql.resolvers.deprecation.UpdateDeprecationResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.domain.BatchSetDomainResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.domain.BatchSetDomainResolverTest ‑ testGetFailureDomainDoesNotExist
com.linkedin.datahub.graphql.resolvers.domain.BatchSetDomainResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.domain.BatchSetDomainResolverTest ‑ testGetSuccessExistingDomains
com.linkedin.datahub.graphql.resolvers.domain.BatchSetDomainResolverTest ‑ testGetSuccessNoExistingDomains
com.linkedin.datahub.graphql.resolvers.domain.BatchSetDomainResolverTest ‑ testGetSuccessUnsetDomains
com.linkedin.datahub.graphql.resolvers.domain.BatchSetDomainResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.domain.CreateDomainResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.domain.CreateDomainResolverTest ‑ testGetInvalidParent
com.linkedin.datahub.graphql.resolvers.domain.CreateDomainResolverTest ‑ testGetNameConflict
com.linkedin.datahub.graphql.resolvers.domain.CreateDomainResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.domain.CreateDomainResolverTest ‑ testGetSuccessNoParentDomain
com.linkedin.datahub.graphql.resolvers.domain.CreateDomainResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.domain.DeleteDomainResolverTest ‑ testDeleteWithChildDomains
com.linkedin.datahub.graphql.resolvers.domain.DeleteDomainResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.domain.DeleteDomainResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.domain.DomainEntitiesResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.domain.ListDomainsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.domain.ListDomainsResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.domain.ListDomainsResolverTest ‑ testGetSuccessNoParentDomain
com.linkedin.datahub.graphql.resolvers.domain.ListDomainsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.domain.MoveDomainResolverTest ‑ testGetFailureEntityDoesNotExist
com.linkedin.datahub.graphql.resolvers.domain.MoveDomainResolverTest ‑ testGetFailureParentDoesNotExist
com.linkedin.datahub.graphql.resolvers.domain.MoveDomainResolverTest ‑ testGetFailureParentIsNotDomain
com.linkedin.datahub.graphql.resolvers.domain.MoveDomainResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.domain.ParentDomainsResolverTest ‑ testGetSuccessForDomain
com.linkedin.datahub.graphql.resolvers.domain.SetDomainResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.domain.SetDomainResolverTest ‑ testGetFailureDomainDoesNotExist
com.linkedin.datahub.graphql.resolvers.domain.SetDomainResolverTest ‑ testGetFailureEntityDoesNotExist
com.linkedin.datahub.graphql.resolvers.domain.SetDomainResolverTest ‑ testGetSuccessExistingDomains
com.linkedin.datahub.graphql.resolvers.domain.SetDomainResolverTest ‑ testGetSuccessNoExistingDomains
com.linkedin.datahub.graphql.resolvers.domain.SetDomainResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.domain.UnsetDomainResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.domain.UnsetDomainResolverTest ‑ testGetFailureEntityDoesNotExist
com.linkedin.datahub.graphql.resolvers.domain.UnsetDomainResolverTest ‑ testGetSuccessExistingDomains
com.linkedin.datahub.graphql.resolvers.domain.UnsetDomainResolverTest ‑ testGetSuccessNoExistingDomains
com.linkedin.datahub.graphql.resolvers.domain.UnsetDomainResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.embed.UpdateEmbedResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.embed.UpdateEmbedResolverTest ‑ testGetFailureEntityDoesNotExist
com.linkedin.datahub.graphql.resolvers.embed.UpdateEmbedResolverTest ‑ testGetSuccessExistingEmbed
com.linkedin.datahub.graphql.resolvers.embed.UpdateEmbedResolverTest ‑ testGetSuccessNoExistingEmbed
com.linkedin.datahub.graphql.resolvers.embed.UpdateEmbedResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.entity.EntityExistsResolverTest ‑ testFailsNullEntity
com.linkedin.datahub.graphql.resolvers.entity.EntityExistsResolverTest ‑ testPasses
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetChartSuccessWithPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetChartSuccessWithoutPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetDashboardSuccessWithPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetDashboardSuccessWithoutPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetDataJobSuccessWithPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetDataJobSuccessWithoutPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetDatasetSuccessWithPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetDatasetSuccessWithoutPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetFailure
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetNodeSuccessWithPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetNodeSuccessWithoutPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetTermSuccessWithPermissions
com.linkedin.datahub.graphql.resolvers.entity.EntityPrivilegesResolverTest ‑ testGetTermSuccessWithoutPermissions
com.linkedin.datahub.graphql.resolvers.entity.versioning.LinkAssetVersionResolverTest ‑ testGetFeatureFlagDisabled
com.linkedin.datahub.graphql.resolvers.entity.versioning.LinkAssetVersionResolverTest ‑ testGetInvalidVersionSetUrn
com.linkedin.datahub.graphql.resolvers.entity.versioning.LinkAssetVersionResolverTest ‑ testGetSuccessful
com.linkedin.datahub.graphql.resolvers.entity.versioning.UnlinkAssetVersionResolverTest ‑ testGetFeatureFlagDisabled
com.linkedin.datahub.graphql.resolvers.entity.versioning.UnlinkAssetVersionResolverTest ‑ testGetInvalidVersionSetUrn
com.linkedin.datahub.graphql.resolvers.entity.versioning.UnlinkAssetVersionResolverTest ‑ testGetServiceException
com.linkedin.datahub.graphql.resolvers.entity.versioning.UnlinkAssetVersionResolverTest ‑ testGetSuccessful
com.linkedin.datahub.graphql.resolvers.form.BatchRemoveFormResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.form.BatchRemoveFormResolverTest ‑ testThrowsError
com.linkedin.datahub.graphql.resolvers.form.CreateFormResolverTest ‑ testGetFailure
com.linkedin.datahub.graphql.resolvers.form.CreateFormResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.form.CreateFormResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.form.DeleteFormResolverTest ‑ testGetFailure
com.linkedin.datahub.graphql.resolvers.form.DeleteFormResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.form.DeleteFormResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.form.IsFormAssignedToMeResolverTest ‑ testGetSuccessBothMatch
com.linkedin.datahub.graphql.resolvers.form.IsFormAssignedToMeResolverTest ‑ testGetSuccessGroupMatch
com.linkedin.datahub.graphql.resolvers.form.IsFormAssignedToMeResolverTest ‑ testGetSuccessNoMatchEmptyAssignment
com.linkedin.datahub.graphql.resolvers.form.IsFormAssignedToMeResolverTest ‑ testGetSuccessNoMatchNoAssignmentMatch
com.linkedin.datahub.graphql.resolvers.form.IsFormAssignedToMeResolverTest ‑ testGetSuccessNoMatchNullAssignment
com.linkedin.datahub.graphql.resolvers.form.IsFormAssignedToMeResolverTest ‑ testGetSuccessUserMatch
com.linkedin.datahub.graphql.resolvers.form.UpdateFormResolverTest ‑ testGetFailure
com.linkedin.datahub.graphql.resolvers.form.UpdateFormResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.form.UpdateFormResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.form.VerifyFormResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.form.VerifyFormResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.form.VerifyFormResolverTest ‑ testThrowErrorOnVerification
com.linkedin.datahub.graphql.resolvers.glossary.AddRelatedTermsResolverTest ‑ testFailNoPermissions
com.linkedin.datahub.graphql.resolvers.glossary.AddRelatedTermsResolverTest ‑ testGetFailAddNonExistentTermAsRelatedTerm
com.linkedin.datahub.graphql.resolvers.glossary.AddRelatedTermsResolverTest ‑ testGetFailAddNonTermAsRelatedTerm
com.linkedin.datahub.graphql.resolvers.glossary.AddRelatedTermsResolverTest ‑ testGetFailAddSelfAsRelatedTerm
com.linkedin.datahub.graphql.resolvers.glossary.AddRelatedTermsResolverTest ‑ testGetFailAddToNonExistentUrn
com.linkedin.datahub.graphql.resolvers.glossary.AddRelatedTermsResolverTest ‑ testGetFailAddToNonTerm
com.linkedin.datahub.graphql.resolvers.glossary.AddRelatedTermsResolverTest ‑ testGetSuccessHasRelatedNonExistent
com.linkedin.datahub.graphql.resolvers.glossary.AddRelatedTermsResolverTest ‑ testGetSuccessIsRelatedNonExistent
com.linkedin.datahub.graphql.resolvers.glossary.CreateGlossaryNodeResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.glossary.CreateGlossaryNodeResolverTest ‑ testGetSuccessNoDescription
com.linkedin.datahub.graphql.resolvers.glossary.CreateGlossaryNodeResolverTest ‑ testGetSuccessNoParentNode
com.linkedin.datahub.graphql.resolvers.glossary.CreateGlossaryTermResolverTest ‑ testGetFailureExistingTermSameName
com.linkedin.datahub.graphql.resolvers.glossary.CreateGlossaryTermResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.glossary.CreateGlossaryTermResolverTest ‑ testGetSuccessNoDescription
com.linkedin.datahub.graphql.resolvers.glossary.CreateGlossaryTermResolverTest ‑ testGetSuccessNoParentNode
com.linkedin.datahub.graphql.resolvers.glossary.DeleteGlossaryEntityResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.glossary.DeleteGlossaryEntityResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.glossary.GetRootGlossaryNodesResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.glossary.GetRootGlossaryTermsResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenEntitiesAuthorized
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenEntitiesNoParentNode
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenEntitiesUnauthorized
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenEntitiesWithManageGlossaries
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenRecursivelyEntitiesAuthorized
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenRecursivelyEntitiesAuthorizedLevel2
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenRecursivelyEntitiesNoLevel2
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenRecursivelyEntitiesUnauthorized
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageChildrenRecursivelyEntitiesUnauthorizedLevel2
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageGlossariesAuthorized
com.linkedin.datahub.graphql.resolvers.glossary.GlossaryUtilsTest ‑ testCanManageGlossariesUnauthorized
com.linkedin.datahub.graphql.resolvers.glossary.ParentNodesResolverTest ‑ testGetSuccessForNode
com.linkedin.datahub.graphql.resolvers.glossary.ParentNodesResolverTest ‑ testGetSuccessForTerm
com.linkedin.datahub.graphql.resolvers.glossary.RemoveRelatedTermsResolverTest ‑ testFailAspectDoesNotExist
com.linkedin.datahub.graphql.resolvers.glossary.RemoveRelatedTermsResolverTest ‑ testFailNoPermissions
com.linkedin.datahub.graphql.resolvers.glossary.RemoveRelatedTermsResolverTest ‑ testGetSuccessHasA
com.linkedin.datahub.graphql.resolvers.glossary.RemoveRelatedTermsResolverTest ‑ testGetSuccessIsA
com.linkedin.datahub.graphql.resolvers.glossary.UpdateNameResolverTest ‑ testGetFailureEntityDoesNotExist
com.linkedin.datahub.graphql.resolvers.glossary.UpdateNameResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.glossary.UpdateNameResolverTest ‑ testGetSuccessForDomain
com.linkedin.datahub.graphql.resolvers.glossary.UpdateNameResolverTest ‑ testGetSuccessForNode
com.linkedin.datahub.graphql.resolvers.glossary.UpdateParentNodeResolverTest ‑ testGetFailureEntityDoesNotExist
com.linkedin.datahub.graphql.resolvers.glossary.UpdateParentNodeResolverTest ‑ testGetFailureNodeDoesNotExist
com.linkedin.datahub.graphql.resolvers.glossary.UpdateParentNodeResolverTest ‑ testGetFailureParentIsNotNode
com.linkedin.datahub.graphql.resolvers.glossary.UpdateParentNodeResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.glossary.UpdateParentNodeResolverTest ‑ testGetSuccessForNode
com.linkedin.datahub.graphql.resolvers.group.AddGroupMembersResolverTest ‑ testFailsCannotManageUsersAndGroups
com.linkedin.datahub.graphql.resolvers.group.AddGroupMembersResolverTest ‑ testFailsExternalGroup
com.linkedin.datahub.graphql.resolvers.group.AddGroupMembersResolverTest ‑ testPassesNativeGroup
com.linkedin.datahub.graphql.resolvers.group.CreateGroupResolverTest ‑ testFailsCannotManageUsersAndGroups
com.linkedin.datahub.graphql.resolvers.group.CreateGroupResolverTest ‑ testPasses
com.linkedin.datahub.graphql.resolvers.group.RemoveGroupMembersResolverTest ‑ testFailsCannotManageUsersAndGroups
com.linkedin.datahub.graphql.resolvers.group.RemoveGroupMembersResolverTest ‑ testFailsExternalGroup
com.linkedin.datahub.graphql.resolvers.group.RemoveGroupMembersResolverTest ‑ testPassesNativeGroup
com.linkedin.datahub.graphql.resolvers.health.EntityHealthResolverTest ‑ testGetSuccessHealthy
com.linkedin.datahub.graphql.resolvers.health.EntityHealthResolverTest ‑ testGetSuccessNullHealth
com.linkedin.datahub.graphql.resolvers.health.EntityHealthResolverTest ‑ testGetSuccessUnhealthy
com.linkedin.datahub.graphql.resolvers.incident.EntityIncidentsResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.IngestionAuthUtilsTest ‑ testCanManageIngestionAuthorized
com.linkedin.datahub.graphql.resolvers.ingest.IngestionAuthUtilsTest ‑ testCanManageIngestionUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.IngestionAuthUtilsTest ‑ testCanManageSecretsAuthorized
com.linkedin.datahub.graphql.resolvers.ingest.IngestionAuthUtilsTest ‑ testCanManageSecretsUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.execution.CancelIngestionExecutionRequestResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.execution.CancelIngestionExecutionRequestResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.execution.CancelIngestionExecutionRequestResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.execution.CreateIngestionExecutionRequestResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.execution.CreateIngestionExecutionRequestResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.execution.CreateIngestionExecutionRequestResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.execution.CreateTestConnectionRequestResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.execution.CreateTestConnectionRequestResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.execution.GetIngestionExecutionRequestResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.execution.GetIngestionExecutionRequestResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.execution.GetIngestionExecutionRequestResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.execution.IngestionSourceExecutionRequestsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.execution.IngestionSourceExecutionRequestsResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.execution.IngestionSourceExecutionRequestsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.execution.RollbackIngestionResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.execution.RollbackIngestionResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.execution.RollbackIngestionResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.execution.RollbackIngestionResolverTest ‑ testRollbackIngestionMethod
com.linkedin.datahub.graphql.resolvers.ingest.secret.CreateSecretResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.secret.CreateSecretResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.secret.CreateSecretResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.secret.DeleteSecretResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.secret.DeleteSecretResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.secret.DeleteSecretResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.secret.GetSecretValuesResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.secret.GetSecretValuesResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.secret.GetSecretValuesResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.secret.ListSecretsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.secret.ListSecretsResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.secret.ListSecretsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.secret.UpdateSecretResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.secret.UpdateSecretResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.source.DeleteIngestionSourceResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.source.DeleteIngestionSourceResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.source.DeleteIngestionSourceResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.source.GetIngestionSourceResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.source.GetIngestionSourceResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.source.GetIngestionSourceResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.source.ListIngestionSourceResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.source.ListIngestionSourceResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.source.ListIngestionSourceResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.source.UpsertIngestionSourceResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ingest.source.UpsertIngestionSourceResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ingest.source.UpsertIngestionSourceResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ingest.source.UpsertIngestionSourceResolverTest ‑ testUpsertWithInvalidCron
com.linkedin.datahub.graphql.resolvers.ingest.source.UpsertIngestionSourceResolverTest ‑ testUpsertWithInvalidTimezone
com.linkedin.datahub.graphql.resolvers.load.BatchGetEntitiesResolverTest ‑ testDuplicateUrns
com.linkedin.datahub.graphql.resolvers.load.BatchGetEntitiesResolverTest ‑ testReordering
com.linkedin.datahub.graphql.resolvers.load.EntityRelationshipsResultResolverTest ‑ testExcludeSoftDeleted
com.linkedin.datahub.graphql.resolvers.load.EntityRelationshipsResultResolverTest ‑ testIncludeSoftDeleted
com.linkedin.datahub.graphql.resolvers.mutate.MutableTypeBatchResolverTest ‑ testGetFailureUnauthorized
com.linkedin.datahub.graphql.resolvers.mutate.MutableTypeBatchResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetNextSiblingUrn
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetNextSiblingUrnNoSiblings
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetNextSiblingUrnWithUsedUrns
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetSiblingUrns
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetSiblingUrnsWithSiblingsAspect
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetSiblingUrnsWithoutSiblings
com.linkedin.datahub.graphql.resolvers.mutate.UpdateUserSettingResolverTest ‑ testWriteCorpUserSettings
com.linkedin.datahub.graphql.resolvers.operation.ReportOperationResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.operation.ReportOperationResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.owner.AddOwnersResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.owner.AddOwnersResolverTest ‑ testGetFailureOwnerDoesNotExist
com.linkedin.datahub.graphql.resolvers.owner.AddOwnersResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.owner.AddOwnersResolverTest ‑ testGetSuccessDeprecatedTypeToOwnershipType
com.linkedin.datahub.graphql.resolvers.owner.AddOwnersResolverTest ‑ testGetSuccessExistingOwnerNewType
com.linkedin.datahub.graphql.resolvers.owner.AddOwnersResolverTest ‑ testGetSuccessMultipleOwnerTypes
com.linkedin.datahub.graphql.resolvers.owner.AddOwnersResolverTest ‑ testGetSuccessNoExistingOwners
com.linkedin.datahub.graphql.resolvers.owner.AddOwnersResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.owner.BatchAddOwnersResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.owner.BatchAddOwnersResolverTest ‑ testGetFailureOwnerDoesNotExist
com.linkedin.datahub.graphql.resolvers.owner.BatchAddOwnersResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.owner.BatchAddOwnersResolverTest ‑ testGetSuccessExistingOwners
com.linkedin.datahub.graphql.resolvers.owner.BatchAddOwnersResolverTest ‑ testGetSuccessNoExistingOwners
com.linkedin.datahub.graphql.resolvers.owner.BatchAddOwnersResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.owner.BatchRemoveOwnersResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.owner.BatchRemoveOwnersResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.owner.BatchRemoveOwnersResolverTest ‑ testGetSuccessExistingOwners
com.linkedin.datahub.graphql.resolvers.owner.BatchRemoveOwnersResolverTest ‑ testGetSuccessNoExistingOwners
com.linkedin.datahub.graphql.resolvers.owner.BatchRemoveOwnersResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ownership.CreateOwnershipTypeResolverTest ‑ testCreateOwnershipTypeServiceException
com.linkedin.datahub.graphql.resolvers.ownership.CreateOwnershipTypeResolverTest ‑ testCreateSuccess
com.linkedin.datahub.graphql.resolvers.ownership.CreateOwnershipTypeResolverTest ‑ testCreateUnauthorized
com.linkedin.datahub.graphql.resolvers.ownership.DeleteOwnershipTypeResolverTest ‑ testGetFailureOwnershipTypeCanNotManager
com.linkedin.datahub.graphql.resolvers.ownership.DeleteOwnershipTypeResolverTest ‑ testGetOwnershipTypeServiceException
com.linkedin.datahub.graphql.resolvers.ownership.DeleteOwnershipTypeResolverTest ‑ testGetSuccessOwnershipTypeCanManage
com.linkedin.datahub.graphql.resolvers.ownership.ListOwnershipTypesResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.ownership.ListOwnershipTypesResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.ownership.ListOwnershipTypesResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.ownership.UpdateOwnershipTypeResolverTest ‑ testUpdateOwnershipTypeServiceException
com.linkedin.datahub.graphql.resolvers.ownership.UpdateOwnershipTypeResolverTest ‑ testUpdateSuccessOwnershipTypeCanManage
com.linkedin.datahub.graphql.resolvers.ownership.UpdateOwnershipTypeResolverTest ‑ testUpdateUnauthorized
com.linkedin.datahub.graphql.resolvers.post.CreatePostResolverTest ‑ testCreatePost
com.linkedin.datahub.graphql.resolvers.post.CreatePostResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.post.DeletePostResolverTest ‑ testDeletePost
com.linkedin.datahub.graphql.resolvers.post.DeletePostResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.post.ListPostsResolverTest ‑ testListPosts
com.linkedin.datahub.graphql.resolvers.post.ListPostsResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.post.UpdatePostResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.post.UpdatePostResolverTest ‑ testUpdatePost
com.linkedin.datahub.graphql.resolvers.query.CreateQueryResolverTest ‑ testGetQueryServiceException
com.linkedin.datahub.graphql.resolvers.query.CreateQueryResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.query.CreateQueryResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.query.DeleteQueryResolverTest ‑ testGetFailureActorUnauthorized
com.linkedin.datahub.graphql.resolvers.query.DeleteQueryResolverTest ‑ testGetQueryServiceException
com.linkedin.datahub.graphql.resolvers.query.DeleteQueryResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.query.DeleteQueryResolverTest ‑ testGetSuccessCanEditQueries
com.linkedin.datahub.graphql.resolvers.query.ListQueriesResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.query.ListQueriesResolverTest ‑ testGetSuccess[0]({ start: 0, count: 20, source: MANUAL, datasetUrn: "urn:li:dataset:(urn:li:dataPlatform:mysql,my-test,PROD)" })
com.linkedin.datahub.graphql.resolvers.query.ListQueriesResolverTest ‑ testGetSuccess[1]({ start: 0, count: 30, source: MANUAL })
com.linkedin.datahub.graphql.resolvers.query.ListQueriesResolverTest ‑ testGetSuccess[2]({ start: 0, count: 40, datasetUrn: "urn:li:dataset:(urn:li:dataPlatform:mysql,my-test,PROD)" })
com.linkedin.datahub.graphql.resolvers.query.ListQueriesResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.query.UpdateQueryResolverTest ‑ testGetQueryServiceException
com.linkedin.datahub.graphql.resolvers.query.UpdateQueryResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.query.UpdateQueryResolverTest ‑ testGetUnauthorizedNoEditQueriesRights
com.linkedin.datahub.graphql.resolvers.role.AcceptRoleResolverTest ‑ testAssignRolePasses
com.linkedin.datahub.graphql.resolvers.role.AcceptRoleResolverTest ‑ testInvalidInviteToken
com.linkedin.datahub.graphql.resolvers.role.AcceptRoleResolverTest ‑ testNoRoleUrn
com.linkedin.datahub.graphql.resolvers.role.AcceptRoleResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.role.BatchAssignRoleResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.role.BatchAssignRoleResolverTest ‑ testNotNullRole
com.linkedin.datahub.graphql.resolvers.role.BatchAssignRoleResolverTest ‑ testNullRole
com.linkedin.datahub.graphql.resolvers.role.CreateInviteTokenResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.role.CreateInviteTokenResolverTest ‑ testPasses
com.linkedin.datahub.graphql.resolvers.role.GetInviteTokenResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.role.GetInviteTokenResolverTest ‑ testPasses
com.linkedin.datahub.graphql.resolvers.role.IsAssignedToMeResolverTest ‑ testReturnsFalseIfCurrentUserIsNotAssignedToRole
com.linkedin.datahub.graphql.resolvers.role.IsAssignedToMeResolverTest ‑ testReturnsTrueIfCurrentUserIsAssignedToRole
com.linkedin.datahub.graphql.resolvers.role.ListRolesResolverTest ‑ testListRoles
com.linkedin.datahub.graphql.resolvers.role.ListRolesResolverTest ‑ testNotAuthorizedFails
com.linkedin.datahub.graphql.resolvers.search.AggregateAcrossEntitiesResolverTest ‑ testApplyViewBaseFilter
com.linkedin.datahub.graphql.resolvers.search.AggregateAcrossEntitiesResolverTest ‑ testApplyViewEmptyBaseEntityTypes
com.linkedin.datahub.graphql.resolvers.search.AggregateAcrossEntitiesResolverTest ‑ testApplyViewNullBaseEntityTypes
com.linkedin.datahub.graphql.resolvers.search.AggregateAcrossEntitiesResolverTest ‑ testApplyViewNullBaseFilter
com.linkedin.datahub.graphql.resolvers.search.AggregateAcrossEntitiesResolverTest ‑ testApplyViewViewDoesNotExist
com.linkedin.datahub.graphql.resolvers.search.AggregateAcrossEntitiesResolverTest ‑ testErrorFetchingResults
com.linkedin.datahub.graphql.resolvers.search.AutoCompleteForMultipleResolverTest ‑ testAutoCompleteResolverFailNoQuery
com.linkedin.datahub.graphql.resolvers.search.AutoCompleteForMultipleResolverTest ‑ testAutoCompleteResolverSuccessForDifferentEntities
com.linkedin.datahub.graphql.resolvers.search.AutoCompleteForMultipleResolverTest ‑ testAutoCompleteResolverWithViewEntityFilter
com.linkedin.datahub.graphql.resolvers.search.AutoCompleteForMultipleResolverTest ‑ testAutoCompleteResolverWithViewFilter
com.linkedin.datahub.graphql.resolvers.search.GetQuickFiltersResolverTest ‑ testGetQuickFiltersFailure
com.linkedin.datahub.graphql.resolvers.search.GetQuickFiltersResolverTest ‑ testGetQuickFiltersHappyPathSuccess
com.linkedin.datahub.graphql.resolvers.search.GetQuickFiltersResolverTest ‑ testGetQuickFiltersUnhappyPathSuccess
com.linkedin.datahub.graphql.resolvers.search.ScrollAcrossLineageResolverTest ‑ testAllEntitiesInitialization
com.linkedin.datahub.graphql.resolvers.search.ScrollAcrossLineageResolverTest ‑ testSearchAcrossLineage
com.linkedin.datahub.graphql.resolvers.search.SearchAcrossEntitiesResolverTest ‑ testApplyViewBaseFilter
com.linkedin.datahub.graphql.resolvers.search.SearchAcrossEntitiesResolverTest ‑ testApplyViewEmptyBaseEntityTypes
com.linkedin.datahub.graphql.resolvers.search.SearchAcrossEntitiesResolverTest ‑ testApplyViewErrorFetchingView
com.linkedin.datahub.graphql.resolvers.search.SearchAcrossEntitiesResolverTest ‑ testApplyViewNullBaseEntityTypes
com.linkedin.datahub.graphql.resolvers.search.SearchAcrossEntitiesResolverTest ‑ testApplyViewNullBaseFilter
com.linkedin.datahub.graphql.resolvers.search.SearchAcrossEntitiesResolverTest ‑ testApplyViewViewDoesNotExist
com.linkedin.datahub.graphql.resolvers.search.SearchAcrossLineageResolverTest ‑ testAllEntitiesInitialization
com.linkedin.datahub.graphql.resolvers.search.SearchAcrossLineageResolverTest ‑ testSearchAcrossLineage
com.linkedin.datahub.graphql.resolvers.search.SearchResolverTest ‑ testDefaultSearchFlags
com.linkedin.datahub.graphql.resolvers.search.SearchResolverTest ‑ testNonWildCardSearchFlags
com.linkedin.datahub.graphql.resolvers.search.SearchResolverTest ‑ testOverrideSearchFlags
com.linkedin.datahub.graphql.resolvers.search.SearchUtilsTest ‑ testApplyViewToEntityTypes
com.linkedin.datahub.graphql.resolvers.search.SearchUtilsTest ‑ testApplyViewToFilterComplexBaseFilter
com.linkedin.datahub.graphql.resolvers.search.SearchUtilsTest ‑ testApplyViewToFilterComplexViewFilter
com.linkedin.datahub.graphql.resolvers.search.SearchUtilsTest ‑ testApplyViewToFilterNullBaseFilter
com.linkedin.datahub.graphql.resolvers.search.SearchUtilsTest ‑ testApplyViewToFilterV1Filter
com.linkedin.datahub.graphql.resolvers.settings.user.UpdateCorpUserViewsSettingsResolverTest ‑ testGetCorpUserSettingsException
com.linkedin.datahub.graphql.resolvers.settings.user.UpdateCorpUserViewsSettingsResolverTest ‑ testGetSuccessViewSettingsExistingSettings
com.linkedin.datahub.graphql.resolvers.settings.user.UpdateCorpUserViewsSettingsResolverTest ‑ testGetSuccessViewSettingsNoExistingSettings
com.linkedin.datahub.graphql.resolvers.settings.user.UpdateCorpUserViewsSettingsResolverTest ‑ testGetSuccessViewSettingsRemoveDefaultView
com.linkedin.datahub.graphql.resolvers.settings.user.UpdateCorpUserViewsSettingsResolverTest ‑ testUpdateCorpUserSettingsException
com.linkedin.datahub.graphql.resolvers.settings.view.GlobalViewsSettingsResolverTest ‑ testGetException
com.linkedin.datahub.graphql.resolvers.settings.view.GlobalViewsSettingsResolverTest ‑ testGetSuccessEmptySettings
com.linkedin.datahub.graphql.resolvers.settings.view.GlobalViewsSettingsResolverTest ‑ testGetSuccessExistingSettings
com.linkedin.datahub.graphql.resolvers.settings.view.GlobalViewsSettingsResolverTest ‑ testGetSuccessNullSettings
com.linkedin.datahub.graphql.resolvers.settings.view.GlobalViewsSettingsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.settings.view.UpdateGlobalViewsSettingsResolverTest ‑ testGetGlobalViewsSettingsException
com.linkedin.datahub.graphql.resolvers.settings.view.UpdateGlobalViewsSettingsResolverTest ‑ testGetGlobalViewsSettingsNoSettingsException
com.linkedin.datahub.graphql.resolvers.settings.view.UpdateGlobalViewsSettingsResolverTest ‑ testGetSuccessExistingDefaultView
com.linkedin.datahub.graphql.resolvers.settings.view.UpdateGlobalViewsSettingsResolverTest ‑ testGetSuccessNoDefaultView
com.linkedin.datahub.graphql.resolvers.settings.view.UpdateGlobalViewsSettingsResolverTest ‑ testGetSuccessNoExistingSettings
com.linkedin.datahub.graphql.resolvers.settings.view.UpdateGlobalViewsSettingsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.settings.view.UpdateGlobalViewsSettingsResolverTest ‑ testUpdateGlobalViewsSettingsException
com.linkedin.datahub.graphql.resolvers.step.BatchGetStepStatesResolverTest ‑ testBatchGetStepStatesBothStepsCompleted
com.linkedin.datahub.graphql.resolvers.step.BatchGetStepStatesResolverTest ‑ testBatchGetStepStatesFirstStepCompleted
com.linkedin.datahub.graphql.resolvers.step.BatchUpdateStepStatesResolverTest ‑ testBatchUpdateStepStatesFirstStepCompleted
com.linkedin.datahub.graphql.resolvers.structuredproperties.CreateStructuredPropertyResolverTest ‑ testGetFailure
com.linkedin.datahub.graphql.resolvers.structuredproperties.CreateStructuredPropertyResolverTest ‑ testGetInvalidSettingsInput
com.linkedin.datahub.graphql.resolvers.structuredproperties.CreateStructuredPropertyResolverTest ‑ testGetMismatchIdAndQualifiedName
com.linkedin.datahub.graphql.resolvers.structuredproperties.CreateStructuredPropertyResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.structuredproperties.CreateStructuredPropertyResolverTest ‑ testGetSuccessWithSettings
com.linkedin.datahub.graphql.resolvers.structuredproperties.CreateStructuredPropertyResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.structuredproperties.DeleteStructuredPropertyResolverTest ‑ testGetFailure
com.linkedin.datahub.graphql.resolvers.structuredproperties.DeleteStructuredPropertyResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.structuredproperties.DeleteStructuredPropertyResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.structuredproperties.RemoveStructuredPropertiesResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.structuredproperties.RemoveStructuredPropertiesResolverTest ‑ testGetThrowsError
com.linkedin.datahub.graphql.resolvers.structuredproperties.RemoveStructuredPropertiesResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.structuredproperties.StructuredPropertyUtilsTest ‑ testGetIdConsistentInput
com.linkedin.datahub.graphql.resolvers.structuredproperties.StructuredPropertyUtilsTest ‑ testGetIdMismatchedInput
com.linkedin.datahub.graphql.resolvers.structuredproperties.StructuredPropertyUtilsTest ‑ testGetIdNullForBoth
com.linkedin.datahub.graphql.resolvers.structuredproperties.StructuredPropertyUtilsTest ‑ testGetIdNullId
com.linkedin.datahub.graphql.resolvers.structuredproperties.StructuredPropertyUtilsTest ‑ testGetIdNullQualifiedName
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpdateStructuredPropertyResolverTest ‑ testGetFailure
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpdateStructuredPropertyResolverTest ‑ testGetInvalidSettingsInput
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpdateStructuredPropertyResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpdateStructuredPropertyResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpdateStructuredPropertyResolverTest ‑ testGetValidSettingsInput
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpsertStructuredPropertiesResolverTest ‑ testGetSuccessNoExistingProps
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpsertStructuredPropertiesResolverTest ‑ testGetSuccessOneExistingOneNew
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpsertStructuredPropertiesResolverTest ‑ testGetSuccessUpdateExisting
com.linkedin.datahub.graphql.resolvers.structuredproperties.UpsertStructuredPropertiesResolverTest ‑ testThrowsError
com.linkedin.datahub.graphql.resolvers.tag.AddTagsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.tag.AddTagsResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.tag.AddTagsResolverTest ‑ testGetFailureTagDoesNotExist
com.linkedin.datahub.graphql.resolvers.tag.AddTagsResolverTest ‑ testGetSuccessExistingTags
com.linkedin.datahub.graphql.resolvers.tag.AddTagsResolverTest ‑ testGetSuccessNoExistingTags
com.linkedin.datahub.graphql.resolvers.tag.AddTagsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.tag.BatchAddTagsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.tag.BatchAddTagsResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.tag.BatchAddTagsResolverTest ‑ testGetFailureTagDoesNotExist
com.linkedin.datahub.graphql.resolvers.tag.BatchAddTagsResolverTest ‑ testGetSuccessExistingTags
com.linkedin.datahub.graphql.resolvers.tag.BatchAddTagsResolverTest ‑ testGetSuccessNoExistingTags
com.linkedin.datahub.graphql.resolvers.tag.BatchAddTagsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.tag.BatchRemoveTagsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.tag.BatchRemoveTagsResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.tag.BatchRemoveTagsResolverTest ‑ testGetSuccessExistingTags
com.linkedin.datahub.graphql.resolvers.tag.BatchRemoveTagsResolverTest ‑ testGetSuccessNoExistingTags
com.linkedin.datahub.graphql.resolvers.tag.BatchRemoveTagsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.tag.CreateTagResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.tag.CreateTagResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.tag.CreateTagResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.tag.DeleteTagResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.tag.DeleteTagResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.tag.SetTagColorResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.tag.SetTagColorResolverTest ‑ testGetFailureNoExistingProperties
com.linkedin.datahub.graphql.resolvers.tag.SetTagColorResolverTest ‑ testGetFailureTagDoesNotExist
com.linkedin.datahub.graphql.resolvers.tag.SetTagColorResolverTest ‑ testGetSuccessExistingProperties
com.linkedin.datahub.graphql.resolvers.tag.SetTagColorResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.term.AddTermsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.term.AddTermsResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.term.AddTermsResolverTest ‑ testGetFailureTermDoesNotExist
com.linkedin.datahub.graphql.resolvers.term.AddTermsResolverTest ‑ testGetSuccessExistingTerms
com.linkedin.datahub.graphql.resolvers.term.AddTermsResolverTest ‑ testGetSuccessNoExistingTerms
com.linkedin.datahub.graphql.resolvers.term.AddTermsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.term.BatchAddTermsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.term.BatchAddTermsResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.term.BatchAddTermsResolverTest ‑ testGetFailureTagDoesNotExist
com.linkedin.datahub.graphql.resolvers.term.BatchAddTermsResolverTest ‑ testGetSuccessExistingTerms
com.linkedin.datahub.graphql.resolvers.term.BatchAddTermsResolverTest ‑ testGetSuccessNoExistingTerms
com.linkedin.datahub.graphql.resolvers.term.BatchAddTermsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.term.BatchRemoveTermsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.term.BatchRemoveTermsResolverTest ‑ testGetFailureResourceDoesNotExist
com.linkedin.datahub.graphql.resolvers.term.BatchRemoveTermsResolverTest ‑ testGetSuccessExistingTerms
com.linkedin.datahub.graphql.resolvers.term.BatchRemoveTermsResolverTest ‑ testGetSuccessNoExistingTerms
com.linkedin.datahub.graphql.resolvers.term.BatchRemoveTermsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.test.CreateTestResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.test.CreateTestResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.test.CreateTestResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.test.DeleteTestResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.test.DeleteTestResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.test.ListTestsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.test.ListTestsResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.test.ListTestsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.test.UpdateTestResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.test.UpdateTestResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.test.UpdateTestResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.user.CreateNativeUserResetTokenResolverTest ‑ testFailsCannotManageUserCredentials
com.linkedin.datahub.graphql.resolvers.user.CreateNativeUserResetTokenResolverTest ‑ testFailsNullUserUrn
com.linkedin.datahub.graphql.resolvers.user.CreateNativeUserResetTokenResolverTest ‑ testPasses
com.linkedin.datahub.graphql.resolvers.versioning.VersionsSearchResolverTest ‑ testGetSuccessBasic
com.linkedin.datahub.graphql.resolvers.versioning.VersionsSearchResolverTest ‑ testGetSuccessComplex
com.linkedin.datahub.graphql.resolvers.versioning.VersionsSearchResolverTest ‑ testThrowsError
com.linkedin.datahub.graphql.resolvers.view.CreateViewResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.view.CreateViewResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.view.CreateViewResolverTest ‑ testGetViewServiceException
com.linkedin.datahub.graphql.resolvers.view.DeleteViewResolverTest ‑ testGetFailureGlobalViewIsNotCreatorOrManager
com.linkedin.datahub.graphql.resolvers.view.DeleteViewResolverTest ‑ testGetFailurePersonalViewIsNotCreator
com.linkedin.datahub.graphql.resolvers.view.DeleteViewResolverTest ‑ testGetSuccessGlobalViewCanManager
com.linkedin.datahub.graphql.resolvers.view.DeleteViewResolverTest ‑ testGetSuccessGlobalViewIsCreator
com.linkedin.datahub.graphql.resolvers.view.DeleteViewResolverTest ‑ testGetSuccessPersonalViewIsCreator
com.linkedin.datahub.graphql.resolvers.view.DeleteViewResolverTest ‑ testGetViewServiceException
com.linkedin.datahub.graphql.resolvers.view.ListGlobalViewsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.view.ListGlobalViewsResolverTest ‑ testGetSuccessInput
com.linkedin.datahub.graphql.resolvers.view.ListGlobalViewsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.view.ListMyViewsResolverTest ‑ testGetEntityClientException
com.linkedin.datahub.graphql.resolvers.view.ListMyViewsResolverTest ‑ testGetSuccessInput1
com.linkedin.datahub.graphql.resolvers.view.ListMyViewsResolverTest ‑ testGetSuccessInput2
com.linkedin.datahub.graphql.resolvers.view.ListMyViewsResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.view.UpdateViewResolverTest ‑ testGetSuccessGlobalViewIsCreator
com.linkedin.datahub.graphql.resolvers.view.UpdateViewResolverTest ‑ testGetSuccessGlobalViewManageGlobalViews
com.linkedin.datahub.graphql.resolvers.view.UpdateViewResolverTest ‑ testGetUnauthorized
com.linkedin.datahub.graphql.resolvers.view.UpdateViewResolverTest ‑ testGetViewServiceException
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testCanCreateGlobalViewAllowed
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testCanCreateGlobalViewDenied
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testCanCreatePersonalViewAllowed
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testCanUpdateViewSuccessGlobalViewCanManageGlobalViews
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testCanUpdateViewSuccessGlobalViewIsCreator
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testGetFailureGlobalViewIsNotCreatorOrManager
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testGetFailurePersonalViewIsNotCreator
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testGetSuccessPersonalViewIsCreator
com.linkedin.datahub.graphql.resolvers.view.ViewUtilsTest ‑ testMapDefinition
com.linkedin.datahub.graphql.types.assertion.AssertionMapperTest ‑ testMapCustomAssertion
com.linkedin.datahub.graphql.types.assertion.AssertionMapperTest ‑ testMapDataSchemaAssertion
com.linkedin.datahub.graphql.types.assertion.AssertionMapperTest ‑ testMapDatasetAssertion
com.linkedin.datahub.graphql.types.assertion.AssertionMapperTest ‑ testMapFreshnessAssertion
com.linkedin.datahub.graphql.types.assertion.AssertionMapperTest ‑ testMapTags
com.linkedin.datahub.graphql.types.assertion.AssertionTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.assertion.AssertionTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.assertion.FieldAssertionMapperTest ‑ testMapFieldMetricAssertionInfo
com.linkedin.datahub.graphql.types.assertion.FieldAssertionMapperTest ‑ testMapFieldValuesAssertionInfo
com.linkedin.datahub.graphql.types.assertion.FreshnessAssertionMapperTest ‑ testMapCronFreshnessAssertionInfo
com.linkedin.datahub.graphql.types.assertion.FreshnessAssertionMapperTest ‑ testMapFixedIntervalFreshnessAssertionInfo
com.linkedin.datahub.graphql.types.assertion.SqlAssertionMapperTest ‑ testMapMetricChangeSqlAssertionInfo
com.linkedin.datahub.graphql.types.assertion.SqlAssertionMapperTest ‑ testMapMetricSqlAssertionInfo
com.linkedin.datahub.graphql.types.assertion.VolumeAssertionMapperTest ‑ testMapIncrementingSegmentRowCountChangeVolumeAssertionInfo
com.linkedin.datahub.graphql.types.assertion.VolumeAssertionMapperTest ‑ testMapIncrementingSegmentRowCountTotalVolumeAssertionInfo
com.linkedin.datahub.graphql.types.assertion.VolumeAssertionMapperTest ‑ testMapRowCountChangeVolumeAssertionInfo
com.linkedin.datahub.graphql.types.assertion.VolumeAssertionMapperTest ‑ testMapRowCountTotalVolumeAssertionInfo

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results (build & test)

1002 tests found (test 623 to 1002)

There are 1002 tests, see "Raw output" for the list of tests 623 to 1002.
Raw output
com.linkedin.datahub.graphql.types.common.mappers.DataTransformLogicMapperTest ‑ testMapWithEmptyTransforms
com.linkedin.datahub.graphql.types.common.mappers.DataTransformLogicMapperTest ‑ testMapWithQueryStatement
com.linkedin.datahub.graphql.types.common.mappers.DataTransformLogicMapperTest ‑ testMapWithoutQueryStatement
com.linkedin.datahub.graphql.types.common.mappers.EmbedMapperTest ‑ testEmbedMapper
com.linkedin.datahub.graphql.types.common.mappers.QueryPropertiesMapperTest ‑ testMapWithOptionalFields
com.linkedin.datahub.graphql.types.common.mappers.QueryPropertiesMapperTest ‑ testMapWithRequiredFields
com.linkedin.datahub.graphql.types.common.mappers.TimeStampToAuditStampMapperTest ‑ testMapNull
com.linkedin.datahub.graphql.types.common.mappers.TimeStampToAuditStampMapperTest ‑ testMapWithActor
com.linkedin.datahub.graphql.types.common.mappers.TimeStampToAuditStampMapperTest ‑ testMapWithoutActor
com.linkedin.datahub.graphql.types.container.ContainerTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.container.ContainerTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.datacontract.DataContractMapperTest ‑ testMapAllFields
com.linkedin.datahub.graphql.types.datacontract.DataContractMapperTest ‑ testMapNoStatus
com.linkedin.datahub.graphql.types.datacontract.DataContractMapperTest ‑ testMapRequiredFields
com.linkedin.datahub.graphql.types.datacontract.DataContractTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.datacontract.DataContractTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.dataflow.mappers.DataFlowMapperTest ‑ testMapDataFlowContainer
com.linkedin.datahub.graphql.types.datajob.mappers.DataJobMapperTest ‑ testMapDataJobContainer
com.linkedin.datahub.graphql.types.dataplatforminstance.DataPlatformInstanceTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.dataplatforminstance.DataPlatformInstanceTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.dataplatforminstance.mapper.DataPlatformInstanceAspectMapperTest ‑ testMapNull
com.linkedin.datahub.graphql.types.dataplatforminstance.mapper.DataPlatformInstanceAspectMapperTest ‑ testMapWithInstance
com.linkedin.datahub.graphql.types.dataplatforminstance.mapper.DataPlatformInstanceAspectMapperTest ‑ testMapWithoutInstance
com.linkedin.datahub.graphql.types.dataplatforminstance.mapper.DataPlatformInstanceAspectMapperTest ‑ testSingleton
com.linkedin.datahub.graphql.types.dataprocessinst.DataProcessInstanceTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.dataprocessinst.DataProcessInstanceTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.dataprocessinst.DataProcessInstanceTypeTest ‑ testBatchLoadFeatureFlagDisabled
com.linkedin.datahub.graphql.types.dataprocessinst.DataProcessInstanceTypeTest ‑ testBatchLoadFull
com.linkedin.datahub.graphql.types.dataprocessinst.DataProcessInstanceTypeTest ‑ testGetType
com.linkedin.datahub.graphql.types.dataprocessinst.DataProcessInstanceTypeTest ‑ testObjectClass
com.linkedin.datahub.graphql.types.dataprocessinst.mappers.DataProcessInstanceMapperTest ‑ testMapBasicFields
com.linkedin.datahub.graphql.types.dataprocessinst.mappers.DataProcessInstanceMapperTest ‑ testMapContainer
com.linkedin.datahub.graphql.types.dataprocessinst.mappers.DataProcessInstanceMapperTest ‑ testMapDataProcessInstanceProperties
com.linkedin.datahub.graphql.types.dataprocessinst.mappers.DataProcessInstanceMapperTest ‑ testMapDataProcessInstanceRelationships
com.linkedin.datahub.graphql.types.dataprocessinst.mappers.DataProcessInstanceMapperTest ‑ testMapMLTrainingProperties
com.linkedin.datahub.graphql.types.dataprocessinst.mappers.DataProcessInstanceMapperTest ‑ testMapPlatformInstance
com.linkedin.datahub.graphql.types.dataset.mappers.DatasetMapperTest ‑ testDatasetPropertiesMapperWithCreatedAndLastModified
com.linkedin.datahub.graphql.types.dataset.mappers.DatasetMapperTest ‑ testDatasetPropertiesMapperWithoutCreatedAndLastModified
com.linkedin.datahub.graphql.types.dataset.mappers.DatasetMapperTest ‑ testDatasetPropertiesMapperWithoutTimestampActors
com.linkedin.datahub.graphql.types.dataset.mappers.DatasetProfileMapperTest ‑ testMapperFullProfile
com.linkedin.datahub.graphql.types.dataset.mappers.DatasetProfileMapperTest ‑ testMapperPartialProfile
com.linkedin.datahub.graphql.types.domain.DomainTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.domain.DomainTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.entitytype.EntityTypeMapperTest ‑ testGetName
com.linkedin.datahub.graphql.types.entitytype.EntityTypeMapperTest ‑ testGetType
com.linkedin.datahub.graphql.types.entitytype.EntityTypeUrnMapperTest ‑ testGetEntityType
com.linkedin.datahub.graphql.types.entitytype.EntityTypeUrnMapperTest ‑ testGetEntityTypeUrn
com.linkedin.datahub.graphql.types.entitytype.EntityTypeUrnMapperTest ‑ testGetName
com.linkedin.datahub.graphql.types.incident.IncidentMapperTest ‑ testMap
com.linkedin.datahub.graphql.types.incident.IncidentTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.incident.IncidentTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.mappers.MapperUtilsTest ‑ testMatchedFieldValidation
com.linkedin.datahub.graphql.types.mlmodel.mappers.MLModelGroupPropertiesMapperTest ‑ testMapMLModelGroupProperties
com.linkedin.datahub.graphql.types.mlmodel.mappers.MLModelGroupPropertiesMapperTest ‑ testMapWithMinimalProperties
com.linkedin.datahub.graphql.types.mlmodel.mappers.MLModelPropertiesMapperTest ‑ testMapMLModelProperties
com.linkedin.datahub.graphql.types.mlmodel.mappers.MLModelPropertiesMapperTest ‑ testMapWithMinimalProperties
com.linkedin.datahub.graphql.types.mlmodel.mappers.MLModelPropertiesMapperTest ‑ testMapWithMissingName
com.linkedin.datahub.graphql.types.notebook.NotebookTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.notebook.NotebookTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.query.QueryTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.query.QueryTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.query.QueryTypeTest ‑ testBatchLoadNullEntity
com.linkedin.datahub.graphql.types.view.DataHubViewTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.view.DataHubViewTypeTest ‑ testBatchLoadInvalidView
com.linkedin.datahub.graphql.types.view.DataHubViewTypeTest ‑ testBatchLoadValidView
com.linkedin.datahub.graphql.utils.AnalyticsUtilTest ‑ testConvertToUserInfoRows
com.linkedin.datahub.graphql.utils.DateUtilTest ‑ testDateAdjustmentsForMonth
com.linkedin.datahub.graphql.utils.DateUtilTest ‑ testStartOfNextWeek
com.linkedin.datahub.graphql.utils.MutationsUtilsTest ‑ testBuildMetadataChangeProposal
com.linkedin.datahub.graphql.utils.OwnerUtilsTest ‑ testIsOwnerEqualOnlyOwnershipTypeUrn
com.linkedin.datahub.graphql.utils.OwnerUtilsTest ‑ testIsOwnerEqualUrnOnly
com.linkedin.datahub.graphql.utils.OwnerUtilsTest ‑ testIsOwnerEqualWithLegacyTypeOnly
com.linkedin.datahub.graphql.utils.OwnerUtilsTest ‑ testMapOwnershipType
com.linkedin.datahub.graphql.utils.SystemMetadataUtilsTest ‑ testGetLastIngestedNoAspects
com.linkedin.datahub.graphql.utils.SystemMetadataUtilsTest ‑ testGetLastIngestedRunId
com.linkedin.datahub.graphql.utils.SystemMetadataUtilsTest ‑ testGetLastIngestedRuns
com.linkedin.datahub.graphql.utils.SystemMetadataUtilsTest ‑ testGetLastIngestedTime
com.linkedin.datahub.graphql.utils.SystemMetadataUtilsTest ‑ testGetLastIngestedTimeAllDefaultRunIds
com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest ‑ springTestContextAfterTestMethod
com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest ‑ springTestContextBeforeTestMethod
com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest ‑ springTestContextPrepareTestInstance
com.linkedin.datahub.upgrade.DatahubUpgradeBlockingTest ‑ testNBlockingBootstrapMCP
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ springTestContextAfterTestMethod
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ springTestContextBeforeTestMethod
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ springTestContextPrepareTestInstance
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ testSystemUpdateInit
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ testSystemUpdateKafkaProducerOverride
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ testSystemUpdateSend
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ springTestContextAfterTestMethod
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ springTestContextBeforeTestMethod
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ springTestContextPrepareTestInstance
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ testNonBlockingBootstrapMCP
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ testReindexDataJobViaNodesCLLPagingArgs
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ testReindexDataJobViaNodesCLLResumePaging
com.linkedin.datahub.upgrade.DatahubUpgradeNonBlockingTest ‑ testSystemUpdateNonBlockingInit
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ springTestContextAfterTestMethod
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ springTestContextBeforeTestMethod
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ springTestContextPrepareTestInstance
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testBuildIndicesInit
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testNoThrottle
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testRestoreIndicesInit
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testTraceContext
com.linkedin.datahub.upgrade.system.bootstrapmcps.BootstrapMCPUtilTest ‑ testMCPBatch
com.linkedin.datahub.upgrade.system.bootstrapmcps.BootstrapMCPUtilTest ‑ testResolveMCPTemplateDefaults
com.linkedin.datahub.upgrade.system.bootstrapmcps.BootstrapMCPUtilTest ‑ testResolveMCPTemplateOverride
com.linkedin.datahub.upgrade.system.bootstrapmcps.BootstrapMCPUtilTest ‑ testResolveYamlConf
com.linkedin.datahub.upgrade.system.bootstrapmcps.BootstrapMCPUtilTest ‑ testResolveYamlConfOverride
com.linkedin.datahub.upgrade.system.bootstrapmcps.DataTypesTest ‑ testExecuteInvalidJson
com.linkedin.datahub.upgrade.system.bootstrapmcps.DataTypesTest ‑ testExecuteValidDataTypesNoExistingDataTypes
com.linkedin.metadata.EventUtilsTests ‑ testAvroToPegasusMAE
com.linkedin.metadata.EventUtilsTests ‑ testAvroToPegasusMCE
com.linkedin.metadata.EventUtilsTests ‑ testPegasusToAvroFailedMCE
com.linkedin.metadata.EventUtilsTests ‑ testPegasusToAvroMAE
com.linkedin.metadata.EventUtilsTests ‑ testPegasusToAvroMCE
com.linkedin.metadata.ModelValidation ‑ validateAspects
com.linkedin.metadata.ModelValidation ‑ validateDeltas
com.linkedin.metadata.ModelValidation ‑ validateSnapshots
com.linkedin.metadata.aspect.hooks.FieldPathMutatorTest ‑ testValidateDeleteDuplicatedSchemaFieldPath
com.linkedin.metadata.aspect.hooks.FieldPathMutatorTest ‑ testValidateDuplicatedEditableSchemaFieldPath
com.linkedin.metadata.aspect.hooks.FieldPathMutatorTest ‑ testValidateDuplicatedSchemaFieldPath
com.linkedin.metadata.aspect.hooks.FieldPathMutatorTest ‑ testValidateIncorrectAspect
com.linkedin.metadata.aspect.hooks.FieldPathMutatorTest ‑ testValidateNonDuplicatedEditableSchemaFieldPath
com.linkedin.metadata.aspect.hooks.FieldPathMutatorTest ‑ testValidateNonDuplicatedSchemaFieldPath
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testAddCustomProperties
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testBuildDoesNotAffectPathValues
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testRemoveCustomProperty
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetCreated
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetCreatedNull
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetCustomProperties
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetDescription
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetDescriptionNull
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetLastModified
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetLastModifiedNull
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetName
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetProject
com.linkedin.metadata.aspect.patch.builder.DataFlowInfoPatchBuilderTest ‑ testSetProjectNull
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testAddEdgeWithDirection
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testAddInputDatajobEdge
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testAddInputDatasetEdge
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testAddInputDatasetField
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testAddOutputDatasetEdge
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testAddOutputDatasetField
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testBuildDoesNotAffectPathValues
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testInvalidEntityTypeThrowsException
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testRemoveInputDatajobEdge
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testRemoveInputDatasetEdge
com.linkedin.metadata.aspect.patch.builder.DataJobInputOutputPatchBuilderTest ‑ testRemoveInputDatasetField
com.linkedin.metadata.aspect.patch.template.ChartInfoTemplateTest ‑ testChartInfoTemplate
com.linkedin.metadata.aspect.patch.template.DashboardInfoTemplateTest ‑ testDashboardInfoTemplate
com.linkedin.metadata.aspect.patch.template.DataJobInputOutputTemplateTest ‑ testPatchUpstream
com.linkedin.metadata.aspect.patch.template.DataJobInputOutputTemplateTest ‑ testPatchWithFieldWithForwardSlash
com.linkedin.metadata.aspect.patch.template.DataJobInputOutputTemplateTest ‑ testPatchWithFieldWithTilde
com.linkedin.metadata.aspect.patch.template.UpstreamLineageTemplateTest ‑ testLargePatchStandard
com.linkedin.metadata.aspect.patch.template.UpstreamLineageTemplateTest ‑ testPatchRemoveWithFields
com.linkedin.metadata.aspect.patch.template.UpstreamLineageTemplateTest ‑ testPatchUpstream
com.linkedin.metadata.aspect.patch.template.UpstreamLineageTemplateTest ‑ testPatchWithFieldWithForwardSlash
com.linkedin.metadata.aspect.patch.template.UpstreamLineageTemplateTest ‑ testPatchWithFieldWithTilde
com.linkedin.metadata.aspect.plugins.PluginsTest ‑ testConfigEntityRegistry
com.linkedin.metadata.aspect.plugins.PluginsTest ‑ testEmptyMerges
com.linkedin.metadata.aspect.plugins.PluginsTest ‑ testMergedEntityRegistry
com.linkedin.metadata.aspect.plugins.PluginsTest ‑ testUnloadedMerge
com.linkedin.metadata.aspect.plugins.PluginsTest ‑ tripleMergeWithDisabled
com.linkedin.metadata.aspect.plugins.hooks.MCLSideEffectTest ‑ testCustomMCLSideEffect
com.linkedin.metadata.aspect.plugins.hooks.MCPSideEffectTest ‑ testCustomMCPSideEffect
com.linkedin.metadata.aspect.plugins.hooks.MutationPluginTest ‑ testCustomMutator
com.linkedin.metadata.aspect.plugins.validation.ValidatorPluginTest ‑ testCustomValidator
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testModifiedSinceAfterRangeFail
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testModifiedSinceBeforeRangeFail
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testModifiedSinceSuccess
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNextVersionFail
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNextVersionSuccess
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoPreviousLookupAuditStampModifiedSinceAfterRangeFail
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoPreviousLookupAuditStampModifiedSinceBeforeRangeFail
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoPreviousLookupAuditStampModifiedSinceSuccess
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoPreviousVersionsLookupSchemaMetadataNextVersionFail
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoPreviousVersionsLookupSchemaMetadataNextVersionSuccess
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoPreviousVersionsLookupVersionNextVersionFail
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoPreviousVersionsLookupVersionNextVersionSuccess
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoSystemMetadataNextVersionNextVersionFail
com.linkedin.metadata.aspect.validators.ConditionalWriteValidatorTest ‑ testNoSystemMetadataNextVersionNextVersionSuccess
com.linkedin.metadata.aspect.validators.CreateIfNotExistsValidatorTest ‑ testCreateIfEntityNotExistsFail
com.linkedin.metadata.aspect.validators.CreateIfNotExistsValidatorTest ‑ testCreateIfEntityNotExistsSuccess
com.linkedin.metadata.aspect.validators.CreateIfNotExistsValidatorTest ‑ testCreateIfNotExistsFail
com.linkedin.metadata.aspect.validators.CreateIfNotExistsValidatorTest ‑ testCreateIfNotExistsSuccess
com.linkedin.metadata.aspect.validators.FieldPathValidatorTest ‑ testEmptySchemaFieldPath
com.linkedin.metadata.aspect.validators.FieldPathValidatorTest ‑ testValidateDuplicatedEditableSchemaFieldPath
com.linkedin.metadata.aspect.validators.FieldPathValidatorTest ‑ testValidateDuplicatedSchemaFieldPath
com.linkedin.metadata.aspect.validators.FieldPathValidatorTest ‑ testValidateNonDuplicatedEditableSchemaFieldPath
com.linkedin.metadata.aspect.validators.FieldPathValidatorTest ‑ testValidateNonDuplicatedSchemaFieldPath
com.linkedin.metadata.authorization.DisjunctiveTest ‑ testDisjointConjoin
com.linkedin.metadata.authorization.DisjunctiveTest ‑ testDisjointHelper
com.linkedin.metadata.entity.ebean.batch.AspectsBatchImplTest ‑ singleInvalidDoesntBreakBatch
com.linkedin.metadata.entity.ebean.batch.AspectsBatchImplTest ‑ toUpsertBatchItemsChangeItemTest
com.linkedin.metadata.entity.ebean.batch.AspectsBatchImplTest ‑ toUpsertBatchItemsPatchItemTest
com.linkedin.metadata.entity.ebean.batch.AspectsBatchImplTest ‑ toUpsertBatchItemsProposedItemTest
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testComplexUrnColon
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testComplexUrnWithParens1
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testComplexUrnWithParens2
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testExcessiveLength
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testFabricTypeCasing
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testFabricTypeParen
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testNoTupleComma
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testSimpleUrnColon
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testSimpleUrnComma
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testSimpleUrnWithParens
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testTupleUrnComma
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testUrnNull
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testUrnWithIllegalDelimiter
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testUrnWithTrailingWhitespace
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testValidColon
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testValidComplexUrn
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testValidPartialUrlEncode
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testValidPartialUrlEncode2
com.linkedin.metadata.entity.validation.ValidationApiUtilsTest ‑ testValidateDatasetUrn
com.linkedin.metadata.kafka.MaeConsumerApplicationTest ‑ testMaeConsumerAutoWiring
com.linkedin.metadata.kafka.MceConsumerApplicationTest ‑ testHealthIndicator
com.linkedin.metadata.kafka.MceConsumerApplicationTest ‑ testRestliServletConfig
com.linkedin.metadata.kafka.hook.GraphIndexUtilsTest ‑ testExtractGraphEdgesDefault
com.linkedin.metadata.kafka.hook.GraphIndexUtilsTest ‑ testMergeEdges
com.linkedin.metadata.kafka.hook.UpdateIndicesHookTest ‑ testFineGrainedLineageEdgesAreAdded
com.linkedin.metadata.kafka.hook.UpdateIndicesHookTest ‑ testFineGrainedLineageEdgesAreAddedRestate
com.linkedin.metadata.kafka.hook.UpdateIndicesHookTest ‑ testInputFieldsEdgesAreAdded
com.linkedin.metadata.kafka.hook.UpdateIndicesHookTest ‑ testMCLProcessExhaustive
com.linkedin.metadata.kafka.hook.UpdateIndicesHookTest ‑ testMCLUIPreProcessed
com.linkedin.metadata.kafka.hook.UpdateIndicesHookTest ‑ testMCLUIPreProcessedReprocess
com.linkedin.metadata.kafka.hook.UpdateIndicesHookTest ‑ testUpdateIndexMappings
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testDatasetDescriptionAdd
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testDatasetDescriptionModify
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testDatasetDescriptionRemove
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testDatasetPropertiesAdd
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testEditableDatasetDescriptionAdd
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testEditableDatasetDescriptionModify
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testEditableDatasetDescriptionRemove
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testEditableDatasetPropertiesAdd
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testEditableSchemaFieldDescriptionChanges
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeAssertionRunEventCreate
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeDataProcessInstanceRunEventComplete
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeDataProcessInstanceRunEventStart
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityAddTagChange
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityAddTermChange
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityCreate
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityHardDelete
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityOwnerChange
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityRemoveTagChange
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityRemoveTermChange
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntitySetDomain
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntitySoftDelete
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityTermDeprecation
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeEntityUnsetDomain
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testInvokeIneligibleAspect
com.linkedin.metadata.kafka.hook.event.EntityChangeEventGeneratorHookTest ‑ testSchemaFieldDescriptionChanges
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventActive[0](null)
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventActive[1]({resolvedIncidentDetails=[], activeIncidentDetails=[]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventActive[2]({resolvedIncidentDetails=[], activeIncidentDetails=[{urn=urn:li:incident:existing, createdAt=0, type=TestType}]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventActive[3]({resolvedIncidentDetails=[{urn=urn:li:incident:existing, createdAt=0, type=TestType}], activeIncidentDetails=[]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventActive[4]({resolvedIncidentDetails=[{urn=urn:li:incident:test, createdAt=0, type=TestType}], activeIncidentDetails=[{urn=urn:li:incident:test, createdAt=0, type=TestType}]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventResolved[0](null)
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventResolved[1]({resolvedIncidentDetails=[], activeIncidentDetails=[]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventResolved[2]({resolvedIncidentDetails=[], activeIncidentDetails=[{urn=urn:li:incident:existing, createdAt=0, type=TestType}]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventResolved[3]({resolvedIncidentDetails=[{urn=urn:li:incident:existing, createdAt=0, type=TestType}], activeIncidentDetails=[]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentRunEventResolved[4]({resolvedIncidentDetails=[{urn=urn:li:incident:test, createdAt=0, type=TestType}], activeIncidentDetails=[{urn=urn:li:incident:test, createdAt=0, type=TestType}]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentSoftDeleted[0](null)
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentSoftDeleted[1]({resolvedIncidentDetails=[], activeIncidentDetails=[]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentSoftDeleted[2]({resolvedIncidentDetails=[], activeIncidentDetails=[{urn=urn:li:incident:existing, createdAt=0, type=TestType}]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentSoftDeleted[3]({resolvedIncidentDetails=[{urn=urn:li:incident:existing, createdAt=0, type=TestType}], activeIncidentDetails=[]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeIncidentSoftDeleted[4]({resolvedIncidentDetails=[{urn=urn:li:incident:test, createdAt=0, type=TestType}], activeIncidentDetails=[{urn=urn:li:incident:test, createdAt=0, type=TestType}]})
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeNotEligibleChange
com.linkedin.metadata.kafka.hook.incident.IncidentsSummaryHookTest ‑ testInvokeNotEnabled
com.linkedin.metadata.kafka.hook.ingestion.IngestionSchedulerHookTest ‑ testInvoke
com.linkedin.metadata.kafka.hook.ingestion.IngestionSchedulerHookTest ‑ testInvokeDeleteInfoAspect
com.linkedin.metadata.kafka.hook.ingestion.IngestionSchedulerHookTest ‑ testInvokeDeleteKeyAspect
com.linkedin.metadata.kafka.hook.ingestion.IngestionSchedulerHookTest ‑ testInvokeWrongAspect
com.linkedin.metadata.kafka.hook.siblings.SiblingAssociationHookTest ‑ testInvokeWhenSourceUrnHasTwoDbtUpstreams
com.linkedin.metadata.kafka.hook.siblings.SiblingAssociationHookTest ‑ testInvokeWhenSourceUrnHasTwoUpstreamsNoDbt
com.linkedin.metadata.kafka.hook.siblings.SiblingAssociationHookTest ‑ testInvokeWhenSourceUrnHasTwoUpstreamsOneDbt
com.linkedin.metadata.kafka.hook.siblings.SiblingAssociationHookTest ‑ testInvokeWhenThereIsAKeyBeingReingested
com.linkedin.metadata.kafka.hook.siblings.SiblingAssociationHookTest ‑ testInvokeWhenThereIsAPairWithBigqueryDownstreamNode
com.linkedin.metadata.kafka.hook.siblings.SiblingAssociationHookTest ‑ testInvokeWhenThereIsAPairWithDbtSourceNode
com.linkedin.metadata.kafka.hook.siblings.SiblingAssociationHookTest ‑ testInvokeWhenThereIsNoPairWithDbtModel
com.linkedin.metadata.kafka.hook.spring.MCLGMSSpringTest ‑ testHooks
com.linkedin.metadata.kafka.hook.spring.MCLGMSSpringTest ‑ testUpdateIndicesServiceInit
com.linkedin.metadata.kafka.hook.spring.MCLMAESpringTest ‑ testHooks
com.linkedin.metadata.kafka.hook.spring.MCLMAESpringTest ‑ testUpdateIndicesServiceInit
com.linkedin.metadata.models.DataSchemaFactoryTest ‑ testCustomClassLoading
com.linkedin.metadata.models.EntitySpecBuilderTest ‑ testBuildAspectSpecValidationAspectMissingAnnotation
com.linkedin.metadata.models.EntitySpecBuilderTest ‑ testBuildAspectSpecValidationDuplicateSearchableFields
com.linkedin.metadata.models.EntitySpecBuilderTest ‑ testBuildAspectSpecValidationInvalidSearchableFieldType
com.linkedin.metadata.models.EntitySpecBuilderTest ‑ testBuildAspectSpecValidationMissingRelationshipName
com.linkedin.metadata.models.EntitySpecBuilderTest ‑ testBuildAspectSpecValidationNonNumericSearchScoreField
com.linkedin.metadata.models.EntitySpecBuilderTest ‑ testBuildAspectSpecValidationNonSingularSearchScoreField
com.linkedin.metadata.models.EntitySpecBuilderTest ‑ testBuildEntitySpecs
com.linkedin.metadata.models.OpenApiSpecBuilderTest ‑ testOpenApiSpecBuilder
com.linkedin.metadata.models.registry.ConfigEntityRegistryTest ‑ testEntityRegistry
com.linkedin.metadata.models.registry.ConfigEntityRegistryTest ‑ testEntityRegistryIdentifier
com.linkedin.metadata.models.registry.LineageRegistryTest ‑ testRegistry
com.linkedin.metadata.models.registry.LineageRegistryTest ‑ testRegistryWhenEmpty
com.linkedin.metadata.models.registry.PatchEntityRegistryTest ‑ testEntityRegistryLoad
com.linkedin.metadata.models.registry.PatchEntityRegistryTest ‑ testEntityRegistryWithKeyLoad
com.linkedin.metadata.models.registry.PluginEntityRegistryLoaderTest ‑ testEntityRegistry
com.linkedin.metadata.models.registry.PluginEntityRegistryLoaderTest ‑ testEntityRegistryVersioning
com.linkedin.metadata.models.registry.PluginEntityRegistryLoaderTest ‑ testEntityRegistryWithGoodBase
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testCommaInValueThrowsException
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testConflictingValuesThrowsException
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testCriterionWithOnlyValues
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testEmptyFilter
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testEmptyStringValueNotConverted
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testExistingValuesNotModified
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testMixedCriteriaAndOrClause
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testMixedEmptyAndNonEmptyValues
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testMultiUrnThrowsException
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testMultipleCriteriaConversion
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testNullFilter
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testOrClauseCriterionConversion
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testOrClauseWithEmptyValues
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testSimpleCriterionConversion
com.linkedin.metadata.utils.CriterionUtilsTest ‑ testUrnConversion
com.linkedin.metadata.utils.EntityKeyUtilsTest ‑ testConvertEntityKeyToUrn
com.linkedin.metadata.utils.EntityKeyUtilsTest ‑ testConvertEntityKeyToUrnInternal
com.linkedin.metadata.utils.EntityKeyUtilsTest ‑ testConvertEntityUrnToKey
com.linkedin.metadata.utils.EntityKeyUtilsTest ‑ testConvertEntityUrnToKeyUrlEncoded
com.linkedin.metadata.utils.IngestionUtilsTest ‑ injectPipelineNameWhenNotThere
com.linkedin.metadata.utils.IngestionUtilsTest ‑ injectPipelineNameWhenThere
com.linkedin.metadata.utils.SchemaFieldUtilsTest ‑ testDowngradeSchemaFieldUrn
com.linkedin.metadata.utils.SchemaFieldUtilsTest ‑ testGenerateSchemaFieldURN
com.linkedin.metadata.utils.SchemaFieldUtilsTest ‑ testSchemaFieldAliases
com.linkedin.metadata.utils.SearchUtilTest ‑ testConvertToFilters
com.linkedin.metadata.utils.elasticsearch.IndexConventionImplTest ‑ testIndexConventionNoPrefix
com.linkedin.metadata.utils.elasticsearch.IndexConventionImplTest ‑ testIndexConventionPrefix
com.linkedin.metadata.utils.elasticsearch.IndexConventionImplTest ‑ testSchemaFieldDocumentId
com.linkedin.metadata.utils.elasticsearch.IndexConventionImplTest ‑ testTimeseriesIndexConventionNoPrefix
com.linkedin.metadata.utils.elasticsearch.IndexConventionImplTest ‑ testTimeseriesIndexConventionPrefix
io.datahubproject.metadata.context.ActorContextTest ‑ actorContextId
io.datahubproject.metadata.context.OperationContextTest ‑ testSystemPrivilegeEscalation
io.datahubproject.metadata.context.OperationContextTest ‑ testTraceException
io.datahubproject.metadata.context.OperationContextTest ‑ testTraceException_JsonProcessingError
io.datahubproject.metadata.context.OperationContextTest ‑ testWithQueueSpan_MultipleSystemMetadata
io.datahubproject.metadata.context.OperationContextTest ‑ testWithQueueSpan_SingleSystemMetadata
io.datahubproject.metadata.context.OperationContextTest ‑ testWithSpan_NullTraceContext
io.datahubproject.metadata.context.OperationContextTest ‑ testWithSpan_RunnableWithTraceContext
io.datahubproject.metadata.context.OperationContextTest ‑ testWithSpan_WithTraceContext
io.datahubproject.metadata.context.OperationContextTest ‑ testWithTraceId_NullSystemMetadata
io.datahubproject.metadata.context.OperationContextTest ‑ testWithTraceId_NullTraceContext
io.datahubproject.metadata.context.OperationContextTest ‑ testWithTraceId_WithTraceContextAndSystemMetadata
io.datahubproject.metadata.context.SearchContextTest ‑ searchContextId
io.datahubproject.metadata.context.SearchContextTest ‑ testImmutableSearchFlags
io.datahubproject.metadata.context.TraceContextTest ‑ testEnableLogTracingDisabled
io.datahubproject.metadata.context.TraceContextTest ‑ testEnableLogTracingWithCookie
io.datahubproject.metadata.context.TraceContextTest ‑ testEnableLogTracingWithHeader
io.datahubproject.metadata.context.TraceContextTest ‑ testWithProducerTrace
io.datahubproject.metadata.context.TraceContextTest ‑ testWithQueueSpanBatch
io.datahubproject.metadata.context.TraceContextTest ‑ testWithSingleQueueSpan
io.datahubproject.metadata.context.TraceContextTest ‑ testWithSpanRunnable
io.datahubproject.metadata.context.TraceContextTest ‑ testWithSpanSupplier
io.datahubproject.metadata.context.TraceContextTest ‑ testWithSpanSupplierException
io.datahubproject.metadata.context.TraceContextTest ‑ testWithTraceIdInvalidSpanContext
io.datahubproject.metadata.context.TraceContextTest ‑ testWithTraceIdValidSpanContext
io.datahubproject.schematron.converters.avro.AvroSchemaConverterTest ‑ testComplexArrays
io.datahubproject.schematron.converters.avro.AvroSchemaConverterTest ‑ testComplexMaps
io.datahubproject.schematron.converters.avro.AvroSchemaConverterTest ‑ testComplexStructs
io.datahubproject.schematron.converters.avro.AvroSchemaConverterTest ‑ testComplexUnions
io.datahubproject.schematron.converters.avro.AvroSchemaConverterTest ‑ testLogicalTypes
io.datahubproject.schematron.converters.avro.AvroSchemaConverterTest ‑ testPrimitiveTypes
io.datahubproject.schematron.converters.avro.AvroSchemaConverterTest ‑ testUsersRecord
io.datahubproject.schematron.models.FieldPathTest ‑ testArrayPath
io.datahubproject.schematron.models.FieldPathTest ‑ testClonePlus
io.datahubproject.schematron.models.FieldPathTest ‑ testEmptyElementList
io.datahubproject.schematron.models.FieldPathTest ‑ testEmptyFieldPath
io.datahubproject.schematron.models.FieldPathTest ‑ testEnsureFieldName
io.datahubproject.schematron.models.FieldPathTest ‑ testExpandType
io.datahubproject.schematron.models.FieldPathTest ‑ testHasFieldName
io.datahubproject.schematron.models.FieldPathTest ‑ testInvalidPaths[0](null, Expected IllegalArgumentException for null element)
io.datahubproject.schematron.models.FieldPathTest ‑ testInvalidPaths[1]([null], Expected IllegalArgumentException for null element in list)
io.datahubproject.schematron.models.FieldPathTest ‑ testKeySchemaPath
io.datahubproject.schematron.models.FieldPathTest ‑ testMapPath
io.datahubproject.schematron.models.FieldPathTest ‑ testMultipleTypesInPath
io.datahubproject.schematron.models.FieldPathTest ‑ testNestedPath
io.datahubproject.schematron.models.FieldPathTest ‑ testNoParentPath
io.datahubproject.schematron.models.FieldPathTest ‑ testParentTypeHandling
io.datahubproject.schematron.models.FieldPathTest ‑ testSimplePath
io.datahubproject.schematron.models.FieldPathTest ‑ testUnionPath