Closed bwalsh closed 1 year ago
Some of the older pytests are failing because the commands have changed since last PR, or some of the tests are expected to fail for one reason or another. 7 tests failed 31 tests passed:
pytest tests/integration/test_files.py::test_files_upload
fails because the command gen3_util meta import
no longer exists pytest tests/integration/test_access.py::test_files_upload_bad_source
fails because even though it returns Unable to get a presigned URL for download: 404 Client Error: Not Found for url: https://aced-training.compbio.ohsu.edu/user/data/download/foo
the test exits in a code 0 when it should exit with a 1, but this overall seems like the intended result to me.pytest tests/integration/test_access.py::test_access_workflow
didn't seem to produce any intended error but hit the obj, end = self.scan_once(s, idx)
line and went to theStopIteration
exception so maybe it had already been run once and was supposed to fail.pytest tests/integration/test_files.py::test_workflow
errors because old command gen3_util meta import
pytest tests/unit/test_cli.py::test_meta
failed because the first help on the publish
command is splitting halfway through the sentenceat the from_
and not at the end of the line. The command contents itself seems to be matching though.pytest tests/integration/test_meta.py::test_incremental_workflow
seems to be hitting a similar error as pytest tests/integration/test_access.py::test_access_workflow
and failing at the json decode. This looks like an older test. Maybe just needs to be updated with the newer gen3_util projects add resource test-myproject
style command
This PR:
jobs ls|get|import