-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task/DES-2231 handle potential listing errors (#105)
* User logger from geoapi.log * Add missing db_session.commit after project deletion * Add another delete test Note that this test doesn't catch the regression. Not sure why the db_session.commit isn't needed in the unit test. I don't see it but its like the db_session is configured for auto-commit * Handle when directory listing fails * Refactor refresh to catch error when importing project but then continue with rest of projects Before, we just stopped instead of working on the rest of the projects * Update geoapi/tests/api_tests/test_projects_service.py Co-authored-by: Ian Park <[email protected]> Co-authored-by: Ian Park <[email protected]>
- Loading branch information
1 parent
5b0658a
commit 285750d
Showing
2 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters