From fdc2194c960052ab1728a0e1c46476dbe8e843ee Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:43:32 +0200 Subject: [PATCH 1/2] Update test_worker.py Signed-off-by: FT <140458077+zeevick10@users.noreply.github.com> --- python/tests/server/test_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/server/test_worker.py b/python/tests/server/test_worker.py index ca5ce910b9..804216a296 100644 --- a/python/tests/server/test_worker.py +++ b/python/tests/server/test_worker.py @@ -588,7 +588,7 @@ def test_cancel_idempotency(worker: Worker): fut = worker.predict({"sleep": 0.5}, tag) # We call cancel a WHOLE BUNCH to make sure that we don't propagate any - # of those cancelations to subsequent predictions, regardless of the + # of those cancellations to subsequent predictions, regardless of the # internal implementation of exceptions raised inside signal handlers. for _ in range(5): time.sleep(0.05) From 34c3fb9dc1a11e1825921978a3a06c9da0b47276 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:43:55 +0200 Subject: [PATCH 2/2] Update README.md Signed-off-by: FT <140458077+zeevick10@users.noreply.github.com> --- tools/test-registry-util/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-registry-util/README.md b/tools/test-registry-util/README.md index 76c11f2363..3d61e7d4c6 100644 --- a/tools/test-registry-util/README.md +++ b/tools/test-registry-util/README.md @@ -40,7 +40,7 @@ python:3.10 application/vnd.oci.image.manifest.v1+json single platform image -> sha256:f33bb19d5a518ba7e0353b6da48d58a04ef674de0bab0810e4751230ea1d4b19 ``` -You can then use these images in your tests using referenes like: +You can then use these images in your tests using references like: - `localhost:/alpine:latest` to get a multi-platform index - `localhost:/alpine:latest` with platform `linux/amd64` to get a single image from a multi-platform index