Skip to content
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

iox-#1032 Refine testing with new error reporting #2147

iox-#1032 Adjust fingerprinting oc Cirrus CI caches

41ec0e7
Select commit
Loading
Failed to load commit list.
Merged

iox-#1032 Refine testing with new error reporting #2147

iox-#1032 Adjust fingerprinting oc Cirrus CI caches
41ec0e7
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Jan 11, 2024 in 0s

20 / 20 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
Add a second reviewer for complex new features or larger refactorings Completed
Code follows the coding style of [CONTRIBUTING.md][contributing] Completed
Tests follow the [best practice for testing][testing] Completed
Changelog updated [in the unreleased section][changelog] including API breaking changes Completed
Branch follows the naming format (iox-123-this-is-a-branch) Completed
Commit messages have the issue ID (iox-#123 commit text) Completed
Commit author matches [Eclipse Contributor Agreement][eca] (and ECA is signed) Completed
Follow the same conventions as for commit messages Incomplete
Link to the relevant issue Incomplete
Relevant issues are linked Completed
Add sensible notes for the reviewer Completed
All checks have passed (except task-list-completed) Completed
All touched (C/C++) source code files from iceoryx_hoofs are added to ./clang-tidy-diff-scans.txt Completed
Assign PR to reviewer Completed
Commits are properly organized and messages are according to the guideline Completed
Code according to our coding style and naming conventions Completed
Unit tests have been written for new behavior Completed
Public API changes are documented via doxygen Completed
Copyright owner are updated in the changed files Completed
All touched (C/C++) source code files from iceoryx_hoofs have been added to ./clang-tidy-diff-scans.txt Completed
PR title describes the changes Completed
All open points are addressed and tracked via issues Completed
Relates to #1032 Incomplete
Always fatal Incomplete
Should be rare Incomplete
Can be of a specific built-in kind related to contracts such a a precondition violation. Incomplete
Preconditions : corresponds to expects in contracts but Incomplete
Postconditions : corresponds to ensures in contracts but does not exist here (can be added if needed) Incomplete
Assumptions: corresponds to an assert of a condition that is neither a precondition nor postcondition but should hold for the following code to work Incomplete