UAT C1240560259-GES_DISC (GPM_2AGPROFNPPATMS) #44490
GitHub Actions / Tested with Harmony
failed
Nov 27, 2024 in 0s
2 errors in 3s
Annotations
Check failure on line 0 in tests.verify_collection
github-actions / Tested with Harmony
test_spatial_subset[C1240560259-GES_DISC] (tests.verify_collection) with error
test-results/test_report.xml [took 0s]
Raw output
failed on setup with "Failed: There are no umm-v associated with this collection in uat"
cmr_mode = 'https://cmr.uat.earthdata.nasa.gov/search/'
collection_concept_id = 'C1240560259-GES_DISC', env = 'uat'
bearer_token = 'eyJ0eXAiOiJKV1QiLCJvcmlnaW4iOiJFYXJ0aGRhdGEgTG9naW4iLCJzaWciOiJlZGxqd3RwdWJrZXlfdWF0IiwiYWxnIjoiUlMyNTYifQ.eyJ0eXBlIj...c6LKcNf4V62gRZ31brDA-4hQMtfEyOzpvQ9hxFnkUEusvI3Y-oYbHVtSa5l7m9KNKjC-lgIvrK7TTs8_80NQDFkGniixoYSbz0AcEjM2fh7TTJfNYzGOCA'
@pytest.fixture(scope="function")
def collection_variables(cmr_mode, collection_concept_id, env, bearer_token):
collection_query = cmr.queries.CollectionQuery(mode=cmr_mode)
variable_query = cmr.queries.VariableQuery(mode=cmr_mode)
collection_res = collection_query.concept_id(collection_concept_id).token(bearer_token).get()[0]
collection_associations = collection_res.get("associations")
variable_concept_ids = collection_associations.get("variables")
if variable_concept_ids is None:
> pytest.fail(f'There are no umm-v associated with this collection in {env}')
E Failed: There are no umm-v associated with this collection in uat
verify_collection.py:163: Failed
--------------------------------- Captured Log ---------------------------------
Check failure on line 0 in tests.verify_collection
github-actions / Tested with Harmony
test_temporal_subset[C1240560259-GES_DISC] (tests.verify_collection) with error
test-results/test_report.xml [took 0s]
Raw output
failed on setup with "Failed: There are no umm-v associated with this collection in uat"
cmr_mode = 'https://cmr.uat.earthdata.nasa.gov/search/'
collection_concept_id = 'C1240560259-GES_DISC', env = 'uat'
bearer_token = 'eyJ0eXAiOiJKV1QiLCJvcmlnaW4iOiJFYXJ0aGRhdGEgTG9naW4iLCJzaWciOiJlZGxqd3RwdWJrZXlfdWF0IiwiYWxnIjoiUlMyNTYifQ.eyJ0eXBlIj...c6LKcNf4V62gRZ31brDA-4hQMtfEyOzpvQ9hxFnkUEusvI3Y-oYbHVtSa5l7m9KNKjC-lgIvrK7TTs8_80NQDFkGniixoYSbz0AcEjM2fh7TTJfNYzGOCA'
@pytest.fixture(scope="function")
def collection_variables(cmr_mode, collection_concept_id, env, bearer_token):
collection_query = cmr.queries.CollectionQuery(mode=cmr_mode)
variable_query = cmr.queries.VariableQuery(mode=cmr_mode)
collection_res = collection_query.concept_id(collection_concept_id).token(bearer_token).get()[0]
collection_associations = collection_res.get("associations")
variable_concept_ids = collection_associations.get("variables")
if variable_concept_ids is None:
> pytest.fail(f'There are no umm-v associated with this collection in {env}')
E Failed: There are no umm-v associated with this collection in uat
verify_collection.py:163: Failed
--------------------------------- Captured Log ---------------------------------
Loading