Delete build projects for bff, is #1
GitHub Actions / Test Report - EntityFramework.Storage.IntegrationTests
succeeded
Jan 31, 2025 in 0s
49 passed, 0 failed and 0 skipped
✅ identity-server/test/EntityFramework.Storage.IntegrationTests/TestResults/Tests.trx
49 tests were completed in 7s with 49 passed, 0 failed and 0 skipped.
✅ EntityFramework.Storage.IntegrationTests.DbContexts.ClientDbContextTests
✅ CanAddAndDeleteClientRedirectUri(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ CanAddAndDeleteClientScopes(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ EntityFramework.Storage.IntegrationTests.Stores.ClientStoreTests
✅ FindClientByIdAsync_WhenClientDoesNotExist_ExpectNull(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindClientByIdAsync_WhenClientExists_ExpectClientReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindClientByIdAsync_WhenClientExistsWithCollections_ExpectClientReturnedCollections(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindClientByIdAsync_WhenClientsExistWithManyCollections_ExpectClientReturnedInUnderFiveSeconds(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ EntityFramework.Storage.IntegrationTests.Stores.DeviceFlowStoreTests
✅ FindByDeviceCodeAsync_WhenDeviceCodeDoesNotExist_ExpectNull(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ FindByDeviceCodeAsync_WhenDeviceCodeExists_ExpectDataRetrievedCorrectly(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ FindByUserCodeAsync_WhenUserCodeDoesNotExist_ExpectNull(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ FindByUserCodeAsync_WhenUserCodeExists_ExpectDataRetrievedCorrectly(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ RemoveByDeviceCodeAsync_WhenDeviceCodeDoesNotExists_ExpectSuccess(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ RemoveByDeviceCodeAsync_WhenDeviceCodeExists_ExpectDeviceCodeDeleted(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ StoreDeviceAuthorizationAsync_WhenDeviceCodeAlreadyExists_ExpectException(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ StoreDeviceAuthorizationAsync_WhenSuccessful_ExpectDataStored(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ StoreDeviceAuthorizationAsync_WhenSuccessful_ExpectDeviceCodeAndUserCodeStored(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ StoreDeviceAuthorizationAsync_WhenUserCodeAlreadyExists_ExpectException(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ UpdateByUserCodeAsync_WhenDeviceCodeAuthorized_ExpectSubjectAndDataUpdated(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ EntityFramework.Storage.IntegrationTests.Stores.IdentityProviderStoreTests
✅ GetBySchemeAsync_should_filter_by_scheme_casing(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ GetBySchemeAsync_should_filter_by_type(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ GetBySchemeAsync_should_find_by_scheme(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ EntityFramework.Storage.IntegrationTests.Stores.PersistedGrantStoreTests
✅ GetAllAsync_Should_Filter(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ GetAllAsync_WithSubAndTypeAndPersistedGrantExists_ExpectPersistedGrantReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ GetAsync_WithKeyAndPersistedGrantExists_ExpectPersistedGrantReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ RemoveAllAsync_Should_Filter(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ RemoveAllAsync_WhenSubIdAndClientIdOfExistingReceived_ExpectGrantDeleted(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ RemoveAllAsync_WhenSubIdClientIdAndTypeOfExistingReceived_ExpectGrantDeleted(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ RemoveAsync_WhenKeyOfExistingReceived_ExpectGrantDeleted(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ Store_should_create_new_record_if_key_does_not_exist(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ Store_should_update_record_if_key_already_exists(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ StoreAsync_WhenPersistedGrantStored_ExpectSuccess(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ EntityFramework.Storage.IntegrationTests.Stores.ScopeStoreTests
✅ FindApiResourcesByNameAsync_WhenResourceExists_ExpectResourceAndCollectionsReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindApiResourcesByNameAsync_WhenResourcesExist_ExpectOnlyResourcesRequestedReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindApiResourcesByScopeNameAsync_WhenResourcesExist_ExpectOnlyResourcesRequestedReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindApiResourcesByScopeNameAsync_WhenResourcesExist_ExpectResourcesReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindApiScopesByNameAsync_WhenResourceExists_ExpectResourceAndCollectionsReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindApiScopesByNameAsync_WhenResourcesExist_ExpectOnlyRequestedReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindIdentityResourcesByScopeNameAsync_WhenResourceExists_ExpectResourceAndCollectionsReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ FindIdentityResourcesByScopeNameAsync_WhenResourcesExist_ExpectOnlyRequestedReturned(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ GetAllResources_WhenAllResourcesRequested_ExpectAllResourcesIncludingHidden(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ EntityFramework.Storage.IntegrationTests.TokenCleanup.TokenCleanupTests
✅ CleanupGrantsAsync_ExpectBatchSizeIsRespected(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_InsertsBetweenBatches_ExpectAdditionalBatches(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_WhenBothExpiredAndValidGrantsExists_ExpectOnlyExpiredGrantsRemoved(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_WhenExpiredDeviceGrantsExist_ExpectExpiredDeviceGrantsRemoved(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_WhenExpiredGrantsExist_ExpectExpiredGrantsRemoved(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_WhenFlagIsOffAndConsumedGrantsExist_ExpectConsumedGrantsNotRemoved(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_WhenFlagIsOnAndConsumedGrantsExist_ExpectConsumedGrantsRemoved(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_WhenFlagIsOnAndConsumedGrantsExistAndDelayIsSet_ExpectConsumedGrantsRemovedRespectsDelay(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_WhenValidDeviceGrantsExist_ExpectValidDeviceGrantsInDb(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
✅ CleanupGrantsAsync_WhenValidGrantsExist_ExpectValidGrantsInDb(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.PersistedGrantDbContext), Extensions = [···], IsFrozen = False })
Loading