Running CI via GitHub actions #11
gradle.yml
on: pull_request
build-and-test
2m 7s
dependency-submission
57s
Annotations
2 errors, 1 warning, and 1 notice
NotificationStoreRealTimeTests.test_notifyReadNotification_withDefaultStorePredicateAndDoesntExists_shouldRefresh():
sdk/src/test/java/com/magicbell/sdk/feature/store/NotificationStoreRealTimeTests.kt#L223
java.lang.AssertionError: Verification failed: call 1 of 1: FetchStorePageInteractor(#33).invoke(any(), any(), any(), any())). One matching call found, but needs at least 2 and at most 2 calls
Call: FetchStorePageInteractor(#33).invoke(StorePredicate(read=null, seen=null, archived=false, categories=[], topics=[]), com.magicbell.sdk.common.network.graphql.CursorPredicate@d13baac, com.magicbell.sdk.common.query.UserQuery@4c302f38, 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.
|
build-and-test
Unexpected input(s) 'comment', valid inputs are ['token', 'github_token', 'report_paths', 'test_files_prefix', 'exclude_sources', 'suite_regex', 'annotate_only', 'check_annotations', 'update_check', 'check_name', 'commit', 'fail_on_failure', 'require_tests', 'require_passed_tests', 'include_passed', 'check_title_template', 'summary', 'check_retries', 'transformers', 'job_summary', 'detailed_summary', 'annotate_notice', 'follow_symlink', 'job_name', 'annotations_limit', 'truncate_stack_traces']
|
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.
|