Skip to content

Mark more tests as flaky #1173

Mark more tests as flaky

Mark more tests as flaky #1173

Triggered via push November 14, 2024 03:02
Status Failure
Total duration 3m 22s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Lucid-iOS Tests: LucidTests/Core/RelationshipControllerTests.swift#L475
test_relationship_controller_should_insert_many_root_entities_with_many_relationship_entities_in_graph, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "graph".
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