-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
Description
Description:
See https://www.rfc-editor.org/rfc/rfc9110#status.409 for more.
Below is an example of test case with retry strategy:
- name: recover
request:
api: /content.halo.run/v1alpha1/posts/{{(index .listPosts.items 0).post.metadata.name}}
method: DELETE
expect:
statusCode: 200
retry:
on:
statusCode: 409
count: 10
interval: 10s[optional Relevant Links:]
LinuxSuRen