-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.20.5: test suite is failing #114
Comments
It is not clear to me what you are saying. The referenced ticket is for code from repo that is not in use. If you got exactly that same issues on your system after build this repository then I suggest you remove both clones and start over. If it still persists there is clearly an issue on your system that needs to understood and resolved. I say this fairly confidently because this code is in a continuous integration environment and is currently passing all tests: https://travis-ci.org/github/OPENDAP/libdap4 Instruction for building the entire server can be found here: https://docs.opendap.org/index.php?title=Hyrax_GitHub_Source_Build Which includes what packages should be installed on the build system. The libdap4 instructions are woven into that page. I hope this helps you. Most people don't have much trouble building libdap so something unusual is happening. |
If it not clear I'm not using your test enviroment and this is why in my case it is something failing. If you are not interested that case just close this ticket. |
I would like to help, so please understand that I must develop my understanding of what you have done by asking questions. From my perspective the files that you have referenced were posted as issues that you had when running the tests on the dormant I would like to know:
To better understand the failures you can run each failed test by hand like this:
The output of the test run is saved in the directory The test can be run in verbose mode (-v switch) and it will show you what is being generated, and it will show you the In your case tests 120, 122, 124, and 126 are failing. Here is an example from my system:
Notice the
If you could run those 4 tests in verbose mode:
And post the output to this issue (and please, not the one you opened in the Sincerely, Nathan |
No. I'm using dist tar ball from https://www.opendap.org/pub/source/ |
That's great, thanks for helping me to understand. My debugging instructions still apply, have you had any luck manually running the tests in verbose mode? |
Just checked 3.20.6 and test suite still is failing. If you can guide me a bit what I can do to trace/diagnose that issue it will be great :)
|
All details are in OPENDAP/libdap#4
The text was updated successfully, but these errors were encountered: