estuary / flow

🌊 Continuously synchronize the systems where your data lives, to the systems where you _want_ it to live, with Estuary Flow. 🌊
https://estuary.dev
Other
530 stars 45 forks source link

agent: return TestFailed status when tests fail #1499

Closed psFried closed 1 week ago

psFried commented 1 week ago

Description:

Updates the publisher to store test errors separately from other types of errors, and to set the TestFailed status if any test errors are present. Previously, test failures would result in a BuildFailed status, which was unhelpful.


This change is Reviewable