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
Use this option to disable specific [mutators](#mutators) that are incompatible with the test.
361
361
362
+
```go
363
+
mixedversion.WithWorkloadNodes(c.WorkloadNode())
364
+
```
365
+
Certain workloads i.e. bank are no longer backwards compatible as of 25.3. Therefore a new best practice for using
366
+
using workload during your test is to execute a workload command on a binary that matches the cluster version. Using
367
+
this option tells the framework to handle staging all the binaries you need for your test on the workload node(s)
368
+
during test setup.
369
+
362
370
### Deployment Modes
363
371
364
372
By default, each run of a `mixedversion` test happens in one of 3 possible _deployment modes_: `system-only`, `shared-process`, and `separate-process`. In the latter two options, the framework will create a test tenant, and tests should exercise the feature they are testing by invoking it on the tenant.
0 commit comments