Skip to content

Conversation

@dkg
Copy link
Contributor

@dkg dkg commented Oct 9, 2025

No description provided.

@dkg dkg changed the base branch from main to release/0.x October 9, 2025 21:40
@dkg
Copy link
Contributor Author

dkg commented Oct 10, 2025

this doesn't seem to be sufficient for 32-bit platforms. i'm still looking for other issues.

@ni4
Copy link
Contributor

ni4 commented Oct 10, 2025

@dkg I hope to get back to this and other CI issues during the weekend.

Many systems with 32-bit memory space (e.g. debian's armhf platform)
in fact have a 32-bit time_t.

Recent versions of python (3.12 and higher) have a much better test
for sizeof(time_t).  If that's available, RNP should use that instead
of the clumsier sys.maxsize.
@dkg
Copy link
Contributor Author

dkg commented Oct 10, 2025

I've just pushed another fix for 32-bit platforms to this branch. these two fixes together combine to let the test suite succeed on debian's armhf platform (which has a 32-bit memory space and a 64-bit time_t). the first patch alone is sufficient to resolve the build on debian's i386 platform (which has 32-bit memory space and 32-bit time_t).

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.46%. Comparing base (bf89f0b) to head (1ee82dd).

Additional details and impacted files
@@             Coverage Diff              @@
##           release/0.x    #2363   +/-   ##
============================================
  Coverage        85.46%   85.46%           
============================================
  Files              126      126           
  Lines            22710    22710           
============================================
  Hits             19408    19408           
  Misses            3302     3302           

☔ 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.

@dkg
Copy link
Contributor Author

dkg commented Oct 17, 2025

just a gentle nudge on this. is this patch unacceptable for some reason?

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