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 · 1 comment
Open

Flaky kafka container test #89

jarlah opened this issue May 9, 2024 · 1 comment

Comments

@jarlah
Copy link
Collaborator

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
Collaborator 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant