You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Joan Touzet (JIRA)" <ji...@apache.org> on 2017/03/27 20:23:41 UTC

[jira] [Created] (COUCHDB-3346) JS: JSON is not a function

Joan Touzet created COUCHDB-3346:
------------------------------------

             Summary: JS: JSON is not a function
                 Key: COUCHDB-3346
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3346
             Project: CouchDB
          Issue Type: Test
          Components: Test Suite
            Reporter: Joan Touzet


Got this sporadic failure on a single run so far (CentOS 7, 18.3):

{noformat}
test/javascript/tests/reduce.js                                
    Error: {[{<<"message">>,<<"JSON is not a function">>},
      {<<"fileName">>,
       <<"/usr/src/couchdb/apache-couchdb-2.0.0-35a8684/share/server/main.js">>},
      {<<"lineNumber">>,1249},
      {<<"stack">>,
       <<"([object Object])@/usr/src/couchdb/apache-couchdb-2.0.0-35a8684/share/server/main.js:1249\n([object Object])@/usr/src/couchdb/apache-couchdb-2.0.0-35a8684/share/server/main.js:1409\n()@/usr/src/couchdb/apache-couchdb-2.0.0-35a8684/share/server/main.js:1571\n()@/usr/src/couchdb/apache-couchdb-2.0.0-35a8684/share/server/main.js:1592\n@/usr/src/couchdb/apache-couchdb-2.0.0-35a8684/share/server/main.js:1\n">>}]}
Trace back (most recent call first):
    
 546: test/javascript/couch.js
      CouchError([object Object])
 509: test/javascript/couch.js
      ([object CouchHTTP])
 175: test/javascript/couch.js
      ("(function (doc) {emit(doc.keys, 1);})","(function (keys, values) {re
  79: test/javascript/tests/reduce.js
      ()
  37: test/javascript/cli_runner.js
      runTest()
  48: test/javascript/cli_runner.js
      
fail
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)