-
Notifications
You must be signed in to change notification settings - Fork 32
[FSSDK-9062] add more support for sendOdpEvent error handling #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, just some minor changes suggested.
simulator_xcode_version: 12.4 | ||
- os: 13.7 | ||
simulator_xcode_version: 13.4.1 | ||
- os: 15.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we test os 14
here? since we're already testing 15 above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
github actions are terrible in supporting iOS. 15.5 and 16 are only available to macOS 12, which I need to workaround the hang issue. I'll try to extend the range when they get available.
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}" | ||
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master | ||
##uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master | ||
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@jae/empty-odp-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, can we update to master before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update it with the next PR coming :)
# > ls /Applications/ | ||
##ls /Applications/ | ||
# - to find supported simulator os versions, run this (and find simulator with non-error "datapath") | ||
# > xcrun simctl list --json devices | ||
##xcrun simctl list --json devices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these commands no longer required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They're just for debugging to check available iOS simulators etc installed in github actions VM.
Summary
Add more support for sendOdpEvent error handling:
Include other clean-ups:
Test plan
Issues