Commit 11cca87
committed
fix(test): split post-snapshot checks for steal time test
test_pvtime_snapshot checks that steal time reporting mechanism works
on snapshotted microVMs. This includes two checks; first that the old
steal time values are saved and restored correctly through snapshots and
second that steal time keeps increasing in microVMs resumed from a
snapshot.
The test fails intermittently, but we are not sure which of the two
invariants causes it to fail because we are checking both in the same
assertion. Split this assertion in two so that we understand better the
culprit.
Signed-off-by: Babis Chalios <[email protected]>1 parent 4ed5ccc commit 11cca87
1 file changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 107 | + | |
113 | 108 | | |
114 | 109 | | |
115 | 110 | | |
116 | 111 | | |
117 | | - | |
| 112 | + | |
118 | 113 | | |
119 | | - | |
120 | | - | |
121 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
0 commit comments