Running CI via GitHub actions #16
gradle.yml
on: pull_request
build-and-test
2m 17s
dependency-submission
1m 22s
Annotations
2 errors and 1 notice
NotificationStoreRealTimeTests.test_notifySeenAllNotification_withDefaultStorePredicate_shouldRefresh():
sdk/src/test/java/com/magicbell/sdk/feature/store/NotificationStoreRealTimeTests.kt#L435
java.lang.AssertionError: Verification failed: call 1 of 1: FetchStorePageInteractor(#177).invoke(any(), any(), any(), any())). One matching call found, but needs at least 2 and at most 2 calls
Call: FetchStorePageInteractor(#177).invoke(StorePredicate(read=null, seen=null, archived=false, categories=[], topics=[]), com.magicbell.sdk.common.network.graphql.CursorPredicate@5a4464c5, com.magicbell.sdk.common.query.UserQuery@7ae590f6, continuation {})
Stack trace:
io.mockk.impl.InternalPlatform.captureStackTrace (InternalPlatform.kt:124)
io.mockk.impl.stub.MockKStub.handleInvocation (MockKStub.kt:250)
io.mockk.impl.instantiation.JvmMockFactoryHelper$mockHandler$1.invocation (JvmMockFactoryHelper.kt:23)
io.mockk.proxy.jvm.advice.Interceptor.call (Interceptor.kt:21)
io.mockk.proxy.jvm.advice.BaseAdvice.handle (BaseAdvice.kt:42)
io.mockk.proxy.jvm.advice.jvm.JvmMockKProxyInterceptor.interceptNoSuper (JvmMockKProxyInterceptor.java:45)
com.magicbell.sdk.feature.store.interactor.FetchStorePageInteractor$Subclass0.invoke (-:-1)
com.magicbell.sdk.feature.store.NotificationStore$fetch$2$1.invokeSuspend (NotificationStore.kt:363)
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:106)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1136)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:635)
java.lang.Thread.run (Thread.java:840)
|
build-and-test
Process completed with exit code 1.
|
dependency-submission
Submitted dependency-graph-reports/ci_with_gradle-dependency-submission.json: The snapshot was accepted, but it is not for the default branch. It will not update dependency results for the repository.
|