Gradle Test Run :app:testGplayDebugUnitTest
requestFocus should invoke LOST callback when denied
summary
|
100%
successful |
error output
Exception in thread "DefaultDispatcher-worker-3 @coroutine#1" java.lang.NullPointerException: Cannot invoke "String.isEmpty()" because "parent.path" is null
at java.base/java.io.File.<init>(File.java:364)
at androidx.sqlite.util.ProcessLock.<init>(ProcessLock.android.kt:51)
at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.<init>(FrameworkSQLiteOpenHelper.android.kt:130)
at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.lazyDelegate$lambda$0(FrameworkSQLiteOpenHelper.android.kt:61)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:86)
at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getDelegate(FrameworkSQLiteOpenHelper.android.kt:82)
at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.android.kt:96)
at androidx.sqlite.driver.SupportSQLiteDriver.open(SupportSQLiteDriver.android.kt:57)
at androidx.sqlite.driver.SupportSQLiteDriver.open(SupportSQLiteDriver.android.kt:33)
at androidx.room.coroutines.PassthroughConnectionPool.connection$lambda$0(PassthroughConnectionPool.kt:47)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:86)
at androidx.room.coroutines.PassthroughConnectionPool.useConnection(PassthroughConnectionPool.kt:58)
at androidx.room.RoomConnectionManager.useConnection(RoomConnectionManager.android.kt:138)
at androidx.room.RoomDatabase.useConnection(RoomDatabase.android.kt:619)
at androidx.room.TriggerBasedInvalidationTracker.syncTriggers$room_runtime(InvalidationTracker.kt:306)
at androidx.room.TriggerBasedInvalidationTracker$createFlow$1$1.invokeSuspend(InvalidationTracker.kt:239)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineId(1), "coroutine#1":StandaloneCoroutine{Cancelling}@69ab273, Dispatchers.IO]