summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-07-01 10:20:24 +0200
committerAzul <azul@riseup.net>2014-07-01 10:20:24 +0200
commitaac4577031728dab84f077b54e461fcb813ac0c3 (patch)
tree43766ce7212f3f47e4ed3d8e3979721a810167fb /test
parent478cd9faf5fb78b2f9905ec098827d4c4188c19d (diff)
pid issue remains to be solved - revert to sth working
We've seen two instances of tapicero running on the production servers. The reason is that we are using two different places for the pid file - one for root and one for a normal user. In this scenario tapicero started by root will not notice the tapicero run as a normal user and vice versa. One idea was to solve this by always using /var/run/pid. However this also requires write privileges to that place which essentially only root has. So let's keep the two different places and just make sure we ALWAYS run tapicero as the same user.
Diffstat (limited to 'test')
-rw-r--r--test/integration/actions_test.rb (renamed from test/integration/tapicero_test.rb)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/integration/tapicero_test.rb b/test/integration/actions_test.rb
index 88e3715..88e3715 100644
--- a/test/integration/tapicero_test.rb
+++ b/test/integration/actions_test.rb