Skip to content

Push on main

Push on main #4235

GitHub Actions / Test Results succeeded Jul 14, 2025 in 0s

All 183 tests pass in 1m 16s

 62 files   62 suites   1m 16s ⏱️
183 tests 183 ✅ 0 💤 0 ❌
366 runs  366 ✅ 0 💤 0 ❌

Results for commit 8cc3e81.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

183 tests found

There are 183 tests, see "Raw output" for the full list of tests.
Raw output
com.google.firebase.CoroutinesPlayServicesTests ‑ Task#await() resolves to the same result as Task#getResult()
com.google.firebase.CoroutinesPlayServicesTests ‑ Task#await() throws an Exception for failing Tasks
com.google.firebase.DataCollectionPostNDefaultEnabledTest ‑ isDataCollectionDefaultEnabled_shouldDefaultToTrue
com.google.firebase.DataCollectionPostNDefaultEnabledTest ‑ isDataCollectionDefaultEnabled_whenPrefsFalse_shouldReturnFalse
com.google.firebase.DataCollectionPostNDefaultEnabledTest ‑ isDataCollectionDefaultEnabled_whenPrefsTrue_shouldReturnTrue
com.google.firebase.DataCollectionPostNDefaultEnabledTest ‑ setDataCollectionDefaultEnabledFalse_shouldUpdateSharedPrefs
com.google.firebase.DataCollectionPostNDefaultEnabledTest ‑ setDataCollectionDefaultEnabled_shouldNotAffectOtherFirebaseAppInstances
com.google.firebase.DataCollectionPreNDefaultEnabledTest ‑ isDataCollectionDefaultEnabled_shouldDefaultToTrue
com.google.firebase.DataCollectionPreNDefaultEnabledTest ‑ isDataCollectionDefaultEnabled_whenPrefsFalse_shouldReturnFalse
com.google.firebase.DataCollectionPreNDefaultEnabledTest ‑ isDataCollectionDefaultEnabled_whenPrefsTrue_shouldReturnTrue
com.google.firebase.DataCollectionPreNDefaultEnabledTest ‑ setDataCollectionDefaultEnabledFalse_shouldUpdateSharedPrefs
com.google.firebase.DataCollectionPreNDefaultEnabledTest ‑ setDataCollectionDefaultEnabled_shouldNotAffectOtherFirebaseAppInstances
com.google.firebase.KtxTests ‑ Firebase#app should delegate to FirebaseApp#getInstance()
com.google.firebase.KtxTests ‑ Firebase#app(String) should delegate to FirebaseApp#getInstance(String)
com.google.firebase.KtxTests ‑ Firebase#initialize(Context, FirebaseOptions) should initialize the app correctly
com.google.firebase.KtxTests ‑ Firebase#initialize(Context, FirebaseOptions, String) should initialize the app correctly
com.google.firebase.KtxTests ‑ Firebase#options should delegate to FirebaseApp#getInstance()#options
com.google.firebase.TimestampTest ‑ testCompare
com.google.firebase.TimestampTest ‑ testFromDate
com.google.firebase.TimestampTest ‑ testFromInstant
com.google.firebase.TimestampTest ‑ testRejectBadDates
com.google.firebase.TimestampTest ‑ testTimestampParcelable
com.google.firebase.VersionGenerationTest ‑ isVersionGenerated_shouldNotBeEmpty
com.google.firebase.VersionTests ‑ libraryVersions_shouldBeRegisteredWithRuntime
com.google.firebase.components.ComponentDiscoveryTest ‑ discoverLazy_whenRegistrarClassDoesNotExist_shouldReturnProviderThatReturnsNull
com.google.firebase.components.ComponentDiscoveryTest ‑ discoverLazy_whenRegistrarClassesAreInvalid_shouldReturnThrowingProviders
com.google.firebase.components.ComponentDiscoveryTest ‑ discover_shouldCorrectlyInstantiateValidComponentRegistrars
com.google.firebase.components.ComponentDiscoveryTest ‑ discover_shouldSkipClassesThatDontImplementComponentRegistrarInterface
com.google.firebase.components.ComponentDiscoveryTest ‑ discover_shouldSkipClassesWithNoDefaultConstructors
com.google.firebase.components.ComponentDiscoveryTest ‑ discover_shouldSkipNonExistentClasses
com.google.firebase.components.ComponentDiscoveryTest ‑ discover_shouldSkipPrivateClasses
com.google.firebase.components.ComponentRuntimeTest ‑ container_shouldExposeAllProvidedInterfacesOfAComponent
com.google.firebase.components.ComponentRuntimeTest ‑ container_shouldExposeAllRegisteredSetValues
com.google.firebase.components.ComponentRuntimeTest ‑ container_withComponentProcessor_shouldDelegateToItForEachComponentRegistrar
com.google.firebase.components.ComponentRuntimeTest ‑ container_withCyclicDependencyGraph_shouldThrow
com.google.firebase.components.ComponentRuntimeTest ‑ container_withCyclicProviderDependency_shouldProperlyInitialize
com.google.firebase.components.ComponentRuntimeTest ‑ container_withMissingDependencies_shouldThrow
com.google.firebase.components.ComponentRuntimeTest ‑ container_withMultipleComponentsRegisteredForSameInterfaceButQualified_shouldNotThrow
com.google.firebase.components.ComponentRuntimeTest ‑ container_withMultipleComponentsRegisteredForSameInterface_shouldThrow
com.google.firebase.components.ComponentRuntimeTest ‑ container_withValidDependencyGraph_shouldNotInitializeNonDefaultAppEagerComponents
com.google.firebase.components.ComponentRuntimeTest ‑ container_withValidDependencyGraph_shouldProperlyInjectComponents
com.google.firebase.components.ComponentRuntimeTest ‑ container_withValidDependencyGraph_withDefaultApp_shouldInitializeDefaultAppEagerComponentsAndTheirDependencies
com.google.firebase.components.ComponentRuntimeTest ‑ container_withValidDependencyGraph_withDefaultApp_shouldInitializeEagerComponentsAndTheirDependencies
com.google.firebase.components.ComponentRuntimeTest ‑ get_withMissingInterface_shouldReturnNull
com.google.firebase.components.ComponentRuntimeTest ‑ get_withNullInterface_shouldThrow
com.google.firebase.components.ComponentRuntimeTest ‑ newlyDiscoveredComponent_shouldBecomeAvailableThroughItsDeferred
com.google.firebase.components.ComponentRuntimeTest ‑ newlyDiscoveredComponent_shouldBecomeAvailableThroughItsProvider
com.google.firebase.components.ComponentRuntimeTest ‑ newlyDiscoveredComponents_whenNewComponentConflictsWithExisting_shouldThrow
com.google.firebase.components.ComponentRuntimeTest ‑ newlyDiscoveredEagerComponents_whenExistingEagerComponentsAreInitializedInNonDefaultApp_shouldNotInitializeUponDiscovery
com.google.firebase.components.ComponentRuntimeTest ‑ newlyDiscoveredEagerComponents_whenExistingEagerComponentsAreInitialized_shouldInitializeUponDiscovery
com.google.firebase.components.ComponentRuntimeTest ‑ newlyDiscoveredEagerComponents_whenExistingEagerComponentsAreNotInitialized_shouldNotInitializeUponDiscovery
com.google.firebase.components.ComponentRuntimeTest ‑ newlyDiscoveredEagerDefaultComponents_whenExistingEagerComponentsAreInitialized_shouldNotInitializeUponDiscovery
com.google.firebase.components.ComponentRuntimeTest ‑ newlyDiscoveredSetComponent_shouldBecomeAvailableThroughItsSet
com.google.firebase.components.ComponentRuntimeTest ‑ setComponents_shouldNotPreventValueComponentsFromBeingRegistered
com.google.firebase.components.ComponentRuntimeTest ‑ setComponents_shouldParticipateInCycleDetection
com.google.firebase.components.ComponentRuntimeTest ‑ setComponents_withQualifiers_shouldContributeToAppropriateSets
com.google.firebase.components.ComponentRuntimeTest ‑ undeclaredDep_withDeferredLoading_shouldThrow
com.google.firebase.components.ComponentTest ‑ addOptionalDependency_onSelf_shouldThrow
com.google.firebase.components.ComponentTest ‑ addRequiredDependency_onSelf_shouldThrow
com.google.firebase.components.ComponentTest ‑ add_shouldProperlyAddDependencies
com.google.firebase.components.ComponentTest ‑ alwaysEager_shouldProperlySetComponentInitialization
com.google.firebase.components.ComponentTest ‑ build_withNoFactoryProvided_shouldThrow
com.google.firebase.components.ComponentTest ‑ builder_shouldSetCorrectDefaults
com.google.firebase.components.ComponentTest ‑ builder_withMultipleInterfaces_shouldProperlySetInterfaces
com.google.firebase.components.ComponentTest ‑ builder_withMultipleQualifiedInterfaces_shouldProperlySetInterfaces
com.google.firebase.components.ComponentTest ‑ eagerInDefaultApp_shouldProperlySetComponentInitialization
com.google.firebase.components.ComponentTest ‑ getFactory_shouldReturnFactorySetInBuilder
com.google.firebase.components.ComponentTest ‑ intoSetBuilder_shouldSetCorrectDefaults
com.google.firebase.components.ComponentTest ‑ intoSet_shouldSetCorrectDefaults
com.google.firebase.components.ComponentTest ‑ name_shouldDefaultToNull
com.google.firebase.components.ComponentTest ‑ name_shouldReturnNameSetInBuilder
com.google.firebase.components.ComponentTest ‑ of_withMultipleInterfaces_shouldSetCorrectDefaults
com.google.firebase.components.ComponentTest ‑ publishes_shouldProperlyAddToPublishedEvents
com.google.firebase.components.ComponentTest ‑ qualifiedBuilder_shouldSetCorrectDefaults
com.google.firebase.components.ComponentTest ‑ updatingInstantiationMultipleTimes_shouldThrow
com.google.firebase.components.ComponentTest ‑ withFactory_shouldReplaceTheFactorySetInBuilder
com.google.firebase.components.CycleDetectorTest ‑ detect_shouldNotDetectACycle1
com.google.firebase.components.CycleDetectorTest ‑ detect_shouldNotDetectACycle2
com.google.firebase.components.CycleDetectorTest ‑ detect_shouldNotDetectACycle3
com.google.firebase.components.CycleDetectorTest ‑ detect_shouldNotDetectACycle4
com.google.firebase.components.CycleDetectorTest ‑ detect_withDependencyCycle_shouldThrow
com.google.firebase.components.CycleDetectorTest ‑ detect_withMultipleComponentsImplementingSameInterface_shouldThrow
com.google.firebase.components.CycleDetectorTest ‑ detect_withMultipleComponentsImplementingSameQualifiedInterfaceAndNoDepCycle_shouldNotThrow
com.google.firebase.components.CycleDetectorTest ‑ detect_withMultipleComponentsImplementingSameQualifiedInterface_shouldNotThrow
com.google.firebase.components.CycleDetectorTest ‑ detect_withProviderDependencyCycle_shouldNotThrow
com.google.firebase.components.DependencyTest ‑ optionalProviderQualified_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ optionalProvider_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ optional_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ requiredProviderQualified_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ requiredProvider_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ requiredQualified_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ required_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ setOfProviderQualified_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ setOfProvider_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ setOfQualified_shouldHaveExpectedInvariants
com.google.firebase.components.DependencyTest ‑ setOf_shouldHaveExpectedInvariants
com.google.firebase.components.EventBusTest ‑ publish_shouldNotifyOnSubscribersExecutor
com.google.firebase.components.EventBusTest ‑ publish_shouldNotifySubscribedHandlers
com.google.firebase.components.EventBusTest ‑ publish_shouldOnlyPublishOnceTheEventBusIsPublishEnabled
com.google.firebase.components.EventBusTest ‑ publish_whenCalledWithNull_shouldThrow
com.google.firebase.components.EventBusTest ‑ subscribe_whenCalledWithNullHandler_shouldThrow
com.google.firebase.components.EventBusTest ‑ subscribe_whenCalledWithNullType_shouldThrow
com.google.firebase.components.EventBusTest ‑ unsubscribe_shouldRemoveHandlersFromSubscribers
com.google.firebase.components.EventBusTest ‑ unsubscribe_whenCalledWithNullHandler_shouldThrow
com.google.firebase.components.EventBusTest ‑ unsubscribe_whenCalledWithNullType_shouldThrow
com.google.firebase.components.LazySetTest ‑ add_whenSetNotInitializedYet_shouldNotInitializeSet
com.google.firebase.components.LazySetTest ‑ add_whenUnderlyingSetAlreadyInitialized_shouldUpdateUnderlyingSet
com.google.firebase.components.LazySetTest ‑ add_whenUnderlyingSetNotInitializedYet_shouldUpdateProviderSet
com.google.firebase.components.LazySetTest ‑ get_shouldInitializeEachSetMemberExactlyOnce
com.google.firebase.components.LazySetTest ‑ lazySet_shouldBeExternallyImmutable
com.google.firebase.components.LazyTest ‑ get_shouldBeThreadSafe
com.google.firebase.components.LazyTest ‑ get_shouldDelegateToFactory
com.google.firebase.components.LazyTest ‑ get_whenLazyIsInitializedWithValue_shouldReturnTheValue
com.google.firebase.components.OptionalProviderTest ‑ bar
com.google.firebase.components.OptionalProviderTest ‑ foo
com.google.firebase.components.OptionalProviderTest ‑ set_correctlyCallsHandlers
com.google.firebase.components.OptionalProviderTest ‑ set_correctlyUpdatesTheValue
com.google.firebase.components.OptionalProviderTest ‑ set_whenCalledMoreThanOnce_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ getDeferred_withAllowedClass_shouldReturnAnInstanceOfThatClass
com.google.firebase.components.RestrictedComponentContainerTest ‑ getDeferred_withDirectClass_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ getDeferred_withNotAllowedClass_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ getDeferred_withProviderClass_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ getProvider_withAllowedClass_shouldReturnAnInstanceOfThatClass
com.google.firebase.components.RestrictedComponentContainerTest ‑ getProvider_withDirectClass_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ getProvider_withNotAllowedClass_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ get_withAllowedClass_shouldReturnAnInstanceOfThatClass
com.google.firebase.components.RestrictedComponentContainerTest ‑ get_withNotAllowedClass_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ get_withProviderClass_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ get_withPublisher_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ publish_withDeclaredEvent_shouldSucceed
com.google.firebase.components.RestrictedComponentContainerTest ‑ publish_withUndeclaredEvent_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ setOfProvider_withAllowedClass_shouldReturnExpectedSet
com.google.firebase.components.RestrictedComponentContainerTest ‑ setOfProvider_withNotAllowedClass_shouldThrow
com.google.firebase.components.RestrictedComponentContainerTest ‑ setOf_withAllowedClass_shouldReturnExpectedSet
com.google.firebase.components.RestrictedComponentContainerTest ‑ setOf_withNotAllowedClass_shouldThrow
com.google.firebase.components.threading.DeadlockTests ‑ concurrentInitialization_withDeferredComponents_shouldNotDeadlock
com.google.firebase.components.threading.DeadlockTests ‑ concurrentInitialization_withValueComponents_shouldNotDeadlock
com.google.firebase.concurrent.DelegatingScheduledExecutorServiceTest ‑ scheduleAtFixedRate_whenRunnableThrows_shouldCancelSchedule
com.google.firebase.concurrent.DelegatingScheduledExecutorServiceTest ‑ schedule_whenCancelled_shouldCancelUnderlyingFuture
com.google.firebase.concurrent.ExecutorComponentTest ‑ testThatAllExecutorsAreRegisteredByCommon
com.google.firebase.concurrent.LimitedConcurrencyExecutorTests ‑ execute_doesNotExecuteTasks_withConcurrencyMoreThanSpecified
com.google.firebase.concurrent.PausableExecutorImplTests ‑ execute_whenPaused_enqueuesTaskToExecuteWhenResumed
com.google.firebase.events.EventTest ‑ event_createdWithNullPayload_shouldThrow
com.google.firebase.events.EventTest ‑ event_createdWithNullType_shouldThrow
com.google.firebase.heartbeatinfo.DefaultHeartBeatControllerTest ‑ firstNewThenOld_synchronizedCorrectly
com.google.firebase.heartbeatinfo.DefaultHeartBeatControllerTest ‑ firstOldThenNew_synchronizedCorrectly
com.google.firebase.heartbeatinfo.DefaultHeartBeatControllerTest ‑ generateHeartBeat_oneHeartBeat
com.google.firebase.heartbeatinfo.DefaultHeartBeatControllerTest ‑ generateHeartBeat_twoHeartBeatsSameUserAgent
com.google.firebase.heartbeatinfo.DefaultHeartBeatControllerTest ‑ generateHeartBeat_twoHeartBeatstwoUserAgents
com.google.firebase.heartbeatinfo.DefaultHeartBeatControllerTest ‑ getHeartBeatCode_globalHeartBeat
com.google.firebase.heartbeatinfo.DefaultHeartBeatControllerTest ‑ getHeartBeatCode_noHeartBeat
com.google.firebase.heartbeatinfo.DefaultHeartBeatControllerTest ‑ whenNoSource_dontStoreHeartBeat
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ currentDayHeartbeatNotSent_updatesCorrectly
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ isSameDate_returnsCorrectly
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ postHeartBeatCleanUp_worksCorrectly
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ shouldSendGlobalHeartBeat_answerIsNo
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ shouldSendGlobalHeartBeat_answerIsYes
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ shouldSendSdkHeartBeat_answerIsYes
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ storeExcessHeartBeats_cleanUpProperly
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ storeOneHeartbeat_storesProperly
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ storeOneHeartbeat_updatesProperly
com.google.firebase.heartbeatinfo.HeartBeatInfoStorageTest ‑ storeTwoHeartbeat_storesProperly
com.google.firebase.platforminfo.DefaultUserAgentPublisherTest ‑ getUserAgent_createsConcatenatedStringOfSdkVersions
com.google.firebase.platforminfo.DefaultUserAgentPublisherTest ‑ getUserAgent_returnsEmptyString_whenVersionSetIsEmpty
com.google.firebase.platforminfo.DefaultUserAgentPublisherTest ‑ getUserAgent_returnsStringIncludingGamesSDKVersions_whenGamesSDKVersionRegistrarReturnsVersions
com.google.firebase.platforminfo.FirebasePlatformLoggingTest ‑ test_auto_atHighEnoughApiLevel
com.google.firebase.platforminfo.FirebasePlatformLoggingTest ‑ test_auto_atNotHighEnoughApiLevel
com.google.firebase.platforminfo.FirebasePlatformLoggingTest ‑ test_embedded_atHighEnoughApiLevel
com.google.firebase.platforminfo.FirebasePlatformLoggingTest ‑ test_embedded_atNotHighEnoughApiLevel
com.google.firebase.platforminfo.FirebasePlatformLoggingTest ‑ test_installerPackage_withInstallerSet
com.google.firebase.platforminfo.FirebasePlatformLoggingTest ‑ test_installerPackage_withNoInstallerSet
com.google.firebase.platforminfo.FirebasePlatformLoggingTest ‑ test_tv_atHighEnoughApiLevel
com.google.firebase.platforminfo.FirebasePlatformLoggingTest ‑ test_watch_atHighEnoughApiLevel
com.google.firebase.platforminfo.GlobalLibraryVersionRegistrarTest ‑ getRegisteredVersions_returnsEmptySet_whenNoVersionsAreRegistered
com.google.firebase.platforminfo.GlobalLibraryVersionRegistrarTest ‑ registerVersion_persistsVersion
com.google.firebase.provider.FirebaseInitProviderNoIdsInResourcesTest ‑ testFirebaseInitProvider
com.google.firebase.tracing.ComponentMonitorTest ‑ testComponentMonitorTransformation
com.google.firebase.util.RandomUtilTest ‑ nextAlphanumericString() should return a different string each time it is invoked
com.google.firebase.util.RandomUtilTest ‑ nextAlphanumericString() should return a string containing only alphanumeric characters
com.google.firebase.util.RandomUtilTest ‑ nextAlphanumericString() should return a string of length 1 if the given 'length' is 1
com.google.firebase.util.RandomUtilTest ‑ nextAlphanumericString() should return a string of length 1000 if the given 'length' is 1000
com.google.firebase.util.RandomUtilTest ‑ nextAlphanumericString() should return an empty string if the given 'length' is 0
com.google.firebase.util.RandomUtilTest ‑ nextAlphanumericString() should throw if 'length' is less than zero