Commit 6ac3296
Fix dynamic supported_os matching
The dynamic connected-environment OS check used SetSpace.check() directly against the node OS MRO. For allow sets, SetSpace.check() requires the capability set to contain every entry in the requirement, so supported_os=[CBLMariner, Ubuntu] was evaluated as CBLMariner AND Ubuntu instead of CBLMariner OR Ubuntu.
Observed error: OS type mismatch: requires [Ubuntu, CBLMariner] but VM supports [..., CBLMariner, ...].
Fix the dynamic OS check to use any-of semantics for supported_os and none-of semantics for unsupported_os during connected-environment validation. This keeps precise suite metadata and prevents valid multi-distro cases from being skipped after deployment.1 parent 94a82b3 commit 6ac3296
1 file changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
222 | 239 | | |
223 | 240 | | |
224 | 241 | | |
| |||
0 commit comments