Add more tests to the flaky list #1167
test.yml
on: push
CodeGen Tests
1m 8s
Lucid-iOS Tests
3m 11s
Annotations
10 errors and 10 warnings
Lucid-iOS Tests:
LucidTests/Core/CoreManagerTests.swift#L8008
test_get_local_or_remote_returns_nil_result_if_local_result_missing_and_receiving_empty_response_error, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerTests.swift#L7930
test_get_local_or_remote_returns_nil_result_if_local_result_missing_and_receiving_internet_connection_error, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerTests.swift#L8047
test_get_local_then_remote_returns_nil_result_if_local_result_missing_and_receiving_empty_response_error, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerTests.swift#L7969
test_get_local_then_remote_returns_nil_result_if_local_result_missing_and_receiving_internet_connection_error, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Core/CoreManagerTests.swift#L566
test_manager_should_fail_to_get_entity_from_memory_first_but_ignore_error_and_return_remote_store_error_when_strategy_is_local_then_remote, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "once".
|
Lucid-iOS Tests:
LucidTests/Stores/RecoverableStoreTests.swift#L460
test_store_affects_both_inner_stores_in_remove_all_operations_async, XCTAssertEqual failed: ("4") is not equal to ("0")
|
Lucid-iOS Tests:
LucidTests/Stores/RecoverableStoreTests.swift#L102
test_store_should_overwrite_an_empty_main_store_with_a_non_empty_recovery_store_at_init, XCTAssertEqual failed: ("3") is not equal to ("4")
|
Lucid-iOS Tests:
LucidTests/Stores/RecoverableStoreTests.swift#L108
test_store_should_overwrite_an_empty_main_store_with_a_non_empty_recovery_store_at_init, XCTAssertEqual failed: ("3") is not equal to ("4")
|
Lucid-iOS Tests:
LucidTests/Stores/BaseStoreTests.swift#L1896
test_that_merging_entities_updates_requested_lazy_value_with_requested_lazy_value_async, XCTAssertEqual failed: ("requested(4)") is not equal to ("requested(7)")
|
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/Core/Store.swift#L795
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/Core/Store.swift#L837
non-sendable type 'Result<AnySequence<E.Identifier>, 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/Core/APIClientQueue.swift#L470
'AnyActor' is deprecated: Use 'any Actor' with 'DistributedActor.asLocalActor' instead
|
Lucid-iOS Tests:
Lucid/Stores/CoreDataStore.swift#L53
passing argument of non-sendable type 'UserDefaults' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
|
Lucid-iOS Tests:
Lucid/Stores/RecoverableStore.swift#L117
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/RecoverableStore.swift#L155
non-sendable type 'Result<AnySequence<E.Identifier>, 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/Core/RelationshipController.swift#L344
expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
|