Skip to content

fix: Cataloging large number asynchronously by batch + download is stuck when there are large number of files #194

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

Merged
merged 20 commits into from
Aug 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update test case
  • Loading branch information
wphyojpl committed Aug 14, 2023
commit 81d6c34a7f7036ae83a259b69f424e5fe98f18ab
3 changes: 1 addition & 2 deletions tests/cumulus_lambda_functions/uds_api/test_uds_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,5 @@ def test_cnm_facade(self):
headers=headers,
json=stac_collection,
)
self.assertEqual(query_result.status_code, 200, f'wrong status code. {query_result.text}')
self.assertEqual(query_result.status_code, 202, f'wrong status code. {query_result.text}')
return