Skip to content

refactor(tests): convert unsized integer types to explicit-width types#474

Merged
mvillmow merged 1 commit into
mainfrom
174-auto-impl
Apr 26, 2026
Merged

refactor(tests): convert unsized integer types to explicit-width types#474
mvillmow merged 1 commit into
mainfrom
174-auto-impl

Conversation

@mvillmow
Copy link
Copy Markdown
Collaborator

Summary

  • Replace all bare int, unsigned int, long, etc. with explicit-width types (int32_t, uint32_t, int64_t, size_t) across all 33 test files under tests/
  • Covers unit, integration, e2e, load tests, and fixtures
  • POSIX-mandated types (int argc, int sock) preserved as-is

Test plan

  • All modified files pass just format-check (confirmed: exit 0)
  • 33 files changed, 222 insertions(+), 220 deletions(-) — only type name changes, no logic changes

Closes #174

🤖 Generated with Claude Code

@github-actions
Copy link
Copy Markdown

✅ Dependency Audit

Severity Count
Critical 0
High 0
Medium 0
Low 0

See the Security tab for detailed findings.


Workflow: Dependency Audit

@github-actions
Copy link
Copy Markdown

Security Scan Results

  • ❌ Secret Scanning: Potential secrets found
  • ✅ SAST: Completed (check Security tab for details)
  • ✅ Dependency Scanning: Completed
  • ✅ C++ Static Analysis: Completed
  • ✅ Docker Image Scanning: 0 high, 22 medium vulnerabilities (acceptable)

Recommendations

  • Review findings in the GitHub Security tab
  • Check artifact uploads for detailed reports
  • Address critical Docker vulnerabilities immediately

Workflow: Security Scanning

@mvillmow mvillmow merged commit 3a7e697 into main Apr 26, 2026
8 of 9 checks passed
@mvillmow mvillmow deleted the 174-auto-impl branch April 26, 2026 18:31
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.

Convert remaining unsized ints in test files (33 files unupdated)

1 participant