Class com.ustadmobile.core.viewmodel.contententry.detailoverviewtab.ContentEntryDetailOverviewViewModelTest

1

tests

0

failures

0

ignored

0.039s

duration

100%

successful

Tests

Test Method name Duration Result
givenContentEntryExists_whenLaunched_thenShouldShowContentEntry[jvm] givenContentEntryExists_whenLaunched_thenShouldShowContentEntry 0.039s passed

Standard error

Apr 25, 2025 8:49:31 AM com.ustadmobile.core.util.NapierAntilogJvm performLog
INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Apr 25, 2025 8:49:31 AM com.ustadmobile.core.util.NapierAntilogJvm performLog
INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete
Apr 25, 2025 8:49:31 AM com.ustadmobile.core.util.NapierAntilogJvm performLog
FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession]
Apr 25, 2025 8:49:31 AM com.ustadmobile.core.util.NapierAntilogJvm performLog
FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntry]
Apr 25, 2025 8:49:31 AM com.ustadmobile.core.util.NapierAntilogJvm performLog
FINE: FINER ContentEntryDetailOverviewViewModel$invokeSuspend - Could not get list of jobs
Apr 25, 2025 8:49:31 AM com.ustadmobile.core.util.NapierAntilogJvm performLog
FINE: FINER DoorLog - Closed HikariDataSource connection pool
Apr 25, 2025 8:49:31 AM com.ustadmobile.core.util.NapierAntilogJvm performLog
SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running 
        SELECT OfflineItem.*,
               TransferJob.*,
               
        (SELECT SUM(TransferJobItem.tjTotalSize)
                   FROM TransferJobItem
                  WHERE TransferJobItem.tjiTjUid =  TransferJob.tjUid) AS totalSize,
                (SELECT SUM(TransferJobItem.tjTransferred)
                   FROM TransferJobItem
                  WHERE TransferJobItem.tjiTjUid =  TransferJob.tjUid) AS transferred 
    ,
               CAST(OfflineItem.oiActive AS INTEGER) = 1 AND (SELECT EXISTS(
                       SELECT CompletedJob.tjUid
                         FROM TransferJob CompletedJob
                        WHERE CompletedJob.tjTableId = 738
                          AND CompletedJob.tjEntityUid IN  
                              
        (SELECT ContentEntryVersion.cevUid
                         FROM ContentEntryVersion
                        WHERE ContentEntryVersion.cevContentEntryUid = ?)