]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r293878,r293880,r295116,r295117,r295477:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Mar 2016 01:35:46 +0000 (01:35 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Mar 2016 01:35:46 +0000 (01:35 +0000)
commit70c62df4f2480a5fd927a7039160890ea9fba86b
tree650dd89f88b5c52f94faba077297cc4a8b82c49a
parent0dbbeb92a652a6e2e74036e88ba3de77fb5ecffe
MFC r293878,r293880,r295116,r295117,r295477:

r293878:

Remove unnecessary kldload logic added to geom_subr.sh in r293028

r293880:

PID file support hasn't been committed for ggated(8) yet. Unbreak running
the testcase more than once by restoring the "killall ggated"

r295116:

Add an additional 1 second sleep to after calling ggatec before calling
dd to defeat a race when writing out to the geom_gate(4) device

This will quell the Jenkins failure emails until I come up with a better
solution

r295117:

Use the pidfile support added to ggated(8) in r294973 to ensure that the
ggated(8) daemon used by the tests is the instance specifically invoked by
the tests instead of one or more daemon instances running on the system

r295477:

Similar to r295116, add an additional 1 second sleep after calling ggatel
before calling dd to defeat a race when writing out to the geom_gate(4)
device

git-svn-id: svn://svn.freebsd.org/base/stable/10@296822 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tests/sys/geom/class/gate/1_test.sh
tests/sys/geom/class/gate/3_test.sh
tests/sys/geom/class/gate/conf.sh