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

Fix basic process tests on Windows #3789

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Sploder12
Copy link
Contributor

@Sploder12 Sploder12 commented Nov 22, 2024

fixes #3787

Some EXPECTs should've been ASSERTs because of getting value of std::nullopt
Windows compiled with debug has different behavior from release builds, this has been fixed for the tests.

MULTI-1652

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.86%. Comparing base (d7e3075) to head (3799f30).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3789   +/-   ##
=======================================
  Coverage   88.86%   88.86%           
=======================================
  Files         256      256           
  Lines       14569    14569           
=======================================
  Hits        12947    12947           
  Misses       1622     1622           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

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.

Basic Process tests crash/fail on Windows
1 participant