Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-1157

Replication of test results DB in Futon test suite is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • None
    • 1.0.3, 1.1
    • Futon
    • New Contributors Level (Easy)

    Description

      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

      Attachments

        1. fix_futon_test_suite_reports.patch
          2 kB
          Dave Cottlehuber

        Activity

          People

            Unassigned Unassigned
            dch Dave Cottlehuber
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: