chia7712 merged PR #18492:
URL: https://github.com/apache/kafka/pull/18492
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr...@kafka.apache
chia7712 commented on code in PR #18492:
URL: https://github.com/apache/kafka/pull/18492#discussion_r1920931424
##
tests/kafkatest/tests/client/truncation_test.py:
##
@@ -34,7 +34,7 @@ class TruncationTest(VerifiableConsumerTest):
def __init__(self, test_context):
TaiJuWu commented on code in PR #18492:
URL: https://github.com/apache/kafka/pull/18492#discussion_r1912654848
##
tests/kafkatest/tests/client/truncation_test.py:
##
@@ -51,7 +51,8 @@ def print_record(event, node):
return consumer
@cluster(num_nodes=7)
-def t
frankvicky commented on code in PR #18492:
URL: https://github.com/apache/kafka/pull/18492#discussion_r1912463400
##
tests/kafkatest/tests/client/truncation_test.py:
##
@@ -51,7 +51,8 @@ def print_record(event, node):
return consumer
@cluster(num_nodes=7)
-de
TaiJuWu commented on code in PR #18492:
URL: https://github.com/apache/kafka/pull/18492#discussion_r1912458228
##
tests/kafkatest/tests/client/truncation_test.py:
##
@@ -51,7 +51,8 @@ def print_record(event, node):
return consumer
@cluster(num_nodes=7)
-def t
TaiJuWu commented on code in PR #18492:
URL: https://github.com/apache/kafka/pull/18492#discussion_r1912458228
##
tests/kafkatest/tests/client/truncation_test.py:
##
@@ -51,7 +51,8 @@ def print_record(event, node):
return consumer
@cluster(num_nodes=7)
-def t
frankvicky commented on PR #18492:
URL: https://github.com/apache/kafka/pull/18492#issuecomment-2585739845
I have run the test on several machines with this patch.
local:
![Screenshot from 2025-01-12
21-38-41](https://github.com/user-attachments/assets/b12c9940-d04a-4348-9848-7170d6c1e
frankvicky opened a new pull request, #18492:
URL: https://github.com/apache/kafka/pull/18492
JIRA: KAFKA-18480
The test keeps failing due to not converting to KRaft.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verif