Commit 59f4d209 authored by dieter's avatar dieter

try to find out what exception is raised (and where)

parent 91904742
......@@ -78,7 +78,7 @@ Now, we'll restart the server on the original address:
##### debugging only ########
>>> print(db.storage._server.client.verify_result)
cache too old, clearing
>>> print(len(handler.records) > 1 and handler)
>>> print(len(handler.records) > 1 and str(handler) + handler.records[0].exc_text)
False
Now, let's verify our assertions above:
......@@ -150,7 +150,7 @@ in the database, which is why we get 1, rather than 0 objects in the cache.)
##### debugging only ########
>>> print(db.storage._server.client.verify_result)
cache too old, clearing
>>> print(len(handler.records) > 1 and handler)
>>> print(len(handler.records) > 1 and str(handler) + handler.records[0].exc_text)
False
- Publishes a stale-cache event.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment