kafka4s icon indicating copy to clipboard operation
kafka4s copied to clipboard

try out testcontainers for a couple tests

Open amohrland opened this issue 4 years ago • 2 comments

Trying out use of testcontainers for tests against Kafka and Schema Registry. Also, convert scalatest tests to munit.

amohrland avatar Feb 10 '21 15:02 amohrland

These run fine locally, but fail on Travis. My guess is that this is due to port conflicts between the still-running docker-compose that we use for the other tests.

amohrland avatar Feb 10 '21 15:02 amohrland

Also, amusingly, I needed to remove the examples build, to compile the project. For some reason, changes to tests in core caused RecordFormats to not be found in the examples. This will need to be figured out.

amohrland avatar Feb 10 '21 15:02 amohrland