Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tests/server/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tools/test-registry-util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<port>/alpine:latest` to get a multi-platform index
- `localhost:<port>/alpine:latest` with platform `linux/amd64` to get a single image from a multi-platform index
Expand Down
Loading