Commit 7e253d6
committed
test(core.utils): drop pre-cache get_kernel in cache roundtrip test
Loading the kernel on the freshly compiled ObjectCode before caching
pre-warms driver-side module state, so a post-reload get_kernel on the
deserialised copy would no longer uniquely prove that the cache flow
works. Keep only the post-reload get_kernel call as the roundtrip
guarantee.1 parent f2eb9ab commit 7e253d6
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
627 | 629 | | |
628 | 630 | | |
629 | 631 | | |
| |||
0 commit comments