From 88d5791a741897693de4c052434ab98de48c34d03e9085485292a7e7f164ed44 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 14 Mar 2023 13:13:04 +0000 Subject: [PATCH] Accepting request 1071308 from home:bnavigator:branches:devel:languages:python:numeric MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Skip more flaky tests - Update to 2023.3.1 ## Enhancements * Add Jupyter link to dashboard menu if --jupyter flag is set (GH#7638) Jacob Tomlinson * Bump minimum click version from 7.0 to 8.0 (GH#7637) Miles * Extend dask metapackage dependencies (GH#7630) James Bourbeau * Further improvements to Client.restart_workers (GH#7620) Miles * P2P offload get_output_partition (GH#7587) Florian Jetter * Initial integration of GIL contention metric (GH#7624) Miles * Add dashboard documentation links (GH#7610) Miles * Rename shuffle/rechunk config option/kwarg to method (GH#7623) Hendrik Makait * Return results in restart_workers (GH#7606) Miles * Ensure client key cancellation uses ordered messages (GH#7583) Florian Jetter ## Bug Fixes * Fix undefined async_wait_for -> async_poll_for (GH#7627) Miles * Don’t send client heartbeat without a scheduler_comm (GH#7612) James Bourbeau * Do not unspill on free-keys (GH#7607) crusaderky ## Documentation * Add notes to Client.submit, Client.map, and Client.scatter with the description of the current task graph resolution algorithm limitations (GH#7588) Eugene Druzhynin ## Maintenance * Use range with pickle protocol versions (GH#7635) jakirkham * Share thread pool among P2P shuffle runs (GH#7621) Hendrik Makait OBS-URL: https://build.opensuse.org/request/show/1071308 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=136 --- distributed-2023.3.0-gh.tar.gz | 3 --- distributed-2023.3.1-gh.tar.gz | 3 +++ python-distributed.changes | 49 ++++++++++++++++++++++++++++++++++ python-distributed.spec | 8 +++--- 4 files changed, 57 insertions(+), 6 deletions(-) delete mode 100644 distributed-2023.3.0-gh.tar.gz create mode 100644 distributed-2023.3.1-gh.tar.gz diff --git a/distributed-2023.3.0-gh.tar.gz b/distributed-2023.3.0-gh.tar.gz deleted file mode 100644 index db69847..0000000 --- a/distributed-2023.3.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48932c1db5ce8ab9f9e129a75866f72d73fcc2c582362ac37aead6aa60dec511 -size 1831126 diff --git a/distributed-2023.3.1-gh.tar.gz b/distributed-2023.3.1-gh.tar.gz new file mode 100644 index 0000000..24735e1 --- /dev/null +++ b/distributed-2023.3.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb9aef9c09a58d4925a7209b96b8616bd463f541598125831b64c45e2be7620 +size 1838628 diff --git a/python-distributed.changes b/python-distributed.changes index 6e105bd..78cadf5 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Tue Mar 14 03:42:55 UTC 2023 - Ben Greiner + +- Skip more flaky tests + +------------------------------------------------------------------- +Sat Mar 11 23:58:28 UTC 2023 - Ben Greiner + +- Update to 2023.3.1 + ## Enhancements + * Add Jupyter link to dashboard menu if --jupyter flag is set + (GH#7638) Jacob Tomlinson + * Bump minimum click version from 7.0 to 8.0 (GH#7637) Miles + * Extend dask metapackage dependencies (GH#7630) James Bourbeau + * Further improvements to Client.restart_workers (GH#7620) Miles + * P2P offload get_output_partition (GH#7587) Florian Jetter + * Initial integration of GIL contention metric (GH#7624) Miles + * Add dashboard documentation links (GH#7610) Miles + * Rename shuffle/rechunk config option/kwarg to method (GH#7623) + Hendrik Makait + * Return results in restart_workers (GH#7606) Miles + * Ensure client key cancellation uses ordered messages (GH#7583) + Florian Jetter + ## Bug Fixes + * Fix undefined async_wait_for -> async_poll_for (GH#7627) Miles + * Don’t send client heartbeat without a scheduler_comm (GH#7612) + James Bourbeau + * Do not unspill on free-keys (GH#7607) crusaderky + ## Documentation + * Add notes to Client.submit, Client.map, and Client.scatter with + the description of the current task graph resolution algorithm + limitations (GH#7588) Eugene Druzhynin + ## Maintenance + * Use range with pickle protocol versions (GH#7635) jakirkham + * Share thread pool among P2P shuffle runs (GH#7621) Hendrik + Makait + * Replace psutil suspend with BlockedGatherDep in + test_failing_worker_with_additional_replicas_on_cluster + (GH#7633) Thomas Grainger + * Ignore pkg_resources DeprecationWarning for mindeps (GH#7626) + Miles + * Implement wait_for using asyncio.timeout() on 3.11 (GH#7571) + Thomas Grainger + * Use tmp_path fixture instead of outdated tmpdir fixture + (GH#7582) ypogorelova + * Only one crick callback (GH#7614) crusaderky + * Add mindeps + numpy job to tests CI (GH#7609) Miles + * Do not xfail whole tests due to (GH#6705) (GH#7611) crusaderky + ------------------------------------------------------------------- Wed Mar 8 09:41:59 UTC 2023 - Dirk Müller diff --git a/python-distributed.spec b/python-distributed.spec index 27e45dc..7199c04 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -56,7 +56,7 @@ Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2023.3.0 +Version: 2023.3.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -76,7 +76,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Jinja2 >= 2.10.3 Requires: python-PyYAML >= 5.3.1 -Requires: python-click >= 7.0 +Requires: python-click >= 8.0 Requires: python-cloudpickle >= 1.5.0 Requires: python-dask = %{version} Requires: python-locket >= 1.0.0 @@ -166,9 +166,12 @@ donttest+=" or (test_metrics and test_wall_clock)" donttest+=" or (test_priorities and test_compute)" donttest+=" or (test_resources and test_prefer_constrained)" donttest+=" or (test_steal and test_steal_twice)" +donttest+=" or (test_utils and test_popen_timeout)" donttest+=" or (test_variable and test_variable_in_task)" +donttest+=" or (test_worker and test_gather_dep_from_remote_workers_if_all_local_workers_are_busy)" donttest+=" or (test_worker and test_worker_reconnects_mid_compute)" donttest+=" or (test_worker_memory and test_digests)" +donttest+=" or (test_worker_memory and test_pause_while_spilling)" # server-side fail due to the non-network warning in a subprocess where the patched filter does not apply donttest+=" or (test_client and test_quiet_close_process)" if [[ $(getconf LONG_BIT) -eq 32 ]]; then @@ -192,7 +195,6 @@ notparallel+=" or test_stack_overflow" # notparallel+=" or test_dashboard_host" notparallel+=" or test_close_properly" -notparallel+=" or test_popen_timeout" notparallel+=" or test_plugin_internal_exception" notparallel+=" or test_runspec_regression_sync" notparallel+=" or test_client_async_before_loop_starts"