Skip to content

dev to staging (v4.0.2)#84

Merged
swarna04 merged 3 commits intostagingfrom
dev-v4.0.2
Oct 4, 2023
Merged

dev to staging (v4.0.2)#84
swarna04 merged 3 commits intostagingfrom
dev-v4.0.2

Conversation

@swarna04
Copy link
Copy Markdown
Contributor

@swarna04 swarna04 commented Oct 4, 2023

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

* Fix events processing order in the extension.

* Added/ updated tests

* Incorporated feedback
* More tests + minor fixes

* feedback update
@swarna04 swarna04 requested a review from sbenedicadb October 4, 2023 18:15
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 4, 2023

Codecov Report

Merging #84 (8d02758) into staging (a5fc10c) will decrease coverage by 0.48%.
The diff coverage is 96.08%.

@@             Coverage Diff             @@
##           staging      #84      +/-   ##
===========================================
- Coverage    98.45%   97.97%   -0.48%     
===========================================
  Files           13       13              
  Lines          709      838     +129     
===========================================
+ Hits           698      821     +123     
- Misses          11       17       +6     
Files Coverage Δ
Sources/AEPOptimize/Array+Optimize.swift 100.00% <100.00%> (ø)
Sources/AEPOptimize/Event+Optimize.swift 100.00% <100.00%> (ø)
Sources/AEPOptimize/Optimize+PublicAPI.swift 93.81% <100.00%> (+0.06%) ⬆️
Sources/AEPOptimize/Optimize.swift 98.16% <95.42%> (-1.84%) ⬇️

sbenedicadb
sbenedicadb previously approved these changes Oct 4, 2023
let requestEventId = responseEvent.requestEventId
else {
// response event failed or timed out, remove this event's ID from the requested event IDs dictionary and kick-off queue.
self.updateRequestEventIdsInProgress.removeValue(forKey: edgeEvent.id.uuidString)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does propositionsInProgress also need to be cleared here?

* More tests + minor fixes

* feedback update

* Reset in-progress propositions if request eventId is no longer being tracked.

* more fixes
@swarna04 swarna04 merged commit 2f980cf into staging Oct 4, 2023
swarna04 added a commit that referenced this pull request Oct 5, 2023
* Fixed processing order for update/ get events in the extension (#82)

* Fix events processing order in the extension.

* Added/ updated tests

* Incorporated feedback

* More tests for events ordering + minor fixes (#83)

* More tests + minor fixes

* feedback update

* Reset in-progress propositions in unexpected scenarios (#85)

* More tests + minor fixes

* feedback update

* Reset in-progress propositions if request eventId is no longer being tracked.

* more fixes
@sbenedicadb sbenedicadb deleted the dev-v4.0.2 branch May 20, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants