File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -120,26 +120,6 @@ flagSetId: "backend-team" # Backend features
120120
121121Choose the pattern that best matches your deployment and organizational structure.
122122
123- # # Testing and Rollback
124-
125- **Test Migration:**
126-
127- ` ` ` bash
128- # Verify new selector works
129- curl -H "Flagd-Selector: flagSetId=my-app" \
130- http://localhost:8014/ofrep/v1/evaluate/flags
131-
132- # Check backward compatibility
133- curl -H "Flagd-Selector: config/legacy-flags.json" \
134- http://localhost:8014/ofrep/v1/evaluate/flags
135- ` ` `
136-
137- **Rollback if Needed:**
138-
139- - Revert provider configurations to source-based selectors
140- - Keep `flagSetId` metadata in flag configurations for future attempts
141- - Use metadata reflection to debug issues
142-
143123# # Common Issues
144124
145125**No flags returned**: Check that `flagSetId` in selector matches flag configuration exactly
You can’t perform that action at this time.
0 commit comments