Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jared Casey
Jared CaseyReporter
Jared Casey
Jared CaseyStory Points
1
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created December 19, 2024 at 11:07 PM
Updated January 16, 2025 at 5:41 PM
Resolved January 16, 2025 at 5:41 PM
The main problem area with testing eventing function management is with deploy, pause, resume and undeploy. These tests look to consistently timeout or fail w/in the Jenkins integration pipeline. For this change, move the deploy, pause, resume and undeploy tests into a nested describe so that we can add retries around this functionality. The nested describe allows for the before to create a new function and the after to drop the function (necessary for allowing retries).