Skip to content

fix: batch event payloads into chunks of 100 to reduce errors on event processing #133

fix: batch event payloads into chunks of 100 to reduce errors on event processing

fix: batch event payloads into chunks of 100 to reduce errors on event processing #133

Triggered via pull request April 10, 2024 15:59
Status Failure
Total duration 1h 18m 32s
Artifacts

macos.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 13 warnings
build: DevCycleTests/Networking/DevCycleServiceTests.swift#L96
testFlushingEvents, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Events are flushed in a single batch".
build
Restarting after unexpected exit, crash, or test timeout in RequestConsolidatorTests.testMultipleRequestFinishesWithLatestURLConfig(); summary will include totals from previous launches.
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: DevCycleHQ/carthage-bootstrap@xcframeworks2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: DevCycleHQ/carthage-bootstrap@xcframeworks2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
-disable-concurrent-testing is deprecated. Use -disable-concurrent-destination-testing instead.
build: DevCycle/SSEConnection.swift#L10
module 'LDSwiftEventSource' was not compiled with library evolution support; using it means binary compatibility for 'DevCycle' can't be guaranteed
build: DevCycle/SSEConnection.swift#L10
module 'LDSwiftEventSource' was not compiled with library evolution support; using it means binary compatibility for 'DevCycle' can't be guaranteed
build: DevCycle/ObjC/ObjCDevCycleClient.swift#L62
comparing non-optional value of type 'String' to 'nil' always returns false
build: DevCycle/ObjC/ObjCDevCycleClient.swift#L65
comparing non-optional value of type 'ObjCDevCycleUser' to 'nil' always returns false
build: DevCycle/ObjC/ObjCDevCycleOptions.swift#L35
'flushEventsIntervalMs' is deprecated: Use eventFlushIntervalMS
build: DevCycle/ObjC/ObjCDevCycleOptions.swift#L42
'disableEventLogging' is deprecated: Use disableAutomaticEventLogging or disableCustomEventLogging
build: DevCycle/ObjC/ObjCDevCycleOptions.swift#L76
conditional cast from 'NSString' to 'String' always succeeds
build: DevCycleTests/Models/DevCycleClientTests.swift#L53
'environmentKey' is deprecated: Use sdkKey()
build: DevCycleTests/Models/DevCycleClientTests.swift#L62
'DVCClient' is deprecated: Use DevCycleClient