Github user janl commented on the pull request:

    https://github.com/apache/couchdb/pull/409#issuecomment-213715641
  
    After applying #400 and #401 to master (nice work!) and rebasing the new 
master on top of this locally, I get reproducible test fails in `rewrite_js` 
and `show_documents`, and intermittent failures in `view_sandboxing` (sometimes 
it passes, sometimes not.
    
    These are the errors:
    
    ```
    test/javascript/tests/rewrite_js.js                            
        Error: false
    Trace back (most recent call first):
        
      52: test/javascript/test_setup.js
          T(false)
     305: test/javascript/tests/rewrite_js.js
          ()
      37: test/javascript/cli_runner.js
          runTest()
      48: test/javascript/cli_runner.js
    ```
    
    ```
    test/javascript/tests/show_documents.js                        
        Error: retry_part is not defined
    Trace back (most recent call first):
        
     400: test/javascript/tests/show_documents.js
          ()
      37: test/javascript/cli_runner.js
          runTest()
      48: test/javascript/cli_runner.js
    ```
    
    ```
    test/javascript/tests/view_sandboxing.js                       
        Error: expected '1', got 'null'
    Trace back (most recent call first):
        
      52: test/javascript/test_setup.js
          T(false,"expected '1', got 'null'",(void 0))
     321: test/javascript/couch_test_runner.js
          TEquals(1,(void 0))
     129: test/javascript/tests/view_sandboxing.js
          ()
      37: test/javascript/cli_runner.js
          runTest()
      48: test/javascript/cli_runner.js
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to