You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monitoring/uss_qualifier/scenarios/astm/utm/dss/synchronization/subscription_synchronization.md
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -109,9 +109,16 @@ Verify that the version of the subscription returned by every DSS is as expected
109
109
110
110
This test step attempts to mutate the subscription on every secondary DSS instance (that is, instances through which the subscription has not been created) to confirm that such mutations are properly propagated to every DSS.
111
111
112
+
#### 🛑 Subscription can be mutated on secondary DSS check
113
+
114
+
If the secondary DSS does not allow the subscription to be mutated, either the secondary DSS or the primary DSS are in violation of one or both of the following requirements:
115
+
116
+
**[astm.f3548.v21.DSS0210,1b](../../../../../requirements/astm/f3548/v21.md)**, if the `manager` of the subscription fails to be taken into account (either because the primary DSS did not propagated it, or because the secondary failed to consider it);
117
+
**[astm.f3548.v21.DSS0005,5](../../../../../requirements/astm/f3548/v21.md)**, if the secondary DSS fails to properly implement the API to mutate subscriptions.
Confirm that the subscription can be mutated on a secondary DSS.
121
+
Confirm that the secondary DSS handles the update properly.
115
122
116
123
#### [Subscription is synchronized](../fragments/sub/sync.md)
117
124
@@ -156,7 +163,7 @@ Verify that the version of the subscription returned by the DSS is as expected
156
163
157
164
Attempt to query and search for the deleted subscription in various ways
158
165
159
-
#### 🛑 Secondary DSS should not return the deleted subscription check
166
+
#### 🛑 DSS should not return the deleted subscription check
160
167
161
168
If a DSS returns a subscription that was previously successfully deleted from the primary DSS,
162
169
either one of the primary DSS or the DSS that returned the subscription is in violation of **[astm.f3548.v21.DSS0210,1a](../../../../../requirements/astm/f3548/v21.md)**.
@@ -177,15 +184,9 @@ Verify that the subscription returned by the DSS via the deletion is properly fo
177
184
178
185
Verify that the version of the subscription returned by the DSS is as expected
179
186
180
-
#### 🛑 Secondary DSS should not return the deleted subscription check
187
+
#### 🛑 DSS should not return the deleted subscription check
181
188
182
189
If a DSS returns a subscription that was previously successfully deleted from the primary DSS,
183
190
either one of the primary DSS or the DSS that returned the subscription is in violation of **[astm.f3548.v21.DSS0210,1a](../../../../../requirements/astm/f3548/v21.md)**.
184
191
185
-
#### 🛑 Primary DSS should not return the deleted subscription check
186
-
187
-
If the primary DSS returns a subscription that was previously successfully deleted from a secondary DSS,
188
-
either one of the secondary or primary DSS is in violation of **[astm.f3548.v21.DSS0210,1a](../../../../../requirements/astm/f3548/v21.md)**.
0 commit comments