Skip to content
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

Downgrade to version 2.1.3 of testing framework #1088

Merged
merged 3 commits into from
Dec 15, 2022
Merged

Downgrade to version 2.1.3 of testing framework #1088

merged 3 commits into from
Dec 15, 2022

Conversation

maxep
Copy link
Member

@maxep maxep commented Dec 13, 2022

What and why?

DatadogSDKTesting 2.2.0-rc.4 makes the unit tests pipeline to hang when launching the app runner.
CI passes when using 2.1.3, so lets downgrade on develop and investigate further the issue.

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference
  • Add CHANGELOG entry for user facing changes

Custom CI job configuration (optional)

  • Run unit tests
  • Run integration tests
  • Run smoke tests

@maxep maxep self-assigned this Dec 13, 2022
@maciejburda
Copy link
Member

Should we revert other changes?

@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Dec 14, 2022

Datadog Report

Branch report: maxep/fix-ci
Commit report: 479affb

dd-sdk-ios 0 Failed, 0 New Flaky, 1064 Passed, 0 Skipped, 21m 34.15s Wall Time

@maxep maxep changed the title Fix Xcode 14 test runner config Downgrade to version 2.13 of testing framework Dec 14, 2022
@maxep maxep changed the title Downgrade to version 2.13 of testing framework Downgrade to version 2.1.3 of testing framework Dec 14, 2022
@maxep maxep requested a review from nachoBonafonte December 14, 2022 10:12
@maxep maxep marked this pull request as ready for review December 14, 2022 10:12
@maxep maxep requested a review from a team as a code owner December 14, 2022 10:12
Copy link
Member

@maciejburda maciejburda left a comment

Choose a reason for hiding this comment

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

🎖 Thanks for solving this!

Copy link
Member

@ncreated ncreated left a comment

Choose a reason for hiding this comment

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

Nice 👍

Could we also re-enable tvOS instrumentation in this PR? Turned out that disabling it just for tvOS was a miss:

-// Temporarily disabled - causes "Touching Example\ tvOS.app" exit code: 65 on CI
-// OTHER_LDFLAGS[sdk=appletvsimulator*]=$$(inherited) -framework DatadogSDKTesting\n
+OTHER_LDFLAGS[sdk=appletvsimulator*]=$$(inherited) -framework DatadogSDKTesting\n

@maxep maxep merged commit b1f0ad3 into develop Dec 15, 2022
@ncreated ncreated deleted the maxep/fix-ci branch December 15, 2022 10:35
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.

4 participants