Skip to content

remove old commented out test in FakeValuesTest#1570

Merged
kingthorin merged 1 commit intomainfrom
cleanup
Jun 20, 2025
Merged

remove old commented out test in FakeValuesTest#1570
kingthorin merged 1 commit intomainfrom
cleanup

Conversation

@asolntsev
Copy link
Copy Markdown
Collaborator

The loading synchronization was later implemented in LazyEvaluated, and this commit adds a similar test LazyEvaluatedTest.

The loading synchronization was later implemented in `LazyEvaluated`, and this commit adds a similar test `LazyEvaluatedTest`.
@asolntsev asolntsev added this to the 2.4.4 milestone Jun 20, 2025
@asolntsev asolntsev self-assigned this Jun 20, 2025
@what-the-diff
Copy link
Copy Markdown

what-the-diff bot commented Jun 20, 2025

PR Summary

  • Introduction of a New Test Class
    A new testing class, titled LazyEvaluatedTest, has been added. Its purpose is to validate a concept known as "lazy evaluation" of a supplier. In plain terms, it checks that certain parts of our program aren't run until absolutely necessary, hence making things more efficient.

  • Addition of Specific Tests
    Elements of the testing were specifically designed to ensure the 'lazy' functionality. To keep it simple, these tests ensure that certain tasks won't start until they're called upon and, even if multiple requests are made at the same time, they'll only be executed once.

  • Removal of an Unused Test Case
    An old test case, which was earlier sidelined in the FakeValuesTest class, has been deleted. This task previously tested for loading values in situations with multiple concurrent activities using a tool called PowerMock.

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.43%. Comparing base (73beb31) to head (7250ab4).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1570   +/-   ##
=========================================
  Coverage     92.43%   92.43%           
+ Complexity     3328     3327    -1     
=========================================
  Files           330      330           
  Lines          6554     6554           
  Branches        643      643           
=========================================
  Hits           6058     6058           
+ Misses          340      339    -1     
- Partials        156      157    +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bodiam
Copy link
Copy Markdown
Contributor

bodiam commented Jun 20, 2025 via email

@kingthorin kingthorin merged commit ab577aa into main Jun 20, 2025
13 checks passed
@kingthorin kingthorin deleted the cleanup branch June 20, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants