-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change print statements to log statements * Fix flake errors * Add retry logic for 500 and 401 errors from CMR * Subscriber check if file exists before downloading Prevents re-downloading files (e.g. in case previous run failed because of other file failures). If the subscriber sees a file already exists, it will also calculate the file checksum and see if it matches the checksum in CMR. If the checcksum doesn't match, it will re-download. There is now a --force/-f option that will cause subscriber to re-download even if the file exists and is up to date. Issue #17 * Issues/15 (#65) * updated get_search to include verbose option, not entire 'args' option * added search after functionality to podaac access; removed scroll from initial parameters * updated changelog * closes #15 * Update python-app.yml added netrc creation for future use of regression tests. * Add checks for pre-existing files to downloader (#67) * Check if file exists before download - downloader * Update documentation Co-authored-by: Wilbert Veit <[email protected]> * Programmatic Regression Testing (#66) * added programmatice regression testing. currently relies on a valid .netrc file, refactoring might be needed to manually add a user/password to the CMR/TEA downloads * Update python-app.yml * updated regression tests, readied 1.9.0 version * added -f option test to downloader regression * Update python-app.yml Co-authored-by: Joe Sapp <[email protected]> Co-authored-by: mgangl <[email protected]> Co-authored-by: Frank Greguska <[email protected]> Co-authored-by: Wilbert Veit <[email protected]> Co-authored-by: Wilbert Veit <[email protected]>
- Loading branch information
1 parent
9e324a4
commit bd21411
Showing
17 changed files
with
800 additions
and
165 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pytest==7.1.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ chardet==4.0.0 | |
idna==2.10 | ||
requests==2.25.1 | ||
urllib3>=1.26.5 | ||
tenacity>=8.0.1 |
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
Oops, something went wrong.