summaryrefslogtreecommitdiff
path: root/tests/http/agent.js
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-10 11:59:03 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-10 11:59:03 -0800
commit2854f14966b430e551c2ca101694f542bdaa38b9 (patch)
tree64557e1323239d2611cbfebd427f37c707dbf826 /tests/http/agent.js
parent4328c6c3bc402feffc06aade0059a6632b34c087 (diff)
downloadinfinitytier-2854f14966b430e551c2ca101694f542bdaa38b9.tar.gz
infinitytier-2854f14966b430e551c2ca101694f542bdaa38b9.zip
Some cluster parameter tweaks, and change the test code in tests/http to dramatically reduce the amount of data transfer to/from the test master. Also add results of first successful 50k test.
Diffstat (limited to 'tests/http/agent.js')
-rw-r--r--tests/http/agent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/agent.js b/tests/http/agent.js
index 8afe517f..0595ada4 100644
--- a/tests/http/agent.js
+++ b/tests/http/agent.js
@@ -115,7 +115,7 @@ function doTest()
try {
var peers = JSON.parse(body);
if (Array.isArray(peers))
- allOtherAgents = peers;
+ allOtherAgents = allOtherAgents.concat(peers);
} catch (e) {}
}