Sha256: d3a82b0015cce50a6efb8d953de62d0264ce3d382c27c3bb0adc2de01ea2c3bb

Contents?: true

Size: 444 Bytes

Versions: 116

Compression:

Stored size: 444 Bytes

Contents

#!/bin/sh
. ./test-lib.sh
t_plan 4 "rewindable_input toggled to false"

t_begin "setup and start" && {
	unicorn_setup
	echo rewindable_input false >> $unicorn_config
	unicorn -D -c $unicorn_config t0013.ru
	unicorn_wait_start
}

t_begin "ensure worker is started" && {
	test xOK = x$(curl -T t0013.ru -H Expect: -vsSf http://$listen/)
}

t_begin "killing succeeds" && {
	kill $unicorn_pid
}

t_begin "check stderr" && {
	check_stderr
}

t_done

Version data entries

116 entries across 116 versions & 12 rubygems

Version Path
unicorn-maintained-6.2.0 t/t0013-rewindable-input-false.sh
unicorn-6.1.0 t/t0013-rewindable-input-false.sh
unicorn-6.0.0 t/t0013-rewindable-input-false.sh
unicorn-5.8.0 t/t0013-rewindable-input-false.sh
unicorn-5.7.0 t/t0013-rewindable-input-false.sh
unicorn-5.6.0 t/t0013-rewindable-input-false.sh
unicorn-5.5.5 t/t0013-rewindable-input-false.sh
unicorn-5.5.4 t/t0013-rewindable-input-false.sh
unicorn-5.5.3 t/t0013-rewindable-input-false.sh
unicorn-5.5.2 t/t0013-rewindable-input-false.sh
unicorn-5.5.1 t/t0013-rewindable-input-false.sh
unicorn-5.5.0.1.g6836 t/t0013-rewindable-input-false.sh
unicorn-5.5.0 t/t0013-rewindable-input-false.sh
unicorn-5.5.0.pre1 t/t0013-rewindable-input-false.sh
unicorn-5.4.1 t/t0013-rewindable-input-false.sh
unicorn-5.4.0 t/t0013-rewindable-input-false.sh
unicorn-5.3.1 t/t0013-rewindable-input-false.sh
unicorn-shopify-5.3.0 t/t0013-rewindable-input-false.sh
unicorn-5.3.0 t/t0013-rewindable-input-false.sh
unicorn-5.3.0.pre1 t/t0013-rewindable-input-false.sh