-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Data instances with a length of 255 bytes are wrongly written" (#…
…161) * Added unit test for comparing the size of the data versus the actual written data. Tests the edge cases of determining if the data must be written with formatcode Vbin8 or Vbin32. * Fix inconsistent data size check in Data struct when writing the underlying data. * Added test for producing and consuming events with a size of 254-256 bytes. * Fixups from `dotnet format` * Replaced collections in TestEventLength-test with single variables to check on * Fixups from `dotnet format` * Refactor tests to be compliant with other tests add the same fix to GetSequenceSize remove the integration test file and move the test to ProducerSystemTests file Signed-off-by: Gabriele Santomaggio <[email protected]> Signed-off-by: Gabriele Santomaggio <[email protected]> Co-authored-by: Tim Heusschen <[email protected]> Co-authored-by: Timz95 <[email protected]> Co-authored-by: Gabriele Santomaggio <[email protected]>
- Loading branch information
1 parent
fc84f76
commit 2b5177b
Showing
4 changed files
with
100 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters