Skip to content
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

Flaky kafka container test #89

Open
jarlah opened this issue May 9, 2024 · 3 comments
Open

Flaky kafka container test #89

jarlah opened this issue May 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jarlah
Copy link
Member

jarlah commented May 9, 2024

  1. test with external zookeeper with multiple connected nodes (Testcontainers.Container.KafkaContainerTest)
    Error: test/container/kafka_container_test.exs:251
    ** (MatchError) no match of right hand side value: {:error, [%KafkaEx.Protocol.Produce.Response{topic: "test_topic", partitions: [%{offset: 18446744073709551615, partition: 0, error_code: :unknown_topic_or_partition}]}]}
    code: {:ok, _} = KafkaEx.produce(topic_name, 0, "hey", worker_name: writer_name, required_acks: 1)
    stacktrace:
    test/container/kafka_container_test.exs:267: (test)
@jarlah
Copy link
Member Author

jarlah commented May 9, 2024

@Argonus can you take a look at the latest build failures relating to this and see if its fixable

@Argonus
Copy link
Contributor

Argonus commented Jun 4, 2024

Will do, sorry for long response time, but i had busy month :D

@jarlah
Copy link
Member Author

jarlah commented Jul 1, 2024

whenever you have time @Argonus :) ill just retry those flaky tests every time time they fail 💀 🤣

@jarlah jarlah added the bug Something isn't working label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants