Skip to content

Commit

Permalink
t/test: small quality of life reminders
Browse files Browse the repository at this point in the history
1. remind testers to clean state under /tmp
2. add a comment re using mc to introspect data stored in minio
  • Loading branch information
pkhuong committed Jan 23, 2024
1 parent 4bcc767 commit 16d1f9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ docker run --net=host $EXTRA_DOCKER_ARGS \
-e "MINIO_ROOT_PASSWORD=VERNEUIL_TEST_KEY" \
docker.io/minio/minio server --address 127.0.0.1:7777 /data &

# Leftover state shouldn't result in incorrect replication, but does trigger extra assertions
# that assume a clean initial state.
echo "About to run integration tests. Remember to clear leftover state under '/tmp/verneuil-*' if running with extra (read) validation."
sleep 5;

OFFLINE_CONFIG=$(cat <<'EOF'
Expand Down

0 comments on commit 16d1f9a

Please sign in to comment.