You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Top level panic handling needs to be added to the plugin, so after it has started the server it doesn't crash when a panic occurs. The defer recovery can be added to the Start function of the plugin client.
Done Criteria
Code has been reviewed by other team members
Analysis of existing tests (Unit and Integration)
Unit Tests created for new code or existing Unit Tests updated
Integration Test Suite updated (includes deletion of existing unnecessary Integration Test and/or creation of new ones if required)
Description
Top level panic handling needs to be added to the plugin, so after it has started the server it doesn't crash when a panic occurs. The defer recovery can be added to the
Startfunction of the plugin client.Done Criteria