Replication of test results DB in Futon test suite is broken
------------------------------------------------------------

                 Key: COUCHDB-1157
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1157
             Project: CouchDB
          Issue Type: Bug
          Components: Futon
            Reporter: Dave Cottlehuber
            Priority: Minor
             Fix For: 1.0.3, 1.1
         Attachments: fix_futon_test_suite_reports.patch

Futon test suite points to couchdb.couchdb.org but this no longer accepts 
replication or responds as a couch. Presumably this is some front end proxy 
rewrite issue since the merger, as couchdb.couchone.com or iriscouch.com works.

This patch repoints directly to iriscouch.com.

dave@akai:~/source/couchdb/trunk  $ dig couchdb.couchdb.org

; <<>> DiG 9.6.0-APPLE-P2 <<>> couchdb.couchdb.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12846
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;couchdb.couchdb.org.           IN      A

;; ANSWER SECTION:
couchdb.couchdb.org.    83598   IN      CNAME   couchdb.couchone.com.
couchdb.couchone.com.   798     IN      A       184.73.200.44

;; Query time: 50 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Wed May 11 14:50:15 2011
;; MSG SIZE  rcvd: 87

dave@akai:~/source/couchdb/trunk  $ curl couchdb.couchone.com:5984
{"couchdb":"Welcome","version":"1.0.2"}
dave@akai:~/source/couchdb/trunk  $ curl couchdb.couchone.com:5984/_all_dbs
["test","wiki","_users","test_suite_reports"]
dave@akai:~/source/couchdb/trunk  $ curl couchdb.couchdb.org:5984/_all_dbs
Host not found


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to