Re: [PR] fix Kafka flaky test [incubator-pekko-projection]

2024-02-19 Thread via GitHub
Roiocam commented on code in PR #105: URL: https://github.com/apache/incubator-pekko-projection/pull/105#discussion_r1495297199 ## kafka-test/src/test/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderImplSpec.scala: ## @@ -109,6 +110,12 @@ class KafkaSourcePr

Re: [PR] fix Kafka flaky test [incubator-pekko-projection]

2024-02-19 Thread via GitHub
Roiocam commented on code in PR #105: URL: https://github.com/apache/incubator-pekko-projection/pull/105#discussion_r1495290031 ## kafka-test/src/test/scala/org/apache/pekko/projection/kafka/internal/KafkaSourceProviderImplSpec.scala: ## @@ -109,6 +110,12 @@ class KafkaSourcePr

Re: [PR] fix Kafka flaky test [incubator-pekko-projection]

2024-02-09 Thread via GitHub
raboof commented on PR #105: URL: https://github.com/apache/incubator-pekko-projection/pull/105#issuecomment-1935811477 > > TBH I'm not convinced this change fixes the root cause of the instability: because of the assertion `records.count(_.partition() == tp0.partition()) shouldBe 5` AFAIC

Re: [PR] fix Kafka flaky test [incubator-pekko-projection]

2024-02-09 Thread via GitHub
Roiocam commented on PR #105: URL: https://github.com/apache/incubator-pekko-projection/pull/105#issuecomment-1935793124 > TBH I'm not convinced this change fixes the root cause of the instability: because of the assertion `records.count(_.partition() == tp0.partition()) shouldBe 5` AFAICS

Re: [PR] fix Kafka flaky test [incubator-pekko-projection]

2024-02-08 Thread via GitHub
Roiocam commented on PR #105: URL: https://github.com/apache/incubator-pekko-projection/pull/105#issuecomment-1934414814 @raboof Could you please do a code review? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] fix Kafka flaky test [incubator-pekko-projection]

2024-02-08 Thread via GitHub
Roiocam commented on PR #105: URL: https://github.com/apache/incubator-pekko-projection/pull/105#issuecomment-1934409391 After four times CI checks(see: https://github.com/apache/incubator-pekko-projection/actions/runs/7831923269), this kind of test has been successfully passed, and we sho