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

Add Ability to Re-trigger Dispatcher for False Positives #6

Open
safl opened this issue Oct 13, 2024 · 0 comments
Open

Add Ability to Re-trigger Dispatcher for False Positives #6

safl opened this issue Oct 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@safl
Copy link
Collaborator

safl commented Oct 13, 2024

In cases where the C.I. provides a false result, such as a failure due to intermittent errors, users should be able to re-trigger the dispatcher. This should follow the SPDK convention, where a user supplies a comment in the format false positive: <issue_id>, where <issue_id> refers to the ID of the issue describing the underlying infrastructure problem that led to an incorrect status report.

This will allow for a smoother workflow when dealing with known infrastructure issues and avoid manual handling of false positives.

Requirements

  • Implement the ability to re-trigger the dispatcher when a user-supplied comment with the format false positive: <issue_id> is detected.
  • The <issue_id> should be logged and traceable to the issue related to the infrastructure problem.
  • Ensure the re-triggering mechanism does not overwrite or hide the original test result but allows for subsequent verification.

Acceptance Criteria

  • Users can re-trigger the dispatcher using a comment in the format false positive: <issue_id>.
  • The <issue_id> is correctly logged and traceable in the system.
  • The workflow accounts for re-triggering in case of false positives without discarding original test results.
@safl safl added the enhancement New feature or request label Oct 13, 2024
@safl safl changed the title Expand dispatcher; handle false positive C.I. results Add Ability to Re-trigger Dispatcher for False Positives Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant