Skip to content

Toobig test fix - #138

Merged
jhughes-mw merged 5 commits into
mainfrom
toobig-test-fix
Jul 21, 2026
Merged

Toobig test fix#138
jhughes-mw merged 5 commits into
mainfrom
toobig-test-fix

Conversation

@jhughes-mw

Copy link
Copy Markdown
Member

No description provided.

jhughes-mw and others added 4 commits July 17, 2026 09:30
The test relied on the ~37 GiB read exceeding MATLAB's array size
limit, which only holds on machines with less RAM than that. Lower
the limit setting for the duration of the test instead.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jhughes-mw
jhughes-mw requested a review from krisfed July 17, 2026 14:37
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.23%. Comparing base (9b51872) to head (b6c8a20).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #138   +/-   ##
=======================================
  Coverage   99.23%   99.23%           
=======================================
  Files           8        8           
  Lines         263      263           
=======================================
  Hits          261      261           
  Misses          2        2           

☔ View full report in Codecov by Harness.
📢 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.

Comment thread test/tZarrRead.m Outdated
Comment thread ZarrDatatype.m

methods (Hidden)
% "Private" constructor - should not be used directly.
methods (Access = private)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I vaguely remember there being some issue with making this constructor private, but can't find anything about it now. So if everything seems to work with this change, should be all good!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Tests pass, and I couldn't find any usages of this constructor outside of the class.

@jhughes-mw
jhughes-mw merged commit e5889f0 into main Jul 21, 2026
13 checks passed
@jhughes-mw
jhughes-mw deleted the toobig-test-fix branch July 21, 2026 14:27
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.

2 participants