Skip to content

OPS C2927885129-POCLOUD (CYGNSS_L2_CDR_V3.2) #1285

OPS C2927885129-POCLOUD (CYGNSS_L2_CDR_V3.2)

OPS C2927885129-POCLOUD (CYGNSS_L2_CDR_V3.2) #1285

GitHub Actions / Tested with Harmony failed Feb 6, 2025 in 0s

1 fail in 2s

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

Results for commit 864fe6c. ± Comparison against earlier commit 1cdb48c.

Annotations

Check warning on line 0 in tests.verify_collection

See this annotation in the file changed.

@github-actions github-actions / Tested with Harmony

test_concatenate[C2927885129-POCLOUD] (tests.verify_collection) failed

test-results/test_report.xml [took 0s]
Raw output
Exception: ('Bad Request', 'Error: No matching granules found.')
collection_concept_id = 'C2927885129-POCLOUD'
harmony_env = <Environment.PROD: 4>
bearer_token = 'eyJ0eXAiOiJKV1QiLCJvcmlnaW4iOiJFYXJ0aGRhdGEgTG9naW4iLCJzaWciOiJlZGxqd3RwdWJrZXlfb3BzIiwiYWxnIjoiUlMyNTYifQ.eyJ0eXBlIj...NVVKFYPVfHyjSN89lHeGrsiqbnmnLiwCwJTisRjrsC3_l2KufgrgEu5ms0yEcq1Awi3iKCCooIiCJR_93oD_8tIkvUtfHRphaybBjBf9XsWhmo8DXD2y5w'

    @pytest.mark.timeout(600)
    def test_concatenate(collection_concept_id, harmony_env, bearer_token):
    
        max_results = 2
        harmony_client = harmony.Client(env=harmony_env, token=bearer_token)
        collection = harmony.Collection(id=collection_concept_id)
        latest_granule_ids = get_latest_granules(collection_concept_id, max_results, harmony_env, bearer_token)
    
        if latest_granule_ids is None:
            if harmony_env == harmony.config.Environment.UAT:
                pytest.skip(f"No granules found for UAT collection {collection_concept_id}")
>           raise Exception('Bad Request', 'Error: No matching granules found.')
E           Exception: ('Bad Request', 'Error: No matching granules found.')

verify_collection.py:225: Exception
--------------------------------- Captured Log ---------------------------------