Skip to content

Mark more tests as flaky #1186

Mark more tests as flaky

Mark more tests as flaky #1186

Triggered via push November 14, 2024 15:22
Status Failure
Total duration 4m 10s
Artifacts

test.yml

on: push
CodeGen Tests
57s
CodeGen Tests
Lucid-iOS Tests
4m 0s
Lucid-iOS Tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
Lucid-iOS Tests: LucidTests/Core/CoreManagerTests.swift#L5929
test_get_returns_remote_data_for_remote_access_level, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
Lucid-iOS Tests: LucidTests/Core/CoreManagerTests.swift#L143
test_manager_should_fail_to_get_entity_from_remote_store_then_not_cache_it_and_fall_back_to_memory_store_when_cache_strategy_is_remote_or_local, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
Lucid-iOS Tests: LucidTests/Core/CoreManagerTests.swift#L399
test_manager_should_get_entity_from_memory_first_then_from_remote_store_when_strategy_is_local_then_remote, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
Lucid-iOS Tests: LucidTests/Core/CoreManagerTests.swift#L323
test_manager_should_get_entity_from_memory_store_then_not_cache_it_when_strategy_is_local_only, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
Lucid-iOS Tests: LucidTests/Core/CoreManagerTests.swift#L479
test_manager_should_not_return_nil_from_cache_but_should_return_nil_from_remote_store_when_strategy_is_local_then_remote, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
Lucid-iOS Tests: LucidTests/Core/CoreManagerTests.swift#L2006
test_manager_should_send_entity_update_to_provider_when_entity_changed, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "continuous".
Lucid-iOS Tests: LucidTests/Core/CoreManagerTests.swift#L5595
test_manager_should_send_entity_update_to_provider_when_lazy_value_changes_from_requested_to_new_requested_value, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "continuous".
Lucid-iOS Tests
Process completed with exit code 1.
Lucid-iOS Tests: Lucid/Utils/AnySequence.swift#L57
extension declares a conformance of imported type 'AnySequence' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Lucid-iOS Tests: Lucid/Utils/Publisher+Extensions.swift#L344
extension declares a conformance of imported type 'Array' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Lucid-iOS Tests: Lucid/Core/APIClientQueue.swift#L470
'AnyActor' is deprecated: Use 'any Actor' with 'DistributedActor.asLocalActor' instead
Lucid-iOS Tests: Lucid/Stores/LRUStore.swift#L143
capture of 'successfulEntities' with non-sendable type 'AnySequence<E>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Lucid-iOS Tests: Lucid/Stores/LRUStore.swift#L145
capture of 'result' with non-sendable type 'Result<AnySequence<E>, StoreError>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Lucid-iOS Tests: Lucid/Stores/LRUStore.swift#L145
capture of 'result' with non-sendable type 'Result<AnySequence<E>, StoreError>?' in an isolated closure; this is an error in the Swift 6 language mode
Lucid-iOS Tests: Lucid/Stores/LRUStore.swift#L162
non-sendable type 'Result<AnySequence<E>, StoreError>?' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
Lucid-iOS Tests: Lucid/Stores/LRUStore.swift#L164
capture of 'successfulEntities' with non-sendable type 'AnySequence<E>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Lucid-iOS Tests: Lucid/Stores/LRUStore.swift#L166
capture of 'result' with non-sendable type 'Result<AnySequence<E>, StoreError>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Lucid-iOS Tests: Lucid/Stores/InMemoryStore.swift#L106
non-sendable type 'Result<AnySequence<E>, StoreError>?' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode