-
Notifications
You must be signed in to change notification settings - Fork 4
ROX-31266: Implement tests with valid and invalid utf 8 strings #251
New issue
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
Merged
JoukoVirtanen
merged 24 commits into
main
from
jv-ROX-31266-implement-tests-with-valid-and-invalid-utf-8-strings
Feb 11, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
43550c3
X-Smart-Branch-Parent: main
JoukoVirtanen 742009a
Added unit tests and parameterized integration tests
JoukoVirtanen 1c81096
Reduced duplication of helper functions
JoukoVirtanen dce40f1
cargo fmt --all
JoukoVirtanen 928f41d
Reverted changes to test_multiple
JoukoVirtanen 92bc1e3
Added integration test case with invalid utf-8
JoukoVirtanen bf7cb83
Fixed how file paths are joined when there are bytes. Invalid utf-8 i…
JoukoVirtanen 4b4bd97
Added tests for test_path_chown and test_path_unlink
JoukoVirtanen bf790c0
Added invalid utf-8 test case to test_path_chown
JoukoVirtanen 6a96ed6
Apply suggestions from code review
JoukoVirtanen d1a1cf8
Created helper functions join_path_with_filename and path_to_string
JoukoVirtanen f613f1c
Using { PATH_MAX as usize } instead of other values for the template
JoukoVirtanen cfbcae4
Using regex instead of checking for contains
JoukoVirtanen ca13e31
Removed default_process_t
JoukoVirtanen 58104a3
Refactored unit tests in fact/src/event/process.rs
JoukoVirtanen b989782
Test case names are consistent and uppercase
JoukoVirtanen 17f0d46
cargo fmt --check
JoukoVirtanen 52f1836
Apply suggestion from @Molter73
JoukoVirtanen 4e15bc7
Apply suggestion from @Molter73
JoukoVirtanen cffc869
Apply suggestion from @Molter73
JoukoVirtanen 1ef880f
Apply suggestion from @Molter73
JoukoVirtanen 361abb8
Minor follow on changes for suggested changes
JoukoVirtanen e7c5c1b
Minor suggested change to tests/test_path_chown.py
JoukoVirtanen dc43848
Renamed test_file to fut in tests/test_path_unlink.py
JoukoVirtanen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.