-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "FIR-32836: log is simplified now - no lombok in log (#405)" #444
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, otherwise lgtm
@@ -2,7 +2,9 @@ | |||
|
|||
import com.firebolt.jdbc.connection.FireboltConnection; | |||
import integration.EnvironmentCondition; | |||
import integration.EnvironmentCondition.Comparison; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this import?
@@ -16,6 +19,9 @@ | |||
import static java.lang.String.format; | |||
import static java.util.stream.Collectors.toCollection; | |||
|
|||
|
|||
@RequiredArgsConstructor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one is no longer needed as it was removed since the original change.
@@ -281,7 +281,8 @@ public String getLabel() { | |||
assertNull(fireboltStatement.getResultSet()); | |||
fireboltStatement.getMoreResults(CLOSE_CURRENT_RESULT); | |||
verify(fireboltStatementService, times(0)).execute(any(), any(), any()); | |||
assertTrue(logMessages.contains("Aborted query with id other label"), "Expected log message is not found"); | |||
// TODO: fix logging here, since we've reverted logging to lombok it doesn't catch log messages properly anymore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's file a ticket before we forget
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Integration tests are succeeding, only one that fails is the timeout test (flaky). |
This reverts commit 5d3ac71.
It reverts logging back to lombok, since we have a customer with incompatibility