Skip to content
GitHub Actions / macOS 13, Xcode 15.2 Test Results failed Feb 1, 2024 in 0s

Xcode test results

Testing workspace Networking with scheme Networking

Summary

TotalSuccess PassedFailure FailedSkipped SkippedExpected Failure Expected Failure⏱️ Time
322750060.17s

Test Summary

NetworkingTests

  • Device: Apple Virtual Machine 1, 14.2.1 (23C71)
  • SDK: macOS 14.2, 14.2
TestTotalSuccessFailureSkippedExpected Failure
test-class StatusCodeProcessorTests44000
test-class EndpointIdentifiableTests11000
test-class ErrorProcessorTests66000
test-class EndpointRequestStorageProcessorTests61500
test-class MultipartFormDataEncoderTests44000
test-class AuthorizationTokenInterceptorTests77000
test-class AssociatedArrayQueryTests11000
test-class StoredResponseProviderTests33000

Failure Failures

NetworkingTests/EndpointRequestStorageProcessorTests/testStoredDataForGetRequestWithErrorResponse()

File/Users/runner/work/ios-networking/ios-networking/Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift:260
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

NetworkingTests/EndpointRequestStorageProcessorTests/testStoredDataForPostRequest()

File/Users/runner/work/ios-networking/ios-networking/Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift:307
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

NetworkingTests/EndpointRequestStorageProcessorTests/testProcessCreatesCorrectFolder()

File/Users/runner/work/ios-networking/ios-networking/Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift:119
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

NetworkingTests/EndpointRequestStorageProcessorTests/testStoredDataForGetRequestWithJSONResponse()

File/Users/runner/work/ios-networking/ios-networking/Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift:154
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

NetworkingTests/EndpointRequestStorageProcessorTests/testStoredDataForGetRequestWithImageResponse()

File/Users/runner/work/ios-networking/ios-networking/Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift:208
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

Code Coverage

Coverage Covered Executable
Networking 42.30 % 849 2007
  ResponseProcessing.swift 100.00 % 8 8
  UploadAPIManager.swift 0.00 % 0 287
  AuthorizationTokenInterceptor.swift 72.94 % 62 85
  DownloadAPIManaging.swift 0.00 % 0 3
  FileDataWriter.swift 25.00 % 1 4
  AuthorizationError.swift 0.00 % 0 12
  EndpointRequestStorageProcessor.swift 78.04 % 199 255
  URLSessionTask+DownloadState.swift 0.00 % 0 17
  ErrorProcessing.swift 100.00 % 8 8
  RequestAdapting.swift 62.50 % 5 8
  ThreadSafeDictionary.swift 0.00 % 0 16
  Retryable.swift 96.15 % 25 26
  URLSessionTask+AsyncResponse.swift 0.00 % 0 75
  Requestable+Convenience.swift 88.18 % 97 110
  EndpointIdentifiable.swift 94.83 % 55 58
  StoredResponseProvider.swift 97.78 % 44 45
  ArrayParameter.swift 100.00 % 4 4
  AuthorizationManaging.swift 100.00 % 26 26
  Counter.swift 100.00 % 12 12
  AuthorizationData.swift 85.71 % 12 14
  UploadAPIManaging.swift 0.00 % 0 11
  HTTPStatusCode.swift 75.00 % 9 12
  URL+Convenience.swift 0.00 % 0 13
  MultipartFormData.swift 41.38 % 24 58
  EndpointRequest.swift 100.00 % 5 5
  MultipeerConnectivityManager.swift 0.00 % 0 78
  APIManaging.swift 18.75 % 3 16
  UploadTask+State.swift 0.00 % 0 27
  MultipartFormDataEncoder.swift 95.42 % 125 131
  LoggingInterceptor.swift 0.00 % 0 86
  NetworkError.swift 0.00 % 0 14
  StatusCodeProcessor.swift 100.00 % 19 19
  RetryConfiguration.swift 95.00 % 19 20
  ResponseProviding.swift 100.00 % 3 3
  EndpointRequestStorageModel.swift 92.86 % 13 14
  MultipartFormData+BodyPart.swift 100.00 % 17 17
  APIManager.swift 73.44 % 47 64
  Sequence+Convenience.swift 100.00 % 7 7
  DownloadAPIManager.swift 0.00 % 0 297
  UploadTask.swift 0.00 % 0 42
