Metadata
- Source
- SJRK-227
- Type
- Task
- Priority
- Critical
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Gregor Moss
- Created
2019-02-15T15:15:58.950-0500 - Updated
2019-04-25T09:48:31.494-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Storytelling Tool Server
Description
The datasources defined in sjrk.storyTelling.server's server component do not currently have listeners attached to the onError event, and there are cases when it will fail silently. For instance, when the database server is not running and an attempt to call a datasource invoker on it is made.
Add some handling for these events, logging or otherwise.
Comments
-
Gregor Moss commented
2019-04-16T17:48:25.819-0400 An attempt was made to add integration tests for the listeners I added which call fluid.log, but there was no straightforward way to do so at this time. In newer versions of Infusion (as of October 2018), there is the fluid.loggingEvent which can be taken advantage of for setting up tests, but this depends on SJRK-244 being completed.
-
Cindy Li commented
2019-04-25T09:48:31.489-0400 The pull request has been merged into the project repo stories-floe-dev branch at this commit.