suppress error log when postgre database does not exist#527
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #527 +/- ##
============================================
+ Coverage 69.94% 69.98% +0.04%
- Complexity 3392 3395 +3
============================================
Files 216 216
Lines 16503 16506 +3
Branches 2359 2359
============================================
+ Hits 11543 11552 +9
+ Misses 3701 3695 -6
Partials 1259 1259
Continue to review full report at Codecov.
|
Linary
previously approved these changes
May 25, 2019
zhoney
requested changes
May 27, 2019
| } | ||
|
|
||
| @Override | ||
| protected String buildCreateDatabase(String database) { |
Contributor
There was a problem hiding this comment.
call it from PostgresqlSessions.createDatabase()
May 24, 2019 1:25:14 PM org.postgresql.Driver connect SEVERE: Connection error: org.postgresql.util.PSQLException: FATAL: database "hugegraph" does not exist Change-Id: I48aebac67ec98f5c05b96239b497940150542dcc
Change-Id: Ie89d957260dcd54827137ce57c8fee192bf6b600
d442920 to
4f7e18b
Compare
Linary
approved these changes
May 27, 2019
zhoney
approved these changes
May 27, 2019
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
error log like this:
Change-Id: I48aebac67ec98f5c05b96239b497940150542dcc