Re: [PR] KAFKA-18480: Fix fail e2e `test_offset_truncate` [kafka]

2025-01-17 Thread via GitHub
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

Re: [PR] KAFKA-18480: Fix fail e2e `test_offset_truncate` [kafka]

2025-01-17 Thread via GitHub
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):

Re: [PR] KAFKA-18480: Fix fail e2e `test_offset_truncate` [kafka]

2025-01-12 Thread via GitHub
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

Re: [PR] KAFKA-18480: Fix fail e2e `test_offset_truncate` [kafka]

2025-01-12 Thread via GitHub
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

Re: [PR] KAFKA-18480: Fix fail e2e `test_offset_truncate` [kafka]

2025-01-12 Thread via GitHub
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

Re: [PR] KAFKA-18480: Fix fail e2e `test_offset_truncate` [kafka]

2025-01-12 Thread via GitHub
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

Re: [PR] KAFKA-18480: Fix fail e2e `test_offset_truncate` [kafka]

2025-01-12 Thread via GitHub
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

[PR] KAFKA-18480: Fix fail e2e `test_offset_truncate` [kafka]

2025-01-12 Thread via GitHub
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