/usr/bin/python2.7 /home/elgin/opt/pycharm-2.5.1/helpers/pycharm/utrunner.py /home/elgin/git/py2neo/test/py2neo/batch_test.py::TestBigBatches true
Testing started at 09:40 ...
creating batch of 100
submitting batch
checking batch
removing evidence
creating batch of 1000
submitting batch
checking batch
removing evidence
creating batch of 10000
submitting batch
Error
Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/case.py", line 327, in run
testMethod()
File "/home/elgin/git/py2neo/test/py2neo/batch_test.py", line 91, in test_can_send_batch_of_10000
self._send_big_batch(10000)
File "/home/elgin/git/py2neo/test/py2neo/batch_test.py", line 76, in _send_big_batch
nodes = batch.submit()
File "/home/elgin/git/py2neo/src/py2neo/neo4j.py", line 105, in submit
for response in self._submit()
File "/home/elgin/git/py2neo/src/py2neo/neo4j.py", line 75, in _submit
for i, request in enumerate(self.requests)
File "/home/elgin/git/py2neo/src/py2neo/rest.py", line 374, in _send
raise SocketError(err)
SocketError: error(104, 'Connection reset by peer')
Process finished with exit code 0
This has also previously failed with a request count of around 6000 so I'm not sure of the actual cut-off point. Any insight gratefully received!