support hot reload from a partial kernel file #30109
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
vm-hot-reload
(I couldn't find whether we have filed an issue for this already)
Hot reload from kernel works when the incremental kernel generator sends down the entire program after a reload. However, if we send a partial program, the VM crashes.
To reproduce:
skip: true
in hot_reload_e2e_testyou should see the failure on the unit test titled "reload after non-leaf library modification".
You can also run this test via
test.py
, but you need to remove the Skip entry in the pkg.status file at this time. The test is being skipped because it appears to show other flaky issues as well (see #29819)The text was updated successfully, but these errors were encountered: