- 21 Nov, 2008 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 20 Nov, 2008 5 commits
-
-
Jim Fulton authored
server whose last transaction is older than the last one the client saw.
-
Jim Fulton authored
cache file open, and preventing it from being cleaned up on windows.
-
Jim Fulton authored
windows and there's something aboyt the way we're setting up arguments on windows that makes subproccess unhappy. In the doctest support, save the pids along with adminaddrs and, when we shutdown a server, wait for it to stop with os.waitpid. This is to avoid a race where we end up trying and failing to delete the server's log files before the server has closed them.
-
Jim Fulton authored
windows. Just made the waitpid ignore exceptions. :)
-
Jim Fulton authored
any reason to reraise this. all we really care about is that we were able to connect. This was causing spurious errors during tear down.
-
- 19 Nov, 2008 11 commits
-
-
Jim Fulton authored
(Thanks to Patrick Strawderman for spotting a name error here.)
-
Jim Fulton authored
(Thanks to Patrick Strawderman for pointing these out and providing initial fixes.)
-
Jim Fulton authored
(Thanks to Patrick Strawderman for pointing this out and providing an initial fix.)
-
Jim Fulton authored
-
Jim Fulton authored
whenever the cache is stale. This is generated before dropping a cache and starting cold so that an application can take more drastic measures. The stale-cache event also now has a storage attribute with the storage that has a stale cache.
-
Jim Fulton authored
cache or the client storage in a valid state. Also, changed the drop-cache feature to: - Log a critical message and to - Publish an event. Some applications might want to captre the event and exit the process or take some drastic action when the cahe needs to be dropped.
-
Jim Fulton authored
-
Jim Fulton authored
all but the standard file descriptors. This fixed a really hard to debug test failure. (A server started after a client storage was started had the client storage's cache loc file open, preventing the client storage from being reopened.) For starting servers, the storage config not defaults to a simple file-storage configuration. Use a simple log file configuration for the storage server rather than trying to somehow copy the useless test log configuration. This makes it far more likely that there will be a sever log available when debugging test failures.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 18 Nov, 2008 3 commits
-
-
Jim Fulton authored
- Include the storage name in all log messages - Use the standard logging APIs directly, rather than going through an intermediate function.
-
Jim Fulton authored
(The storage is also available as "_storage" for backward compatibility, mainly for test code.)
-
Jim Fulton authored
-
- 16 Nov, 2008 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
cleaned up on disconnect. Also avoid unnecessary iterator_gc calls to the server when there are no iterators to be cleaned up.
-
Jim Fulton authored
doctests and for wating for a client to disconnect or connect.
-
Jim Fulton authored
when there is just one storage.
-
Jim Fulton authored
-
- 15 Nov, 2008 5 commits
-
-
Jim Fulton authored
running layers in separate parallel processes.
-
Jim Fulton authored
runner doesn't call layer teardown when a layer is run as a subprocess. This seems insane, ...
-
Jim Fulton authored
-
Jim Fulton authored
requires passing a test object. With this, it appears that I can run tests in parallel without getting extra spurious errors.
-
Jim Fulton authored
Maybe this will reduce the chance if spurious test failures due to addresses already in use. Unfortunately, there's still a race that may make running tests in parallel impractical until it's addressed.
-
- 14 Nov, 2008 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
ability to run layers in parallel. This reduces test run time my more than 75% for me.
-
Jim Fulton authored
leaving a thread behind.
-
Jim Fulton authored
-
- 13 Nov, 2008 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
an allocated block so that the first free block is right after the last allocated block so that, on restart, we always continue writing after the last written block.
-
Jim Fulton authored
size of an existing cache file.)
-
Jim Fulton authored
-