nats-io / nats-docker

Official Docker image for the NATS server
Apache License 2.0
132 stars 44 forks source link

Fix and scope tests per version #139

Closed bruth closed 7 months ago

bruth commented 7 months ago

The tests attempted to handle both versions and ended up being buggy when performing an version update due to drift in the alpine version, for instance.

The tests have been scoped to each version directory and simplified. The update script now only operates on one of version directories at a time.