Skip to content

RUM-9958: Fix datadog core creation in baseline benchmark run#2649

Merged
aleksandr-gringauz merged 1 commit into
developfrom
aleksandr-gringauz/RUM-9958/fix-crash-baseline
May 15, 2025
Merged

RUM-9958: Fix datadog core creation in baseline benchmark run#2649
aleksandr-gringauz merged 1 commit into
developfrom
aleksandr-gringauz/RUM-9958/fix-crash-baseline

Conversation

@aleksandr-gringauz

@aleksandr-gringauz aleksandr-gringauz commented May 15, 2025

Copy link
Copy Markdown
Contributor

What does this PR do?

Unfortunately in my previous pr I made a mistake. All baseline benchmark runs started crashing (except session replay ones).

For example for LogsCustom scenario we still use Logger in baseline run link, but it should be the no-op one. When it gets created here, it requires sdkCore, that tries to get created but crashes here.

Fix is to create a no-op core in baseline run.

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@aleksandr-gringauz
aleksandr-gringauz marked this pull request as ready for review May 15, 2025 08:49
@aleksandr-gringauz
aleksandr-gringauz requested review from a team as code owners May 15, 2025 08:49
@codecov-commenter

codecov-commenter commented May 15, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.04%. Comparing base (9515e48) to head (5e3125c).
⚠️ Report is 247 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2649      +/-   ##
===========================================
- Coverage    70.06%   70.04%   -0.02%     
===========================================
  Files          820      820              
  Lines        30598    30598              
  Branches      5136     5136              
===========================================
- Hits         21436    21430       -6     
+ Misses        7733     7732       -1     
- Partials      1429     1436       +7     

see 33 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aleksandr-gringauz
aleksandr-gringauz merged commit eaeb158 into develop May 15, 2025
@aleksandr-gringauz
aleksandr-gringauz deleted the aleksandr-gringauz/RUM-9958/fix-crash-baseline branch May 15, 2025 09:47
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