<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -76,6 +76,57 @@ custom batch sizes:
 
 The docs in the speed of light test are small, feel free to edit the source code to try larger docs.
 
+## TODO
+
+Hovercraft is currently only partially functional with the current trunk (0.11.x).  The following
+issues (and probably more!) currently need to be resolved (patches welcome!):
+
+hovercraft_test:chain/0
+
+    hovercraft_test:chain/0 calls hovercraft:query_view/5 and throws the following exception:
+
+    2&gt; hovercraft_test:chain().
+    [info] [&lt;0.131.0&gt;] checkpointing view update at seq 2 for chain-test _design/view-test
+    [info] [&lt;0.131.0&gt;] checkpointing view update at seq 180 for chain-test _design/view-test
+    [info] [&lt;0.131.0&gt;] checkpointing view update at seq 201 for chain-test _design/view-test
+    ** exception error: undefined function couch_view:fold_reduce/7
+         in function  hovercraft:query_view/5
+         in call from hovercraft_test:do_chain/4
+
+
+hovercraft_test:all/0
+
+    The call (currently commented out) to 'should_stream_attachment(DbName)' fails with the error:
+
+    1&gt; hovercraft_test:all().
+		[info] [&lt;0.31.0&gt;] Starting tests in &lt;&lt;&quot;hovercraft-test&quot;&gt;&gt;
+		[error] [emulator] Error in process &lt;0.128.0&gt; with exit value: {{nocatch,{not_found,&quot;Document is missing attachment&quot;}},[{hovercraft,attachment_streamer,3}]}
+
+
+
+		=ERROR REPORT==== 7-Nov-2009::14:02:55 ===
+		Error in process &lt;0.128.0&gt; with exit value: {{nocatch,{not_found,&quot;Document is missing attachment&quot;}},[{hovercraft,attachment_streamer,3}]}
+
+		** exception exit: {nocatch,{not_found,&quot;Document is missing attachment&quot;}}
+		     in function  hovercraft:attachment_streamer/3
+
+hovercraft_test:all/0
+
+    The call (currently commented out) to 'should_query_views(DbName)' fails with the error:
+
+    1&gt; hovercraft_test:all().
+		[info] [&lt;0.31.0&gt;] Starting tests in &lt;&lt;&quot;hovercraft-test&quot;&gt;&gt;
+		[error] [emulator] Error in process &lt;0.122.0&gt; with exit value: {{nocatch,{not_found,&quot;Document is missing attachment&quot;}},[{hovercraft,attachment_streamer,3}]}
+
+
+
+		=ERROR REPORT==== 7-Nov-2009::14:05:10 ===
+		Error in process &lt;0.122.0&gt; with exit value: {{nocatch,{not_found,&quot;Document is missing attachment&quot;}},[{hovercraft,attachment_streamer,3}]}
+
+		** exception exit: {nocatch,{not_found,&quot;Document is missing attachment&quot;}}
+		     in function  hovercraft:attachment_streamer/3
+
+
 ## Credits
 
 Released at #CouchHack '09</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -215,6 +215,7 @@ query_view(DbName, DesignName, ViewName, ViewFoldFun, #view_query_args{
                                 send_row = make_reduce_row_fold_fun(ViewFoldFun)
                             }),
                     FoldAccInit = {Limit, SkipCount, undefined, []},
+                    %% FIXME : tests throw exception error: undefined function couch_view:fold_reduce/7
                     {ok, {_, _, _, AccResult}} = couch_view:fold_reduce(View, Dir, {StartKey, StartDocId},
                         {EndKey, EndDocId}, GroupRowsFun, RespFun, FoldAccInit),
                     {ok, AccResult};</diff>
      <filename>hovercraft.erl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>acf5a2a89978a9745d953756232c26f5b097a751</id>
    </parent>
  </parents>
  <author>
    <name>Glenn Rempe</name>
    <email>glenn@rempe.us</email>
  </author>
  <url>http://github.com/grempe/hovercraft/commit/f2d499dda7f409be056a1a05c6e6b3695cfc22ab</url>
  <id>f2d499dda7f409be056a1a05c6e6b3695cfc22ab</id>
  <committed-date>2009-11-07T14:10:48-08:00</committed-date>
  <authored-date>2009-11-07T14:10:48-08:00</authored-date>
  <message>Document the tests that are currently failing in the README.  Need help.</message>
  <tree>64c658b4e24844e5ff8792c75a1c73d6f91b727b</tree>
  <committer>
    <name>Glenn Rempe</name>
    <email>glenn@rempe.us</email>
  </committer>
</commit>