Total 42.30 % 849 2007

Details

Test Details

NetworkingTestsback

StatusCodeProcessorTests back

SuccessFailureSkippedExpected Failure⏱️
4 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method testNotHttpsURLResponse()
Successtest-method testUnacceptableStatus2()
Successtest-method testUnacceptableStatus1()
Successtest-method testEmptyAcceptableStatuses()

EndpointIdentifiableTests back

SuccessFailureSkippedExpected Failure⏱️
1 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method testEqualIdentifiers()

ErrorProcessorTests back

SuccessFailureSkippedExpected Failure⏱️
6 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method test_apiManager_request_errorShouldBeMappedToSimpleError()
Successtest-method test_apiManager_request_originalErrorShouldRemain()
Successtest-method test_errorProcessing_process_noProcessorsShouldReturnOriginalError()
Successtest-method test_errorProcessing_process_mappingUnacceptableToSimpleErrorShouldSucceed()
Successtest-method test_errorProcessing_process_undefinedCaseShouldReturnOriginalError()
Successtest-method test_errorProcessing_process_mappingUnacceptableToUnrelatedThroughSimpleShouldSucceed()

EndpointRequestStorageProcessorTests back

SuccessFailureSkippedExpected Failure⏱️
1 (17%)5 (83%)0 (0%)0 (0%)60.15s
Failuretest-method testStoredDataForGetRequestWithErrorResponse()back
Failuretest-method testStoredDataForPostRequest()back
Failuretest-method testProcessCreatesCorrectFolder()back
Failuretest-method testStoredDataForGetRequestWithJSONResponse()back
Successtest-method testResponseStaysTheSameAfterStoringData()
Failuretest-method testStoredDataForGetRequestWithImageResponse()back

MultipartFormDataEncoderTests back

SuccessFailureSkippedExpected Failure⏱️
4 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method test_encode_throwsInvalidFileUrl()
Successtest-method test_encode_throwsFileAlreadyExists()
Successtest-method test_encode_encodesToFileAsExpected()
Successtest-method test_encode_encodesDataAsExpected()

AuthorizationTokenInterceptorTests back

SuccessFailureSkippedExpected Failure⏱️
7 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method testSuccessfulTokenRefresh()
Successtest-method testFailedRequestAuthorization()
Successtest-method testSuccessfulRefreshWithMultipleParallelRequests()
Successtest-method testFailedTokenRefresh()
Successtest-method testSuccessfulRequestAuthorization()
Successtest-method testFailedRefreshWithMultipleParallelRequests()
Successtest-method testAuthenticationNotRequiredRequest()

AssociatedArrayQueryTests back

SuccessFailureSkippedExpected Failure⏱️
1 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method testMultipleKeyParamaterURLCreation()

StoredResponseProviderTests back

SuccessFailureSkippedExpected Failure⏱️
3 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method testUnableToLoadAssetError()
Successtest-method testLoadingData()
Successtest-method testUnableToConstructResponseError()

Annotations

Check failure on line 260 in Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift

See this annotation in the file changed.

@github-actions github-actions / macOS 13, Xcode 15.2 Test Results

Assertion Failure

Asynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

Check failure on line 307 in Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift

See this annotation in the file changed.

@github-actions github-actions / macOS 13, Xcode 15.2 Test Results

Assertion Failure

Asynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

Check failure on line 119 in Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift

See this annotation in the file changed.

@github-actions github-actions / macOS 13, Xcode 15.2 Test Results

Assertion Failure

Asynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

Check failure on line 154 in Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift

See this annotation in the file changed.

@github-actions github-actions / macOS 13, Xcode 15.2 Test Results

Assertion Failure

Asynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".

Check failure on line 208 in Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift

See this annotation in the file changed.

@github-actions github-actions / macOS 13, Xcode 15.2 Test Results

Assertion Failure

Asynchronous wait failed: Exceeded timeout of 60 seconds, with unfulfilled expectations: "Data was written".