We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This issue documents proposed testing improvements for the --pipe mode added in v2.1.0, as discussed in PR #392.
printf "" | ${COVERAGE_CMD} multicast SAY...
head -c 100000 /dev/urandom | base64 | ${COVERAGE_CMD} multicast SAY...
This enhancement will improve test coverage and reliability for the pipe mode functionality, helping to identify potential edge case bugs.
Related to PR #392
The text was updated successfully, but these errors were encountered:
🤔
Additionally, should have tests for micro environments
ulimit
Sorry, something went wrong.
No branches or pull requests
Enhance Pipe Mode Testing
This issue documents proposed testing improvements for the --pipe mode added in v2.1.0, as discussed in PR #392.
Proposed Test Improvements
1. Edge Cases
printf "" | ${COVERAGE_CMD} multicast SAY...
2. Large Messages
head -c 100000 /dev/urandom | base64 | ${COVERAGE_CMD} multicast SAY...
3. Interrupted Pipes
4. Deterministic Timing
Implementation Considerations
This enhancement will improve test coverage and reliability for the pipe mode functionality, helping to identify potential edge case bugs.
Related to PR #392
The text was updated successfully, but these errors were encountered: