-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,30 @@ | ||
--- | ||
name: Alarm Inspection Report | ||
about: An analysis report for the alarms produced by Acto | ||
title: "[Alarm Inspection] " | ||
labels: '' | ||
assignees: '' | ||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What happened? | ||
description: | | ||
Why did Acto raise this alarm? What happened in the state transition? Why Acto’s oracles raised an alarm? | ||
validations: | ||
required: true | ||
|
||
--- | ||
- type: textarea | ||
id: root-cause | ||
attributes: | ||
label: What did you expect to happen? | ||
description: | | ||
Why did the operator behave in this way? Please find the exact block in the operator source code resulting in the behavior. | ||
validations: | ||
required: true | ||
|
||
## What happened | ||
Why did Acto raise this alarm? | ||
What happened in the state transition? | ||
Why Acto’s oracles raised an alarm? | ||
|
||
|
||
## Root Cause | ||
Why did the operator behave in this way? Please find the exact block in the operator source code resulting in the behavior. | ||
|
||
## Expected behavior? | ||
If it is a true alarm, how to fix it in the operator code? | ||
If it is a false alarm, how to fix it in Acto code? | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Root Cause | ||
description: | | ||
If it is a true alarm, how to fix it in the operator code? If it is a false alarm, how to fix it in Acto code? | ||
validations: | ||
required: true |