Skip to content

Conversation

@thomas-bc
Copy link
Collaborator

Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)
Generative AI was used in this contribution (y/n)

Change Description

The test case was attempting to corrupt the CRC by setting a byte to 0. One out of 256 cases, this would fail, because the CRC byte happens to already be 0. This fix deterministically corrupts the CRC by incrementing the byte instead.

Rationale

Fix intermittent test failure

Testing/Review Recommendations

Future Work

AI Usage (see policy)

@thomas-bc thomas-bc requested a review from m-aleem September 11, 2025 00:31
@thomas-bc thomas-bc merged commit 31919e6 into devel Sep 11, 2025
50 of 51 checks passed
@thomas-bc thomas-bc deleted the patch-tc-tests branch September 11, 2025 00:58
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.

3 participants