Commit c1b08456 authored by Jim Fulton's avatar Jim Fulton

Add/adjust debugging info.

parent b30f3649
......@@ -217,6 +217,13 @@ This tests tries to provoke this bug by:
... print 'bad', c, i, conn.root()[i].value,
... print conn2.root()[i].value
... bad = True
... if bad:
... print open('server-%s.log' % addr[1]).read()
... print 'client debug log'
... for record in debughandler.records:
... print record.name, record.levelname
... print debughandler.format(record)
... debughandler.clear()
... db.close()
... finally:
... stop = True
......
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