Sorry about the missing "type" field. When I run that test I get the error I described in my first message. It is not a total barrier since I can just nest the array within an object (which works for me without an error) like: { _id: "testStream", user_id: "jacinto", type: "Stream", tags: {tags: ["song", "dance"]} }; On Mon, Jul 14, 2008 at 2:42 PM, Damien Katz wrote: > I don't see the error you described, but this line did fail: > > T(db.view("Stream/all").total_rows == 1); > > However, that was because the type:"Stream" member was missing from > testStreamDoc. Once I added that the tests passed successfully. > > Do you see a different error? > > -Damien > > On Jul 14, 2008, at 2:25 PM, Jacinto Shy II wrote: > >> On Mon, Jul 14, 2008 at 1:28 PM, Damien Katz wrote: >>> >>> Can you create javascript test code that exhibits this failure? That >>> would >>> be a big help for us to debug this. >>> >>> -Damien >>> >> >> I am attaching a simple test that can be added to couch_tests.js. >> >> -- >> Jacinto >> > >