Skip to content

UAT C1240560240-GES_DISC (GPM_2AGPROFGCOMW1AMSR2) #41781

UAT C1240560240-GES_DISC (GPM_2AGPROFGCOMW1AMSR2)

UAT C1240560240-GES_DISC (GPM_2AGPROFGCOMW1AMSR2) #41781

GitHub Actions / Tested with Harmony failed Oct 12, 2024 in 0s

2 errors in 3s

2 tests  ±0   0 ✅ ±0   3s ⏱️ ±0s
1 suites ±0   0 💤  - 2 
1 files   ±0   0 ❌ ±0   2 🔥 +2 

Results for commit 80d1110. ± Comparison against earlier commit cf8120f.

Annotations

Check failure on line 0 in tests.verify_collection

See this annotation in the file changed.

@github-actions github-actions / Tested with Harmony

test_spatial_subset[C1240560240-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 = 'C1240560240-GES_DISC', env = 'uat'
bearer_token = 'eyJ0eXAiOiJKV1QiLCJvcmlnaW4iOiJFYXJ0aGRhdGEgTG9naW4iLCJzaWciOiJlZGxqd3RwdWJrZXlfdWF0IiwiYWxnIjoiUlMyNTYifQ.eyJ0eXBlIj...PeyxnprRPaK3gac91Oz-x86P71av1HLvMkczia1k6hb7eKaicWh-y1jQKv1AVd_CK3UJDRISI73k5dYKXshYKn0sByfae8UmlXqWcdSRsgjA81EWtw59Wg'

    @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:171: Failed
--------------------------------- Captured Log ---------------------------------

Check failure on line 0 in tests.verify_collection

See this annotation in the file changed.

@github-actions github-actions / Tested with Harmony

test_temporal_subset[C1240560240-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 = 'C1240560240-GES_DISC', env = 'uat'
bearer_token = 'eyJ0eXAiOiJKV1QiLCJvcmlnaW4iOiJFYXJ0aGRhdGEgTG9naW4iLCJzaWciOiJlZGxqd3RwdWJrZXlfdWF0IiwiYWxnIjoiUlMyNTYifQ.eyJ0eXBlIj...PeyxnprRPaK3gac91Oz-x86P71av1HLvMkczia1k6hb7eKaicWh-y1jQKv1AVd_CK3UJDRISI73k5dYKXshYKn0sByfae8UmlXqWcdSRsgjA81EWtw59Wg'

    @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:171: Failed
--------------------------------- Captured Log ---------------------------------