-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add new "redis-basics-persistent" test to verify persistence #1724
Merged
yosifkit
merged 2 commits into
docker-library:master
from
infosiftr:redis-basics-persistent
May 10, 2016
Merged
Add new "redis-basics-persistent" test to verify persistence #1724
yosifkit
merged 2 commits into
docker-library:master
from
infosiftr:redis-basics-persistent
May 10, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tianon
force-pushed
the
redis-basics-persistent
branch
from
May 10, 2016 21:41
09d969c
to
4136b5e
Compare
I've updated this to include the change from redis/docker-library-redis#59 directly so it's easier to test properly. 👍 |
(This will help us avoid a repeat of redis/docker-library-redis#58) |
Build test of #1724; 4136b5e ( $ bashbrew build "redis"
Cloning redis (git://github.com/docker-library/redis) ...
Processing redis:2.8.23 ...
Processing redis:2.8 ...
Processing redis:2 ...
Processing redis:2.8.23-32bit ...
Processing redis:2.8-32bit ...
Processing redis:2-32bit ...
Processing redis:3.0.7 ...
Processing redis:3.0 ...
Processing redis:3.0.7-32bit ...
Processing redis:3.0-32bit ...
Processing redis:3.0.7-alpine ...
Processing redis:3.0-alpine ...
Processing redis:3.2.0 ...
Processing redis:3.2 ...
Processing redis:3 ...
Processing redis:latest ...
Processing redis:3.2.0-32bit ...
Processing redis:3.2-32bit ...
Processing redis:3-32bit ...
Processing redis:32bit ...
Processing redis:3.2.0-alpine ...
Processing redis:3.2-alpine ...
Processing redis:3-alpine ...
Processing redis:alpine ...
$ bashbrew list --uniq "$url" | xargs test/run.sh
testing redis:2.8.23
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'redis-basics' [5/6]...passed
'redis-basics-persistent' [6/6]...passed
testing redis:2.8.23-32bit
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'redis-basics' [5/6]...passed
'redis-basics-persistent' [6/6]...passed
testing redis:3.0.7
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'redis-basics' [5/6]...passed
'redis-basics-persistent' [6/6]...passed
testing redis:3.0.7-32bit
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'redis-basics' [5/6]...passed
'redis-basics-persistent' [6/6]...passed
testing redis:3.0.7-alpine
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'redis-basics' [5/6]...passed
'redis-basics-persistent' [6/6]...passed
testing redis:3.2.0
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'redis-basics' [5/6]...passed
'redis-basics-persistent' [6/6]...passed
testing redis:3.2.0-32bit
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'redis-basics' [5/6]...passed
'redis-basics-persistent' [6/6]...passed
testing redis:3.2.0-alpine
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'redis-basics' [5/6]...passed
'redis-basics-persistent' [6/6]...passed |
LGTM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This won't pass as-is until redis/docker-library-redis#59 is merged (intentionally), butthis will allow us to ensure the expected behavior continues to work appropriately in the future.