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

WIP Automate smoke tests #33

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

WIP Automate smoke tests #33

wants to merge 4 commits into from

Conversation

solsson
Copy link
Contributor

@solsson solsson commented Nov 5, 2019

Automated builds still can't run our integration tests (that do work with local docker builds) quite possibly because builds are resource capped and rather heavy already.

Docker Hub has support for Automated tests however, which documents a limit of 2GB memory. It should be possible to squeeze Zookeeper + Kafka + a native KKV build into 2GB. Initial ambition could be to check that the image can be started and the container starts polling.

Such validation works at 1bfe25d with docker-compose -f docker-compose.test.yml -f docker-compose.dev-overrides.yml up --build topic1-create sut but we need to deal with validation and termination.

solsson pushed a commit that referenced this pull request Oct 24, 2023
Adjust logging and allow for log level filtering via env KAFKA_KEYVAL…
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

Successfully merging this pull request may close these issues.

1 participant