shotover/shotover-proxy

KafkaSinkCluster - java driver fails some tests

Closed this issue · 0 comments

Replace all usage of minimal_test_suite with standard_test_suite so that the java driver runs against all the tests that the cpp driver does.
In doing so you will need to fix the out of bounds panic that occurs in produce_consume_partitions1("unknown_topic").
It has to do with the fact that unknown_topic is created by kafka on first use, unlike the other partitions we test against which are manually created before use.