-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: don't alert on special failures (#7)
We have some special conditions that may produce a test failure without failing the actual test code: e.g. the ginkgo suite was canceled or evicted, or the report was missing. When those happen, we give then a special name, and there are no "success" cases, so they were showing up in the automated Alerts. This PR creates a new section for them, not Alerts. --------- Signed-off-by: Jaime Silvela <[email protected]> Signed-off-by: Armando Ruocco <[email protected]> Co-authored-by: Armando Ruocco <[email protected]>
- Loading branch information
Showing
5 changed files
with
153 additions
and
16 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...D-EPAS-12.15.19-5.1.0-false_fe43610777e6b6285eb69d2eaeff66a693045fbda2764638e6ad5e36.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Scale test -- should scale up correctly multiple instance of the PGD Group", "state": "timedout", "start_time": "2023-05-25T03:40:55.097331351Z", "end_time": "2023-05-25T03:42:53.18492196Z", "error": "A suite timeout occurred", "error_file": "/home/runner/work/pg4k-pgd/pg4k-pgd/pgd-operator/tests/e2e/scaling_test.go", "error_line": 51, "platform": "eks", "postgres_kind": "EPAS", "redwood": false, "matrix_id": "eks-1.26-PGD-EPAS-12.15.19-5.1.0-false", "postgres_version": "12.15.19-5.1.0-1.4979236118.607.1.el8-1", "k8s_version": "1.26", "workflow_id": 5073618792, "repo": "EnterpriseDB/pg4k-pgd", "branch": "main"} |
1 change: 1 addition & 0 deletions
1
...6-PGD-PGExtended-14.8-5.1.0_fe43610777e6b6285eb69d2eaeff66a693045fbda2764638e6ad5e36.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Scale test -- should scale up correctly multiple instance of the PGD Group", "state": "timedout", "start_time": "2023-05-25T04:36:59.780906991Z", "end_time": "2023-05-25T04:41:42.407957463Z", "error": "A suite timeout occurred", "error_file": "/home/runner/work/pg4k-pgd/pg4k-pgd/pgd-operator/tests/e2e/scaling_test.go", "error_line": 51, "platform": "eks", "postgres_kind": "PGExtended", "redwood": false, "matrix_id": "eks-1.26-PGD-PGExtended-14.8-5.1.0", "postgres_version": "14.8-5.1.0-1.4979236063.666.1.el8-1", "k8s_version": "1.26", "workflow_id": 5073618792, "repo": "EnterpriseDB/pg4k-pgd", "branch": "main"} |
1 change: 1 addition & 0 deletions
1
...-PGD-PostgreSQL-13.10-5.1.0_b1213c9970e4eac48718385724cf520427e9900c08cc952a32eb9d96.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Open Ginkgo report", "state": "failed", "start_time": "2023-05-26T00:23:46.691124", "end_time": "2023-05-26T00:23:46.691136", "error": "ginkgo Report Not Found: tests/e2e/out/report.json", "error_file": "no-file", "error_line": 0, "platform": "eks", "redwood": false, "matrix_id": "eks-1.27-PGD-PostgreSQL-13.10-5.1.0", "postgres_kind": "PostgreSQL", "postgres_version": "13.10-5.1.0-1.4979236248.602.1.el8-1", "k8s_version": "1.27", "workflow_id": 5084761198, "repo": "EnterpriseDB/pg4k-pgd", "branch": "main"} |
1 change: 1 addition & 0 deletions
1
...7-PGD-PostgreSQL-14.7-5.1.0_b1213c9970e4eac48718385724cf520427e9900c08cc952a32eb9d96.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Open Ginkgo report", "state": "failed", "start_time": "2023-05-26T00:24:12.931336", "end_time": "2023-05-26T00:24:12.931350", "error": "ginkgo Report Not Found: tests/e2e/out/report.json", "error_file": "no-file", "error_line": 0, "platform": "eks", "redwood": false, "matrix_id": "eks-1.27-PGD-PostgreSQL-14.7-5.1.0", "postgres_kind": "PostgreSQL", "postgres_version": "14.7-5.1.0-1.4979236248.602.1.el8-1", "k8s_version": "1.27", "workflow_id": 5084761198, "repo": "EnterpriseDB/pg4k-pgd", "branch": "main"} |
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