Skip to content

test: early init - #1940

Open
jpnurmi wants to merge 8 commits into
masterfrom
jpnurmi/test/early-init
Open

test: early init#1940
jpnurmi wants to merge 8 commits into
masterfrom
jpnurmi/test/early-init

Conversation

@jpnurmi

@jpnurmi jpnurmi commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Test calling sentry_init() before other static initializers to catch initialization-order regressions across all backends.

See also:

Close: #1930

Call sentry_init() before other static initializers to catch
initialization-order regressions across all backends.

See also:
- #1930
Comment thread tests/fixtures/early_init/early_init.cpp Outdated
Comment thread tests/test_integration_crashpad.py
@jpnurmi
jpnurmi force-pushed the jpnurmi/test/early-init branch from a8bcdb3 to fb977ae Compare August 3, 2026 10:38

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 41037f2. Configure here.

Comment thread tests/fixtures/early_init/early_init.cpp
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.81%. Comparing base (5bac907) to head (cab3734).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1940      +/-   ##
==========================================
+ Coverage   75.74%   75.81%   +0.07%     
==========================================
  Files          93       93              
  Lines       22128    22167      +39     
  Branches     3939     3944       +5     
==========================================
+ Hits        16760    16807      +47     
+ Misses       4484     4478       -6     
+ Partials      884      882       -2     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jpnurmi
jpnurmi requested a review from JoshuaMoelans August 3, 2026 16:14
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.

Windows: sentry_init() crashes when called before C++ dynamic initializers (regression)

1 participant