Opened 3 years ago
Closed 2 years ago
#5112 closed defect (fixed)
berrie should show failure on first failure
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | Website Management, Bots |
Component: | QA/buildbots | Version: | 3.2.x |
Keywords: | Cc: |
Description
Right now berrie is failing on topology tests (which I will ticket later) and so is berrie64. However berrie is showing green and berrie64 is showing error.
This is because berrie goes on to run garden tests which succeed.
She should be stopping upon first failure.
Change History (3)
comment:1 by , 3 years ago
comment:2 by , 2 years ago
Milestone: | PostGIS 3.3.0 → Website Management, Bots |
---|
I think I might have resolved this already, but I'll need to wait till the berries are back on line. Bruce is putting them in a new home. Anyway should be bot milestone.
comment:3 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I think I fixed this too, but berries are out of commission at the moment.
Note:
See TracTickets
for help on using tickets.
You can add a
set -e
on top of the berrie/postgis_regress.sh script to make it exit on first error.The stopping of cluster could be done with a trap, although I don't see the cluster started by the same script so I wonder *why* should it be stopped by it