Skip to content

Flaky kafka container test #89

@jarlah

Description

@jarlah
  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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions