aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-08 08:23:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-08 08:23:54 +0000
commit315d98a19702f2f29c1e18706909dd40917fe1f7 (patch)
tree141c77d9448a1e93e1eb53f9086a9ced2fd267d4 /src
parent8657dfcfcf8d1c4c9861e414a793d9759dd5c4c0 (diff)
downloadgnunet-315d98a19702f2f29c1e18706909dd40917fe1f7.tar.gz
gnunet-315d98a19702f2f29c1e18706909dd40917fe1f7.zip
fix for failing _init test
We had a race condition: When ats is included in default services it can happen that it is started before the test can issue the statistics wathc request and therefore the test will not be notified about the initialization of the value with 0
Diffstat (limited to 'src')
-rw-r--r--src/ats/test_ats_api.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/test_ats_api.conf b/src/ats/test_ats_api.conf
index e4d7644ac..5601a1227 100644
--- a/src/ats/test_ats_api.conf
+++ b/src/ats/test_ats_api.conf
@@ -3,7 +3,7 @@ SERVICEHOME = /tmp/test-ats-api-scheduling/
3 3
4[arm] 4[arm]
5PORT = 12001 5PORT = 12001
6DEFAULTSERVICES = ats 6DEFAULTSERVICES =
7UNIXPATH = /tmp/test-ats-scheduling-arm.sock 7UNIXPATH = /tmp/test-ats-scheduling-arm.sock
8 8
9[ats] 9[ats]