pynwb icon indicating copy to clipboard operation
pynwb copied to clipboard

6 tests fail with `FileNotFoundError` on `2.0.0_p0`

Open TheChymera opened this issue 3 years ago • 1 comments

Thanks for having addressed the previous network issue (reported here). Unfortunately, in the mean time, 6 other tests started failing, and I'm not entirely sure why. This is the full build and test log, and below is the summary:

FAILED tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached - FileNotFoundError: [Errno 2] No such file or di...
FAILED tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_bad_ns - FileNotFoundError: [Errno 2] No such fil...
FAILED tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_hdmf_common - FileNotFoundError: [Errno 2] No suc...
FAILED tests/validation/test_validate.py::TestValidateScript::test_validate_file_cached_ignore - FileNotFoundError: [Errno 2] No such fil...
FAILED tests/validation/test_validate.py::TestValidateScript::test_validate_file_no_cache - FileNotFoundError: [Errno 2] No such file or ...
FAILED tests/validation/test_validate.py::TestValidateScript::test_validate_file_no_cache_bad_ns - FileNotFoundError: [Errno 2] No such f...

TheChymera avatar Jan 31 '22 06:01 TheChymera

I think this is likely a different problem, since the files for these tests are not being downloaded from DANDI but are actually included in the PyNWB repo itself here https://github.com/NeurodataWithoutBorders/pynwb/tree/dev/tests/back_compat. However, these tests use relative paths when calling the validator, e.g,. "python -m pynwb.validate tests/back_compat/1.1.2_nwbfile.nwb", i.e., I believe the tests assume that the current directory is the root directory of PyNWB. Can you please check to make sure the folder tests/back_compat/ validation test files exists. Also, how are you calling the test suite? Is it possible that the working directory is no the PyNWB root directory when you are running the tests?

oruebel avatar Jan 31 '22 16:01 oruebel

No longer happening.

TheChymera avatar Dec 12 '23 04:12 TheChymera