nickva commented on issue #4259:
URL: https://github.com/apache/couchdb/issues/4259#issuecomment-1396062541
@Tom-python0121 sorry for the delayed response. It looks like there is some
exception throw. The eunit (the test framework used to run the tests) dumps
extra logs in `src/$app/.eunit/couch.log`. In this case it looks like it might
be `src/chttpd/.eunit/couch.log`. See if there are any errors or exception
there? Since it involves view tests I suspect the spidermonkey (couch js
runtime) might not linked or built properly.
To run just one test module could try:
```
$ make && make eunit apps=chttpd suites=chttpd_view_test
$ cat src/chttpd/.eunit/couch.log
```
req_timedout might also have sometime to do with network or socket setup not
working properly and either the server unable to bind to a socket to listen or
the test client from reaching the server.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]