Skip to content

Commit 3d83f8c

Browse files
committed
iter
1 parent bb3abeb commit 3d83f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

REST_API_COMPATIBILITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Minimally once this skip test is in place, the correct `skip` and `requires` che
189189

190190
#### Test Features
191191

192-
Both cluster and test features exist. Cluster features are meant for new capability and test features can specifically be used to gate and manage `skip` and `requires` yaml test operations. A cluster feature is typically used when behavior is different based on how a cluster is setup or migrated whereas a test feature is used when the old code was invalid and is replaced but breaks api compatibility. Specifically in the context of backward compatibility and backporting, cluster and test features must be used consistently. When backporting and using these features they can not overlap in name and must be consistent when backported so that clusters built with these features are compatible.
192+
Both cluster and test features exist. Cluster features are meant for new capability and test features can specifically be used to gate and manage `skip` and `requires` yaml test operations. For more information, see `docs/internal/Versioning.md`. Specifically in the context of backward compatibility and backporting, cluster and test features must be used consistently across branches. When backporting and using these features they can not overlap in name and must be consistent when backported so that clusters built with these features are compatible.
193193

194194
### Developer's workflow
195195

0 commit comments

Comments
 (0)