Skip to content

Regression

Regression #6

GitHub Actions / Regression test results for ops failed May 19, 2024 in 0s

1 fail, 94 pass in 55m 17s

95 tests   94 ✅  55m 17s ⏱️
 1 suites   0 💤
 1 files     1 ❌

Results for commit 7e80949.

Annotations

Check warning on line 0 in tests.verify_collection

See this annotation in the file changed.

@github-actions github-actions / Regression test results for ops

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

test-results/ops_test_report.xml [took 38s]
Raw output
FileNotFoundError: [Errno 2] No such file or directory: '20020601161248-REMSS-L2P_GHRSST-SSTsubskin-AMSRE-l2b_v07a_r00414.dat-v02.0-fv01.0.nc'
collection_concept_id = 'C2205553958-POCLOUD'
harmony_env = <Environment.PROD: 4>
bearer_token = 'eyJ0eXAiOiJKV1QiLCJvcmlnaW4iOiJFYXJ0aGRhdGEgTG9naW4iLCJzaWciOiJlZGxqd3RwdWJrZXlfb3BzIiwiYWxnIjoiUlMyNTYifQ.eyJ0eXBlIj...sT_TPDwxMjCnQcun4IOIrvnYFuKk43kLlwECDvwwQfflDFF7866b0zIHGbSxaXU2YIB5z8m71OC66QEqtd1TyCA_ZKgypEh0MFciy1H9TWEP3weBYFrL9g'

    @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)
    
        request = harmony.Request(
            collection=collection,
            concatenate=True,
            max_results=max_results,
            skip_preview=True,
            format="application/x-netcdf4",
        )
    
        request.is_valid()
    
        print(harmony_client.request_as_curl(request))
    
        job1_id = harmony_client.submit(request)
    
        print(f'\n{job1_id}')
    
        print(harmony_client.status(job1_id))
    
        print('\nWaiting for the job to finish')
    
        results = harmony_client.result_json(job1_id)
    
        print('\nDownloading results:')
    
        futures = harmony_client.download_all(job1_id)
        file_names = [f.result() for f in futures]
        print('\nDone downloading.')
    
        filename = file_names[0]
    
        # Handle time dimension and variables dropping
        merge_dataset = netCDF4.Dataset(filename, 'r')
    
        headers = {
            "Authorization": f"Bearer {bearer_token}"
        }
    
        original_files = merge_dataset.variables['subset_files']
        history_json = json.loads(merge_dataset.history_json)
        assert len(original_files) == max_results
    
        for url in history_json[0].get("derived_from"):
            local_file_name = os.path.basename(url)
            download_file(url, local_file_name, headers)
    
        for i, file in enumerate(original_files):
>           origin_dataset = netCDF4.Dataset(file)

verify_collection.py:490: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/netCDF4/_netCDF4.pyx:2469: in netCDF4._netCDF4.Dataset.__init__
    ???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   ???
E   FileNotFoundError: [Errno 2] No such file or directory: '20020601161248-REMSS-L2P_GHRSST-SSTsubskin-AMSRE-l2b_v07a_r00414.dat-v02.0-fv01.0.nc'

src/netCDF4/_netCDF4.pyx:2028: FileNotFoundError
--------------------------------- Captured Log ---------------------------------

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Regression test results for ops

95 tests found

There are 95 tests, see "Raw output" for the full list of tests.
Raw output
tests.verify_collection ‑ test_concatenate[C1940470304-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1940471193-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1940472420-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1940473819-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1940475563-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968979550-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968979561-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968979566-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968979597-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968979762-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968979997-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968980549-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968980576-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968980583-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1968980609-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1996881456-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1996881752-POCLOUD]
tests.verify_collection ‑ test_concatenate[C1996881807-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036877495-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036877502-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036877509-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036879048-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036880717-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036881016-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036882048-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036882055-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036882072-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036882397-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036882456-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036882482-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036882492-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2036882499-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2068529568-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2075141524-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2075141559-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2075141605-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2075141638-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2075141684-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2147478146-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2147480877-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2183155461-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205121315-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205121384-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205121394-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205121400-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205121485-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205121520-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205553958-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205618975-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2205620319-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2208421887-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2247621105-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2251464495-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2251465126-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2254232941-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2274919215-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2296989388-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2491731827-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2491731829-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2491731831-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2491735309-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2499940513-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2596983413-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2596986276-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2601581863-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2601583089-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2601584109-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2628593693-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2628595723-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2628598397-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2628598809-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2628600898-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2646932894-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2706513160-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2706520933-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2730520815-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2746966657-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2746966926-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2746966927-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2754895884-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799438350-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799438351-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799438353-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465428-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465497-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465509-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465518-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465522-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465526-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465529-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465538-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465542-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2799465544-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2832196001-POCLOUD]
tests.verify_collection ‑ test_concatenate[C2832221740-POCLOUD]