-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(filelogger): make filelogger return a error instead of void
Up until this point, we have been ignoring the errors that the filelogger, from now on, we will return the error and let the caller handle it. This makes the statement that needs to be executed, run first (both at oracle and at test cluster), after that we log the statement that was executed. If the statement cannot be logged, operation will be aborted and the error will be returned. Signed-off-by: Dusan Malusev <[email protected]>
- Loading branch information
1 parent
536603b
commit 7c5dda0
Showing
3 changed files
with
49 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters