Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanup_and_prune (0.06 sec)

  1. docs/resiliency/resiliency-tests.sh

    	export MC_HOST_myminio=http://minioadmin:minioadmin@localhost:9000
    
    	cleanup_and_prune
    
    	# Run resiliency tests against MinIO
    	docker compose -f "${DOCKER_COMPOSE_FILE}" up -d
    
    	# Initial setup
    	docs/resiliency/resiliency-initial-script.sh
    	RESULT=$(grep "script passed" <resiliency-initial.log)
    	if [ "$RESULT" != "script passed" ]; then
    		cleanup_and_prune
    		exit 1
    	fi
    
    	test_resiliency_healing_missing_xl_metas
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Dec 21 04:24:45 UTC 2024
    - 20.5K bytes
    - Viewed (0)
Back to top