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

feat(datahub-ingestion): refactor datahub ingestion slim images (#8515) #122

Merged
merged 5 commits into from
Oct 2, 2023

use variable for action image

dba564b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat(datahub-ingestion): refactor datahub ingestion slim images (#8515) #122

use variable for action image
dba564b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results (build & test) succeeded Oct 1, 2023 in 0s

All 809 tests pass, 15 skipped in 3m 9s

824 tests  ±0   809 ✔️ ±0   3m 9s ⏱️ +5s
209 suites ±0     15 💤 ±0 
209 files   ±0       0 ±0 

Results for commit dba564b. ± Comparison against earlier commit 5b70610.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

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

15 skipped tests found

There are 15 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
datahub.client.patch.PatchTest ‑ testLocalDataFlowInfo
datahub.client.patch.PatchTest ‑ testLocalDataFlowInfoRemove
datahub.client.patch.PatchTest ‑ testLocalDataJobInfo
datahub.client.patch.PatchTest ‑ testLocalDataJobInfoRemove
datahub.client.patch.PatchTest ‑ testLocalDatasetProperties
datahub.client.patch.PatchTest ‑ testLocalDatasetPropertiesRemove
datahub.client.patch.PatchTest ‑ testLocalEditableSchemaMetadataTag
datahub.client.patch.PatchTest ‑ testLocalEditableSchemaMetadataTagRemove
datahub.client.patch.PatchTest ‑ testLocalEditableSchemaMetadataTerm
datahub.client.patch.PatchTest ‑ testLocalEditableSchemaMetadataTermRemove
datahub.client.patch.PatchTest ‑ testLocalOwnership
datahub.client.patch.PatchTest ‑ testLocalOwnershipRemove
datahub.client.patch.PatchTest ‑ testLocalOwnershipRemoveType
datahub.client.patch.PatchTest ‑ testLocalUpstream
datahub.client.patch.PatchTest ‑ testLocalUpstreamRemove

Check notice on line 0 in .github

See this annotation in the file changed.

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

824 tests found (test 1 to 653)

There are 824 tests, see "Raw output" for the list of tests 1 to 653.
Raw output
app.ApplicationTest ‑ testHappyPathOidc()
app.ApplicationTest ‑ testHealth()
app.ApplicationTest ‑ testIndex()
app.ApplicationTest ‑ testIndexNotFound()
app.ApplicationTest ‑ testOidcRedirectToRequestedUrl()
app.ApplicationTest ‑ testOpenIdConfig()
com.datahub.authentication.authenticator.AuthenticatorChainTest ‑ testAuthenticateFailure
com.datahub.authentication.authenticator.AuthenticatorChainTest ‑ testAuthenticateSuccess
com.datahub.authentication.authenticator.AuthenticatorChainTest ‑ testAuthenticateThrows
com.datahub.authentication.authenticator.DataHubJwtTokenAuthenticatorTest ‑ testInvalidToken
com.datahub.authentication.authenticator.DataHubJwtTokenAuthenticatorTest ‑ testPublicAuthentication
com.datahub.authentication.authenticator.DataHubJwtTokenAuthenticatorTest ‑ testUserClaim
com.datahub.authentication.authenticator.DataHubSystemAuthenticatorTest ‑ testAuthenticateFailureMismatchingCredentials
com.datahub.authentication.authenticator.DataHubSystemAuthenticatorTest ‑ testAuthenticateFailureMissingAuthorizationHeader
com.datahub.authentication.authenticator.DataHubSystemAuthenticatorTest ‑ testAuthenticateFailureMissingBasicCredentials
com.datahub.authentication.authenticator.DataHubSystemAuthenticatorTest ‑ testAuthenticateSuccessDelegatedActor
com.datahub.authentication.authenticator.DataHubSystemAuthenticatorTest ‑ testAuthenticateSuccessNoDelegatedActor
com.datahub.authentication.authenticator.DataHubSystemAuthenticatorTest ‑ testInit
com.datahub.authentication.authenticator.DataHubTokenAuthenticatorTest ‑ testAuthenticateFailureInvalidToken
com.datahub.authentication.authenticator.DataHubTokenAuthenticatorTest ‑ testAuthenticateFailureMissingAuthorizationHeader
com.datahub.authentication.authenticator.DataHubTokenAuthenticatorTest ‑ testAuthenticateFailureMissingBearerCredentials
com.datahub.authentication.authenticator.DataHubTokenAuthenticatorTest ‑ testAuthenticateSuccess
com.datahub.authentication.authenticator.DataHubTokenAuthenticatorTest ‑ testInit
com.datahub.authentication.group.GroupServiceTest ‑ testAddUserToNativeGroupNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testAddUserToNativeGroupPasses
com.datahub.authentication.group.GroupServiceTest ‑ testConstructor
com.datahub.authentication.group.GroupServiceTest ‑ testCreateGroupInfoNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testCreateGroupInfoPasses
com.datahub.authentication.group.GroupServiceTest ‑ testCreateNativeGroupNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testCreateNativeGroupOriginNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testCreateNativeGroupOriginPasses
com.datahub.authentication.group.GroupServiceTest ‑ testCreateNativeGroupPasses
com.datahub.authentication.group.GroupServiceTest ‑ testGetExistingGroupMembersNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testGetExistingGroupMembersPasses
com.datahub.authentication.group.GroupServiceTest ‑ testGetGroupOriginNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testGetGroupOriginPasses
com.datahub.authentication.group.GroupServiceTest ‑ testGroupExistsNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testGroupExistsPasses
com.datahub.authentication.group.GroupServiceTest ‑ testMigrateGroupMembershipToNativeGroupMembershipNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testMigrateGroupMembershipToNativeGroupMembershipPasses
com.datahub.authentication.group.GroupServiceTest ‑ testRemoveExistingGroupMembersGroupNotInGroupMembership
com.datahub.authentication.group.GroupServiceTest ‑ testRemoveExistingGroupMembersNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testRemoveExistingGroupMembersPasses
com.datahub.authentication.group.GroupServiceTest ‑ testRemoveExistingNativeGroupMembersGroupNotInNativeGroupMembership
com.datahub.authentication.group.GroupServiceTest ‑ testRemoveExistingNativeGroupMembersNullArguments
com.datahub.authentication.group.GroupServiceTest ‑ testRemoveExistingNativeGroupMembersPasses
com.datahub.authentication.invite.InviteTokenServiceTest ‑ getInviteToken
com.datahub.authentication.invite.InviteTokenServiceTest ‑ getInviteTokenEmptySearchResult
com.datahub.authentication.invite.InviteTokenServiceTest ‑ getInviteTokenNoInviteTokenAspect
com.datahub.authentication.invite.InviteTokenServiceTest ‑ getInviteTokenNullEntity
com.datahub.authentication.invite.InviteTokenServiceTest ‑ getInviteTokenRegenerate
com.datahub.authentication.invite.InviteTokenServiceTest ‑ getInviteTokenRoleUrnDoesNotExist
com.datahub.authentication.invite.InviteTokenServiceTest ‑ testGetInviteTokenRole
com.datahub.authentication.invite.InviteTokenServiceTest ‑ testGetInviteTokenRoleEmptyAspectMap
com.datahub.authentication.invite.InviteTokenServiceTest ‑ testGetInviteTokenRoleNoRole
com.datahub.authentication.invite.InviteTokenServiceTest ‑ testGetInviteTokenRoleNullEntity
com.datahub.authentication.invite.InviteTokenServiceTest ‑ testGetInviteTokenUrnPasses
com.datahub.authentication.invite.InviteTokenServiceTest ‑ testIsInviteTokenValidFalse
com.datahub.authentication.invite.InviteTokenServiceTest ‑ testIsInviteTokenValidTrue
com.datahub.authentication.post.PostServiceTest ‑ testCreatePost
com.datahub.authentication.post.PostServiceTest ‑ testDeletePost
com.datahub.authentication.post.PostServiceTest ‑ testDeletePostDoesNotExist
com.datahub.authentication.post.PostServiceTest ‑ testMapMedia
com.datahub.authentication.post.PostServiceTest ‑ testMapPostContent
com.datahub.authentication.token.DataHubJwtSigningKeyResolverTest ‑ testInvalidIssuer
com.datahub.authentication.token.DataHubJwtSigningKeyResolverTest ‑ testResolveSigningKeyWithPublicKey
com.datahub.authentication.token.DataHubJwtSigningKeyResolverTest ‑ testResolveSigningKeyWithRemotePublicKey
com.datahub.authentication.token.StatefulTokenServiceTest ‑ generateRevokeToken
com.datahub.authentication.token.StatefulTokenServiceTest ‑ testConstructor
com.datahub.authentication.token.StatefulTokenServiceTest ‑ testGenerateAccessTokenPersonalToken
com.datahub.authentication.token.StatefulTokenServiceTest ‑ testGenerateAccessTokenPersonalTokenEternal
com.datahub.authentication.token.StatefulTokenServiceTest ‑ testGenerateAccessTokenSessionToken
com.datahub.authentication.token.StatefulTokenServiceTest ‑ testValidateAccessTokenFailsDueToExpiration
com.datahub.authentication.token.StatefulTokenServiceTest ‑ testValidateAccessTokenFailsDueToManipulation
com.datahub.authentication.token.StatelessTokenServiceTest ‑ testConstructor
com.datahub.authentication.token.StatelessTokenServiceTest ‑ testGenerateAccessTokenPersonalToken
com.datahub.authentication.token.StatelessTokenServiceTest ‑ testGenerateAccessTokenPersonalTokenEternal
com.datahub.authentication.token.StatelessTokenServiceTest ‑ testGenerateAccessTokenSessionToken
com.datahub.authentication.token.StatelessTokenServiceTest ‑ testValidateAccessTokenFailsDueToExpiration
com.datahub.authentication.token.StatelessTokenServiceTest ‑ testValidateAccessTokenFailsDueToManipulation
com.datahub.authentication.token.StatelessTokenServiceTest ‑ testValidateAccessTokenFailsDueToNoneAlgorithm
com.datahub.authentication.token.StatelessTokenServiceTest ‑ testValidateAccessTokenFailsDueToUnsupportedSigningAlgorithm
com.datahub.authentication.user.NativeUserServiceTest ‑ testCreateNativeUserNullArguments
com.datahub.authentication.user.NativeUserServiceTest ‑ testCreateNativeUserPasses
com.datahub.authentication.user.NativeUserServiceTest ‑ testCreateNativeUserUserAlreadyExists
com.datahub.authentication.user.NativeUserServiceTest ‑ testDoesPasswordMatchNoCorpUserCredentials
com.datahub.authentication.user.NativeUserServiceTest ‑ testDoesPasswordMatchNullArguments
com.datahub.authentication.user.NativeUserServiceTest ‑ testGenerateNativeUserResetToken
com.datahub.authentication.user.NativeUserServiceTest ‑ testGenerateNativeUserResetTokenNotNativeUser
com.datahub.authentication.user.NativeUserServiceTest ‑ testGenerateNativeUserResetTokenNullArguments
com.datahub.authentication.user.NativeUserServiceTest ‑ testResetCorpUserCredentialsBadResetToken
com.datahub.authentication.user.NativeUserServiceTest ‑ testResetCorpUserCredentialsExpiredResetToken
com.datahub.authentication.user.NativeUserServiceTest ‑ testResetCorpUserCredentialsNoPasswordResetToken
com.datahub.authentication.user.NativeUserServiceTest ‑ testResetCorpUserCredentialsNullArguments
com.datahub.authentication.user.NativeUserServiceTest ‑ testResetCorpUserCredentialsPasses
com.datahub.authentication.user.NativeUserServiceTest ‑ testUpdateCorpUserCredentialsPasses
com.datahub.authentication.user.NativeUserServiceTest ‑ testUpdateCorpUserInfoPasses
com.datahub.authentication.user.NativeUserServiceTest ‑ testUpdateCorpUserStatusPasses
com.datahub.authorization.DataHubAuthorizerTest ‑ testAllowAllMode
com.datahub.authorization.DataHubAuthorizerTest ‑ testAuthorizeGranted
com.datahub.authorization.DataHubAuthorizerTest ‑ testAuthorizeNotGranted
com.datahub.authorization.DataHubAuthorizerTest ‑ testAuthorizedActorsActivePolicy
com.datahub.authorization.DataHubAuthorizerTest ‑ testInvalidateCache
com.datahub.authorization.DataHubAuthorizerTest ‑ testSystemAuthentication
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePlatformPolicyPrivilegeFilterMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterAllGroupsMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterAllUsersMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterGroupMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterGroupNoMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterGroupResourceOwnersMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterGroupResourceOwnersNoMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterNoRoleMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterRoleMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterUserMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterUserNoMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyActorFilterUserResourceOwnersMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyInactivePolicyState
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyPrivilegeFilterNoMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyResourceFilterAllResourcesMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyResourceFilterAllResourcesNoMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyResourceFilterSpecificResourceMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyResourceFilterSpecificResourceMatchDomain
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyResourceFilterSpecificResourceMatchLegacy
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyResourceFilterSpecificResourceNoMatch
com.datahub.authorization.PolicyEngineTest ‑ testEvaluatePolicyResourceFilterSpecificResourceNoMatchDomain
com.datahub.authorization.PolicyEngineTest ‑ testGetGrantedPrivileges
com.datahub.authorization.PolicyEngineTest ‑ testGetMatchingActorsNoResourceMatch
com.datahub.authorization.PolicyEngineTest ‑ testGetMatchingActorsResourceMatch
com.datahub.authorization.RoleServiceTest ‑ testAssignNullRoleToActorAllActorsExist
com.datahub.authorization.RoleServiceTest ‑ testBatchAssignRoleAllActorsExist
com.datahub.authorization.RoleServiceTest ‑ testBatchAssignRoleNoActorExists
com.datahub.authorization.RoleServiceTest ‑ testBatchAssignRoleSomeActorExists
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.datahub.plugins.auth.TestConfig ‑ testConfig
com.datahub.plugins.auth.TestConfigProvider ‑ testConfigurationLoading
com.datahub.plugins.auth.TestConfigValidationUtils ‑ testListShouldNotBeEmpty
com.datahub.plugins.auth.TestConfigValidationUtils ‑ testListShouldNotHaveDuplicate
com.datahub.plugins.auth.TestConfigValidationUtils ‑ testMapShouldNotBeEmpty
com.datahub.plugins.auth.TestConfigValidationUtils ‑ testWhiteSpacesValidation
com.datahub.plugins.auth.TestIsolatedClassLoader ‑ testAuthenticatorPlugin
com.datahub.plugins.auth.TestIsolatedClassLoader ‑ testAuthorizerPlugin
com.datahub.plugins.auth.TestIsolatedClassLoader ‑ testDuplicatePluginName
com.datahub.plugins.auth.TestIsolatedClassLoader ‑ testIncorrectImplementation
com.datahub.plugins.auth.TestIsolatedClassLoader ‑ testJarFileName
com.datahub.plugins.auth.TestIsolatedClassLoader ‑ testLenientMode
com.datahub.plugins.auth.TestPluginConfigFactory ‑ authConfig
com.datahub.plugins.auth.TestPluginPermissionManager ‑ testLenientMode
com.datahub.plugins.auth.TestPluginPermissionManager ‑ testRestrictedMode
com.datahub.telemetry.TrackingServiceTest ‑ testEmitAnalyticsEvent
com.datahub.telemetry.TrackingServiceTest ‑ testGetClientIdAlreadyExists
com.datahub.telemetry.TrackingServiceTest ‑ testGetClientIdDoesNotExist
com.datahub.telemetry.TrackingServiceTest ‑ testSanitizeEvent
com.datahub.telemetry.TrackingServiceTest ‑ testSanitizeEventNoActorUrn
com.datahub.telemetry.TrackingServiceTest ‑ testSanitizeEventNoEventType
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.resolvers.ResolverUtilsTest ‑ testBuildFilterWithUrns on null(com.linkedin.datahub.graphql.resolvers.ResolverUtilsTest)
com.linkedin.datahub.graphql.resolvers.ResolverUtilsTest ‑ testCriterionFromFilter on null(com.linkedin.datahub.graphql.resolvers.ResolverUtilsTest)
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.browse.EntityBrowsePathsResolverTest ‑ testGetBrowsePathsException
com.linkedin.datahub.graphql.resolvers.browse.EntityBrowsePathsResolverTest ‑ testGetSuccess
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.dataset.DatasetHealthResolverTest ‑ testGetSuccessHealthy
com.linkedin.datahub.graphql.resolvers.dataset.DatasetHealthResolverTest ‑ testGetSuccessNullHealth
com.linkedin.datahub.graphql.resolvers.dataset.DatasetHealthResolverTest ‑ testGetSuccessUnhealthy
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 ‑ 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 ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.domain.CreateDomainResolverTest ‑ testGetUnauthorized
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 ‑ testGetUnauthorized
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.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 ‑ 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.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.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.mutate.MutableTypeBatchResolverTest ‑ testGetFailureUnauthorized
com.linkedin.datahub.graphql.resolvers.mutate.MutableTypeBatchResolverTest ‑ testGetSuccess
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetNextSiblingUrn on null(com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest)
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetNextSiblingUrnNoSiblings on null(com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest)
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetNextSiblingUrnWithUsedUrns on null(com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest)
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetSiblingUrns on null(com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest)
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetSiblingUrnsWithSiblingsAspect on null(com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest)
com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest ‑ testGetSiblingUrnsWithoutSiblings on null(com.linkedin.datahub.graphql.resolvers.mutate.SiblingsUtilsTest)
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 ‑ testGetSuccessExistingOwners
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.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.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](com.linkedin.datahub.graphql.generated.ListQueriesInput@74080908)
com.linkedin.datahub.graphql.resolvers.query.ListQueriesResolverTest ‑ testGetSuccess[1](com.linkedin.datahub.graphql.generated.ListQueriesInput@2f7075ec)
com.linkedin.datahub.graphql.resolvers.query.ListQueriesResolverTest ‑ testGetSuccess[2](com.linkedin.datahub.graphql.generated.ListQueriesInput@2f6f3fcc)
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.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.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 ‑ 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.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.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.AssertionTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.assertion.AssertionTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.common.mappers.EmbedMapperTest ‑ testEmbedMapper
com.linkedin.datahub.graphql.types.container.ContainerTypeTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.container.ContainerTypeTest ‑ testBatchLoadClientException
com.linkedin.datahub.graphql.types.dataplatforminstance.DataPlatformInstanceTest ‑ testBatchLoad
com.linkedin.datahub.graphql.types.dataplatforminstance.DataPlatformInstanceTest ‑ testBatchLoadClientException
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.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.DateUtilTest ‑ testStartOfNextWeek on null(com.linkedin.datahub.graphql.utils.DateUtilTest)
com.linkedin.datahub.graphql.utils.SystemMetadataUtilsTest ‑ testGetLastIngested
com.linkedin.datahub.graphql.utils.SystemMetadataUtilsTest ‑ testGetLastIngestedAllDefaultRunIds
com.linkedin.datahub.graphql.utils.SystemMetadataUtilsTest ‑ testGetLastIngestedNoAspects
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ testSystemUpdateInit
com.linkedin.datahub.upgrade.DatahubUpgradeNoSchemaRegistryTest ‑ testSystemUpdateSend
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testBuildIndicesInit
com.linkedin.datahub.upgrade.UpgradeCliApplicationTest ‑ testRestoreIndicesInit
com.linkedin.gms.factory.search.CacheTest ‑ hazelcastTest
com.linkedin.gms.factory.search.CacheTest ‑ hazelcastTestScroll
com.linkedin.gms.factory.search.CacheTest ‑ testLineageCaching
com.linkedin.gms.factory.search.ElasticSearchBulkProcessorFactoryTest ‑ testInjection
com.linkedin.gms.factory.search.ElasticSearchIndexBuilderFactoryEmptyTest ‑ testInjection
com.linkedin.gms.factory.search.ElasticSearchIndexBuilderFactoryOverridesTest ‑ testInjection
com.linkedin.gms.factory.search.ElasticSearchIndexBuilderFactoryTest ‑ testInjection
com.linkedin.gms.factory.secret.SecretServiceFactoryTest ‑ testInjection
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.boot.steps.IngestDataPlatformInstancesStepTest ‑ testExecuteChecksKeySpecForAllUrns
com.linkedin.metadata.boot.steps.IngestDataPlatformInstancesStepTest ‑ testExecuteCopesWithEmptyDB
com.linkedin.metadata.boot.steps.IngestDataPlatformInstancesStepTest ‑ testExecuteDoesNothingWhenDataPlatformInstanceAspectsAlreadyExists

Check notice on line 0 in .github

See this annotation in the file changed.

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

824 tests found (test 654 to 824)

There are 824 tests, see "Raw output" for the list of tests 654 to 824.
Raw output
com.linkedin.metadata.boot.steps.IngestDataPlatformInstancesStepTest ‑ testExecuteWhenSomeEntitiesShouldReceiveDataPlatformInstance
com.linkedin.metadata.boot.steps.IngestDefaultGlobalSettingsStepTest ‑ testExecuteInvalidJsonSettings
com.linkedin.metadata.boot.steps.IngestDefaultGlobalSettingsStepTest ‑ testExecuteInvalidModelSettings
com.linkedin.metadata.boot.steps.IngestDefaultGlobalSettingsStepTest ‑ testExecuteValidSettingsExistingSettings
com.linkedin.metadata.boot.steps.IngestDefaultGlobalSettingsStepTest ‑ testExecuteValidSettingsNoExistingSettings
com.linkedin.metadata.boot.steps.RestoreColumnLineageIndicesTest ‑ testDoesNotExecuteWithSameVersion
com.linkedin.metadata.boot.steps.RestoreColumnLineageIndicesTest ‑ testExecuteFirstTime
com.linkedin.metadata.boot.steps.RestoreColumnLineageIndicesTest ‑ testExecuteWithNewVersion
com.linkedin.metadata.boot.steps.RestoreGlossaryIndicesTest ‑ testDoesNotRunWhenAlreadyExecuted
com.linkedin.metadata.boot.steps.RestoreGlossaryIndicesTest ‑ testExecuteFirstTime
com.linkedin.metadata.boot.steps.RestoreGlossaryIndicesTest ‑ testExecutesWithNewVersion
com.linkedin.metadata.boot.steps.UpgradeDefaultBrowsePathsStepTest ‑ testDoesNotRunWhenAlreadyExecuted
com.linkedin.metadata.boot.steps.UpgradeDefaultBrowsePathsStepTest ‑ testDoesNotRunWhenBrowsePathIsNotQualified
com.linkedin.metadata.boot.steps.UpgradeDefaultBrowsePathsStepTest ‑ testExecuteFirstTime
com.linkedin.metadata.boot.steps.UpgradeDefaultBrowsePathsStepTest ‑ testExecuteNoExistingBrowsePaths
com.linkedin.metadata.kafka.MaeConsumerApplicationTest ‑ testMaeConsumerAutoWiring
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.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.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 ‑ 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.MCLSpringTest ‑ testHooks
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.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.EntityKeyUtilsTest ‑ testConvertEntityKeyToUrn
com.linkedin.metadata.utils.EntityKeyUtilsTest ‑ testConvertEntityKeyToUrnInternal
com.linkedin.metadata.utils.EntityKeyUtilsTest ‑ testConvertEntityUrnToKey
com.linkedin.metadata.utils.IngestionUtilsTest ‑ injectPipelineNameWhenNotThere
com.linkedin.metadata.utils.IngestionUtilsTest ‑ injectPipelineNameWhenThere
com.linkedin.metadata.utils.SearchUtilTest ‑ testConvertToFilters
com.linkedin.metadata.utils.elasticsearch.IndexConventionImplTest ‑ testIndexConventionNoPrefix
com.linkedin.metadata.utils.elasticsearch.IndexConventionImplTest ‑ testIndexConventionPrefix
datahub.client.file.FileEmitterTest ‑ testFailCallback
datahub.client.file.FileEmitterTest ‑ testFileEmitter
datahub.client.file.FileEmitterTest ‑ testSuccessCallback
datahub.client.kafka.AvroSerializerTest ‑ avroFileWrite
datahub.client.kafka.KafkaEmitterTest ‑ testConnection
datahub.client.kafka.KafkaEmitterTest ‑ testSend
datahub.client.patch.PatchTest ‑ testLocalDataFlowInfo
datahub.client.patch.PatchTest ‑ testLocalDataFlowInfoRemove
datahub.client.patch.PatchTest ‑ testLocalDataJobInfo
datahub.client.patch.PatchTest ‑ testLocalDataJobInfoRemove
datahub.client.patch.PatchTest ‑ testLocalDatasetProperties
datahub.client.patch.PatchTest ‑ testLocalDatasetPropertiesRemove
datahub.client.patch.PatchTest ‑ testLocalEditableSchemaMetadataTag
datahub.client.patch.PatchTest ‑ testLocalEditableSchemaMetadataTagRemove
datahub.client.patch.PatchTest ‑ testLocalEditableSchemaMetadataTerm
datahub.client.patch.PatchTest ‑ testLocalEditableSchemaMetadataTermRemove
datahub.client.patch.PatchTest ‑ testLocalOwnership
datahub.client.patch.PatchTest ‑ testLocalOwnershipRemove
datahub.client.patch.PatchTest ‑ testLocalOwnershipRemoveType
datahub.client.patch.PatchTest ‑ testLocalUpstream
datahub.client.patch.PatchTest ‑ testLocalUpstreamRemove
datahub.client.rest.RestEmitterTest ‑ mockServerTest
datahub.client.rest.RestEmitterTest ‑ multithreadedTestExecutors
datahub.client.rest.RestEmitterTest ‑ multithreadedTestSingleThreadCaller
datahub.client.rest.RestEmitterTest ‑ testCallback
datahub.client.rest.RestEmitterTest ‑ testDisableSslVerification
datahub.client.rest.RestEmitterTest ‑ testExceptions
datahub.client.rest.RestEmitterTest ‑ testExtraHeaders
datahub.client.rest.RestEmitterTest ‑ testPost
datahub.client.rest.RestEmitterTest ‑ testSslVerificationException
datahub.client.rest.RestEmitterTest ‑ testTimeoutOnGet
datahub.client.rest.RestEmitterTest ‑ testTimeoutOnGetWithTimeout
datahub.client.rest.RestEmitterTest ‑ testUserAgentHeader
datahub.event.EventFormatterTest ‑ testPartialMCPW
datahub.event.EventFormatterTest ‑ testUtf8Encoding
datahub.event.MetadataChangeProposalWrapperTest ‑ testAspectInferenceFailure
datahub.event.MetadataChangeProposalWrapperTest ‑ testAspectInferenceFailureLambda
datahub.event.MetadataChangeProposalWrapperTest ‑ testAspectInferenceSuccess
datahub.event.MetadataChangeProposalWrapperTest ‑ testBuilderExceptions
datahub.protobuf.ProtobufDatasetTest ‑ customFieldVisitors
datahub.protobuf.ProtobufDatasetTest ‑ duplicateNested
datahub.protobuf.ProtobufDatasetTest ‑ googleTimestamp
datahub.protobuf.ProtobufDatasetTest ‑ messageA
datahub.protobuf.ProtobufDatasetTest ‑ messageB
datahub.protobuf.ProtobufDatasetTest ‑ messageC
datahub.protobuf.ProtobufDatasetTest ‑ messageC2NestedOneOf
datahub.protobuf.ProtobufDatasetTest ‑ noSchemaTest
datahub.protobuf.ProtobufDatasetTest ‑ platformSchemaTest
datahub.protobuf.ProtobufUtilsTest ‑ registryTest
datahub.protobuf.model.ProtobufEnumTest ‑ enumEqualityTest
datahub.protobuf.model.ProtobufEnumTest ‑ enumTest
datahub.protobuf.model.ProtobufFieldTest ‑ fieldPathTypeArrayTest
datahub.protobuf.model.ProtobufFieldTest ‑ fieldPathTypeTest
datahub.protobuf.model.ProtobufFieldTest ‑ fieldTest
datahub.protobuf.model.ProtobufFieldTest ‑ nestedTypeFieldTest
datahub.protobuf.model.ProtobufFieldTest ‑ schemaFieldTypeArrayTest
datahub.protobuf.model.ProtobufFieldTest ‑ schemaFieldTypeTest
datahub.protobuf.model.ProtobufGraphTest ‑ autodetectRootMessageFailureTest
datahub.protobuf.model.ProtobufGraphTest ‑ autodetectRootMessageTest
datahub.protobuf.model.ProtobufGraphTest ‑ commentTest
datahub.protobuf.model.ProtobufGraphTest ‑ duplicateNestedTest
datahub.protobuf.model.ProtobufGraphTest ‑ equalityHashCodeTest
datahub.protobuf.model.ProtobufGraphTest ‑ findMessageTest
datahub.protobuf.model.ProtobufMessageTest ‑ majorVersionTest
datahub.protobuf.model.ProtobufMessageTest ‑ mapTest
datahub.protobuf.model.ProtobufMessageTest ‑ messageEqualityTest
datahub.protobuf.model.ProtobufMessageTest ‑ messageTest
datahub.protobuf.model.ProtobufOneOfFieldTest ‑ oneOfEqualityTest
datahub.protobuf.model.ProtobufOneOfFieldTest ‑ oneOfTest
datahub.protobuf.visitors.VisitContextTest ‑ duplicateNestedTest
datahub.protobuf.visitors.dataset.DatasetVisitorTest ‑ customDescriptionVisitors
datahub.protobuf.visitors.dataset.DatasetVisitorTest ‑ protocBase64Test
datahub.protobuf.visitors.dataset.DescriptionVisitorTest ‑ visitorTest
datahub.protobuf.visitors.dataset.DomainVisitorTest ‑ visitorTest
datahub.protobuf.visitors.dataset.InstitutionalMemoryVisitorTest ‑ messageATest
datahub.protobuf.visitors.dataset.InstitutionalMemoryVisitorTest ‑ messageBTest
datahub.protobuf.visitors.dataset.InstitutionalMemoryVisitorTest ‑ messageCTest
datahub.protobuf.visitors.dataset.KafkaTopicPropertyVisitorTest ‑ visitorEmptyTest
datahub.protobuf.visitors.dataset.KafkaTopicPropertyVisitorTest ‑ visitorTest
datahub.protobuf.visitors.dataset.OwnershipVisitorTest ‑ visitorSingleOwnerTest
datahub.protobuf.visitors.dataset.OwnershipVisitorTest ‑ visitorTest
datahub.protobuf.visitors.dataset.PropertyVisitorTest ‑ extendedFieldTest
datahub.protobuf.visitors.dataset.PropertyVisitorTest ‑ extendedMessageTest
datahub.protobuf.visitors.dataset.TermAssociationVisitorTest ‑ extendedFieldTest
datahub.protobuf.visitors.dataset.TermAssociationVisitorTest ‑ extendedMessageTest
datahub.protobuf.visitors.field.ProtobufExtensionFieldVisitorTest ‑ extendedFieldTest
datahub.protobuf.visitors.field.ProtobufExtensionFieldVisitorTest ‑ extendedMessageTest
datahub.protobuf.visitors.field.SchemaFieldVisitorTest ‑ visitorTest
datahub.protobuf.visitors.tag.TagVisitorTest ‑ extendedFieldTest
datahub.protobuf.visitors.tag.TagVisitorTest ‑ extendedMessageTest
entities.EntitiesControllerTest ‑ testIngestDataset
io.datahubproject.openapi.test.SchemaRegistryControllerTest ‑ testMCLConsumption
io.datahubproject.openapi.test.SchemaRegistryControllerTest ‑ testMCPConsumption
io.datahubproject.openapi.test.SchemaRegistryControllerTest ‑ testPEConsumption
io.datahubproject.telemetry.TelemetryUtilsTest ‑ getClientIdTest
security.DummyLoginModuleTest ‑ testAuthenticate()
security.OidcConfigurationTest ‑ readTimeoutPropagation()
tests.unit.test_dummy ‑ test_dummy
utils.SearchUtilTest ‑ testEscapeForwardSlash()