Mark more tests as flaky #1168
test.yml
on: push
CodeGen Tests
1m 17s
Lucid-iOS Tests
3m 57s
Annotations
6 errors and 10 warnings
Lucid-iOS Tests:
LucidTests/Stores/BaseStoreTests.swift#L2058
test_store_should_set_1000_entities_in_under_1_second, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "entity".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L93
test_core_manager_get_should_return_complete_results_when_no_contract_is_provided, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L389
test_core_manager_get_should_return_empty_results_when_no_entities_in_local_store_meet_contract_requirements, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L497
test_core_manager_get_should_return_results_from_remote_if_any_entities_in_local_store_do_not_meet_contract_requirements_for_local_or_remote_data_source, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerContractTests.swift#L441
test_core_manager_get_should_return_results_from_remote_when_no_entities_in_local_store_meet_contract_requirements_for_local_or_remote_data_source, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
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
|