abdasgupta opened a new issue #1351: Error while running `make check` on ppc64le URL: https://github.com/apache/couchdb/issues/1351 <!--- Provide a general summary of the issue in the Title above --> To port couchdb on ppc64le platform, first we need to pass all the test cases. But while executing the command, following error is appearing after few test cases passed. ``` test/javascript/tests/reduce_builtin.js Error: emfile Trace back (most recent call first): 551: test/javascript/couch.js CouchError([object Object]) 514: test/javascript/couch.js ([object CouchHTTP]) 180: test/javascript/couch.js ("(function (doc) {emit(doc.keys, [1, 1]);})/* avoid race cond 1527498 165: test/javascript/tests/reduce_builtin.js () 37: test/javascript/cli_runner.js runTest() 48: test/javascript/cli_runner.js fail ======================================================= JavaScript tests complete. Failed: 1. Skipped or passed: 40. Makefile:140: recipe for target 'javascript' failed make[1]: *** [javascript] Error 1 make[1]: Leaving directory '/home/abdasgupta/couchdb' Makefile:103: recipe for target 'check' failed make: *** [check] Error 2 ``` ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> The test case `test/javascript/tests/reduce_builtin.js` should pass. ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Run `make check` 2. 3. 4. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used: * Browser Name and version: * Operating System and version (desktop or mobile): * Link to your project:
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
