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: save_compatibility_test failing on big-endian systems #2696

Merged

Conversation

nurupo
Copy link
Member

@nurupo nurupo commented Feb 17, 2024

save_compatibility_test was failing on big-endian systems, as it was written and tested on a little-endian system and savedata is not endianness portable[1].

[1] #2693


This change is Reviewable

@nurupo nurupo added the test Adding missing tests, refactoring tests; no production code change label Feb 17, 2024
@nurupo nurupo added this to the v0.2.19 milestone Feb 17, 2024
Copy link

codecov bot commented Feb 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (86f5e55) 73.14% compared to head (9a8dfa0) 73.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2696   +/-   ##
=======================================
  Coverage   73.14%   73.15%           
=======================================
  Files         149      149           
  Lines       30517    30517           
=======================================
+ Hits        22322    22325    +3     
+ Misses       8195     8192    -3     

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

save_compatibility_test was failing on big-endian systems, as it was
written and tested on a little-endian system and savedata is not
endianness portable[1].

[1] TokTok#2693
@nurupo nurupo force-pushed the fix-save-compatibility-test-big-endian branch from ae0c489 to 9a8dfa0 Compare February 18, 2024 00:51
@nurupo nurupo marked this pull request as ready for review February 18, 2024 01:06
@toktok-releaser toktok-releaser merged commit 9a8dfa0 into TokTok:master Feb 18, 2024
61 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Adding missing tests, refactoring tests; no production code change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants