- 10 Feb, 2012 2 commits
-
-
Vincent Pelletier authored
Also, make it call _parse to simplify subclasses.
-
Vincent Pelletier authored
-
- 07 Feb, 2012 1 commit
-
-
Vincent Pelletier authored
-
- 06 Feb, 2012 1 commit
-
-
Julien Muchembled authored
-
- 31 Jan, 2012 1 commit
-
-
Julien Muchembled authored
For example, with test2Clusters: Traceback (most recent call last): File "neo/master/app.py", line 111, in run self._run() File "neo/master/app.py", line 131, in _run self.playPrimaryRole() File "neo/master/app.py", line 318, in playPrimaryRole self.provideService() File "neo/master/app.py", line 269, in provideService em.poll(1) File "neo/lib/event.py", line 90, in poll self._poll(timeout=timeout) File "neo/tests/threaded/__init__.py", line 150, in _poll Serialized.tic(self._lock) File "neo/tests/threaded/__init__.py", line 102, in tic cls.release(lock); cls.acquire(lock) File "neo/tests/threaded/__init__.py", line 88, in acquire elif threading.currentThread() in cls.pending: TypeError: argument of type 'int' is not iterable
-
- 26 Jan, 2012 1 commit
-
-
Julien Muchembled authored
This commit is similar to 900d4908.
-
- 25 Jan, 2012 1 commit
-
-
Julien Muchembled authored
-
- 23 Jan, 2012 1 commit
-
-
Julien Muchembled authored
This fixes commit d90c5b83 ("Allow NEO to store empty values").
-
- 20 Jan, 2012 3 commits
-
-
Vincent Pelletier authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 19 Jan, 2012 8 commits
-
-
Julien Muchembled authored
This optimizes storage layout on disk, because more recent entries are often being accessed more. This will also simplify implementation of incremental backups. Storage API is changed so that backends are not forced to use the checksum to index data.
-
Vincent Pelletier authored
-
Julien Muchembled authored
Values of '_oid_dict' attribute are never empty.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 18 Jan, 2012 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
- Fix deadlock when client is in slave mode whereas a DB was open. - Fix regression in commit b3b5175f ("tests: make it possible to run several threaded clusters at the same time").
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 17 Jan, 2012 5 commits
-
-
Julien Muchembled authored
-
Vincent Pelletier authored
No kidding ! And there was a test for this. Muhaha.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Julien Muchembled authored
Storage.importFrom is changed for resumable imports.
-
- 16 Jan, 2012 1 commit
-
-
Julien Muchembled authored
-
- 13 Jan, 2012 11 commits
-
-
Vincent Pelletier authored
Also, fix log message.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Vincent Pelletier authored
Fixes regression introduced in b6475dc3 . So much for running test from neo folder...
-
Vincent Pelletier authored
Fixes a regression introduced in b5309c78 .
-
Vincent Pelletier authored
The only difference between an aborted connection and a closed one is that packets sent just before aborting are pushed to the network before really closing the connection. But further sends must fail, and nothing should be received.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
There is no need to react on every packet to mark a node as running. This is updated on connection/disconnection, and it is sufficient.
-
Vincent Pelletier authored
Also, don't wait for client disconnection. Also, factorise packet creation.
-