-
Notifications
You must be signed in to change notification settings - Fork 974
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
[Bug]: Kafka integration test log spam #1800
Comments
I think we need to separate the Kafka IT tests from Java tests since there are so many Kafka IT tests. Having a separate GH action for kafka tests. would solve this partially |
I can take a look at this later this week and put up a PR that separates the Kafka tests into a different GH actions suite. |
The log spam causes the mvn command stuck for 30 minutes to process logs to console, between the last test run and finalize, see #1817 (comment) We have to disable printing logs until resolved. |
@Abacn John mentioned that there is a way to configure Kafka to emit fewer logs.
|
Like replace "-e" to "-q" here:
|
Try to set loglevel but did not work
or
likely because it was added as a log consumer to test container: |
The original issue title noted two separate issue (Java test flaky / Kafka log spam), now Kafka PR has been separated from Java PR, though the log spam issue still present. Changed the title and assigned to kafka test owner |
Related Template(s)
N/A
Template Version
N/A
What happened?
Java PR Action has long been flaky, at least in the past it clearly shows which tests failed. However,recently the test log size has increased substantially, likely due to Kafka template and test development. Now the log is of > 80 MB.A majority of the log reads
and
Relevant log output
No response
The text was updated successfully, but these errors were encountered: