Commit Graph

6 Commits

Author SHA1 Message Date
P. Christeas de6720663b doc webdav: Have a timeout on YAML tests
During a database upgrade from cmdline, the HTTP server will be inactive,
so it would cause a deadlock at the WebDAV tests. Having the HTTP port
answer requests before the db is ready would be a bad idea, so we'd better
just timeout and skip the tests.

bzr revid: p_christ@hol.gr-20101207133947-bbni3x48wo3yffa2
2010-12-07 15:39:47 +02:00
P. Christeas 1c5c26a8af doc webdav: move to the node_descriptor API
We need to support chunked transfers, as well as Ranges, so we should no
longer use the node.get_data() but node.open_data('r').

bzr revid: p_christ@hol.gr-20101103112535-34sr4dhd3neunfv1
2010-11-03 13:25:35 +02:00
P. Christeas deffd9703d doc webdav: support for GET and PUT at yaml tests
bzr revid: p_christ@hol.gr-20101103112534-9xyjp4xup0pjoxwm
2010-11-03 13:25:34 +02:00
P. Christeas 872f6be340 doc webdav: more tests in lib, yaml
bzr revid: p_christ@hol.gr-20101103112534-7vdnxjxr9wb3736t
2010-11-03 13:25:34 +02:00
P. Christeas 23103d89cf doc webdav: use credentials at tests
bzr revid: p_christ@hol.gr-20101103112534-ig2s9ijq0qlrw4ug
2010-11-03 13:25:34 +02:00
P. Christeas 97a1f09deb doc webdav: form the testing class, implement options test.
bzr revid: p_christ@hol.gr-20101103112534-868gjh5eqseb7voo
2010-11-03 13:25:34 +02:00