We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a368b commit 8cbb690Copy full SHA for 8cbb690
1 file changed
ocaml/quicktest/quicktest_vm_memory.ml
@@ -12,7 +12,7 @@ let check_tasks tasks =
12
let one t ~host ~vm ~workload_vm n =
13
Trace.with_ __FUNCTION__ @@ fun scope ->
14
workload t ~host ~workload_vm ;
15
- let vms = fill_mem_n t ~workaround_migration:false ~host ~vm ~n in
+ let vms = fill_mem_n t ~workaround_migration:true ~host ~vm ~n in
16
17
let migration_host, migration_vm = List.nth vms 0 in
18
0 commit comments