hazelcast / hazelcast-docker

This repository contains docker image for Hazelcast open-source in-memory data-grid.
Apache License 2.0
89 stars 82 forks source link

Split `simple-smoke-test.sh` to be used elsewhere [DI-215] #790

Closed JackPGreen closed 4 months ago

JackPGreen commented 4 months ago

simple-smoke-test.sh is a useful suite of tests to validate a packaged Hazelcast instance - but is Docker-centric.

Required for DI-215

JackPGreen commented 4 months ago

Nice work! Although in the long term we should think about extracting these check to a seperate repository that could be used in docker, packaging workflows but also for pre/post-release verification, just a thought

Agreed, this is the least-worst place for it.

JackPGreen commented 4 months ago

@nishaatr are you able to review, please?