On 15 Mar 2009, at 21:58, Chris Anderson wrote:
We are within striking distance of 0.9
12 Outstanding issues:
https://issues.apache.org:443/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310780&priority=1&status=1&status=4&fixfor=12313208&sorter/field=issuekey&sorter/order=DESC
I think it'd be very cool if we could release in time for ApacheCon EU
- starts on March 23rd. I think this is feasible but it will require
some doing.
Some of these tickets may be as simple as documentation or exploration
to see if the issue is resolved by the new replication security patch.
None of them look very challenging.
I see the replication test failing in Firefox and Safari 3.0 (but not
Safari 4 beta)
The test fails with
{"error":"normal","reason":"{gen_server,call,
[<0.29400.0>,get_result,infinity]}
which comes as
[info] [<0.29281.0>] 127.0.0.1 - - 'GET' /test_suite_db_a/_local
%2Fb1fc9bd58a179f7aeb55e42d710fdceb 200
[info] [<0.29359.0>] starting replication
"b1fc9bd58a179f7aeb55e42d710fdceb" at <0.29400.0>
[info] [<0.29400.0>] recording a checkpoint at source update_seq 20
[error] [<0.29359.0>] Uncaught error in HTTP request: {exit,
{normal,
{gen_server,call,
[<0.29400.0>,get_result,infinity]}}}
in the CouchDB log
rev_stemming and view_conflicts fail in Safari 3, but not Safari 4 or
Firefox.
rev stemming:
db.open("bar", { "revs": true })._revisions.ids.length == newLimit
view_conflicts:
results.rows[0].value[0] == conflictRev
I restarted the browsers repeatedly and flushed all caches. This is on
Mac OS X 10.5.
Cheers
Jan
--