html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/issues/7154#issuecomment-1276248158,https://api.github.com/repos/pydata/xarray/issues/7154,1276248158,IC_kwDOAMm_X85MEgBe,2448579,2022-10-12T14:11:04Z,2022-10-12T14:11:04Z,MEMBER,Thanks for the quick fix @kmuehlbauer !,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1404926762 https://github.com/pydata/xarray/issues/7154#issuecomment-1276206626,https://api.github.com/repos/pydata/xarray/issues/7154,1276206626,IC_kwDOAMm_X85MEV4i,5821660,2022-10-12T13:51:16Z,2022-10-12T13:51:16Z,MEMBER,@dcherian As assumed the source was a regression in `__getitem__`-function over at h5netcdf. A patch is already merged. I've added a CI run against xarray github main to be on the safe side now and in future. Thanks for your help. ,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1404926762 https://github.com/pydata/xarray/issues/7154#issuecomment-1275081323,https://api.github.com/repos/pydata/xarray/issues/7154,1275081323,IC_kwDOAMm_X85MADJr,5821660,2022-10-11T18:05:34Z,2022-10-11T18:05:34Z,MEMBER,"Thanks a lot @dcherian, much appreciated. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1404926762 https://github.com/pydata/xarray/issues/7154#issuecomment-1275067046,https://api.github.com/repos/pydata/xarray/issues/7154,1275067046,IC_kwDOAMm_X85L__qm,2448579,2022-10-11T17:54:27Z,2022-10-11T17:55:03Z,MEMBER,"Thanks! This seems to work (see https://docs.pytest.org/en/7.1.x/how-to/usage.html#specifying-which-tests-to-run). ``` > pytest -k ""H5NetCDF"" ==================================================================================================================================================== test session starts ===================================================================================================================================================== platform darwin -- Python 3.10.6, pytest-7.1.3, pluggy-1.0.0 rootdir: /Users/dcherian/work/python/xarray, configfile: setup.cfg, testpaths: xarray/tests, properties plugins: xdist-2.5.0, forked-1.4.0, env-0.6.2, hypothesis-6.56.1, cov-4.0.0 collected 15998 items / 15723 deselected / 1 skipped / 275 selected xarray/tests/test_backends.py .......................X.......x.......................................ss...................................X.......x.......................................ss...................................X.......x.......................................ss.............................. [ 99%] xarray/tests/test_distributed.py .. [100%] ====================================================================================================================================================== warnings summary ====================================================================================================================================================== xarray/tests/test_backends.py::TestH5NetCDFData::test_zero_dimensional_variable /Users/dcherian/mambaforge/envs/xarray-release/lib/python3.10/site-packages/cfgrib/xarray_plugin.py:11: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(xr.__version__) <= ""0.17.0"": xarray/tests/test_backends.py::TestH5NetCDFData::test_zero_dimensional_variable /Users/dcherian/mambaforge/envs/xarray-release/lib/python3.10/site-packages/setuptools/_distutils/version.py:346: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. other = LooseVersion(other) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =============================================================================================================== 263 passed, 7 skipped, 15723 deselected, 3 xfailed, 3 xpassed, 2 warnings in 86.98s (0:01:26) ================================================================================================================ /Users/dcherian/mambaforge/envs/xarray-release/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown ``` And I do something [similar](https://github.com/xarray-contrib/flox/blob/05fe7263026d54dcd02137094b56ad2b57fa8cbc/.github/workflows/ci.yaml#L114-L156) in flox with the groupby tests. It works really well!","{""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 1, ""rocket"": 0, ""eyes"": 0}",,1404926762 https://github.com/pydata/xarray/issues/7154#issuecomment-1275057560,https://api.github.com/repos/pydata/xarray/issues/7154,1275057560,IC_kwDOAMm_X85L_9WY,5821660,2022-10-11T17:45:24Z,2022-10-11T17:45:24Z,MEMBER,"I'll add two runs two h5netcdf CI, which check xarray h5netcdf related tests for latest release and latest commit to get an early warning if something breaks xarray. What would be the correct pytest incantation to run all h5netcdf related tests? ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1404926762 https://github.com/pydata/xarray/issues/7154#issuecomment-1275052017,https://api.github.com/repos/pydata/xarray/issues/7154,1275052017,IC_kwDOAMm_X85L_7_x,2448579,2022-10-11T17:40:04Z,2022-10-11T17:40:04Z,MEMBER,"our github action updates any existing open ""nightly test failed"" issue and we forgot to close the last one...","{""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 1, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1404926762 https://github.com/pydata/xarray/issues/7154#issuecomment-1275046093,https://api.github.com/repos/pydata/xarray/issues/7154,1275046093,IC_kwDOAMm_X85L_6jN,5821660,2022-10-11T17:33:59Z,2022-10-11T17:33:59Z,MEMBER,"OMG, that's already failing for 12 days. How could we miss this?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1404926762 https://github.com/pydata/xarray/issues/7154#issuecomment-1274976865,https://api.github.com/repos/pydata/xarray/issues/7154,1274976865,IC_kwDOAMm_X85L_pph,5821660,2022-10-11T16:37:13Z,2022-10-11T16:37:13Z,MEMBER,Thanks @dcherian for the ping. Most likely due to upstream change (recent merge) in h5netcdf. Investigating this the next days.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1404926762