diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2011-01-18 00:44:51 +0000 |
---|---|---|
committer | Adam Kocoloski <kocolosk@apache.org> | 2011-01-18 00:44:51 +0000 |
commit | 409455a31b976020cba49c6ce8d413eca0480dea (patch) | |
tree | 8afcdcf036cb6c4d5387d6b147274ee2e3f71c89 /share/www/script/couch_tests.js | |
parent | 84052a85cd93d07a324b3e77c97f2a9552b05f93 (diff) |
Avoid bug in rev tree logic during attachment uploads
This is a workaround for a bug in couch_key_tree, described in
COUCHDB-902, which would cause uploads to fail with spurious conflicts.
A patch for the key tree itself will be landing on trunk.
Thanks Bob Dionne, Klaus Trainer.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1060150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r-- | share/www/script/couch_tests.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 0b8f9288..eb573526 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -34,6 +34,7 @@ loadTest("basics.js"); loadTest("all_docs.js"); loadTest("attachments.js"); loadTest("attachments_multipart.js"); +loadTest("attachment_conflicts.js"); loadTest("attachment_names.js"); loadTest("attachment_paths.js"); loadTest("attachment_ranges.js"); |