Commit f6ca1d7
committed
test(e2e): xfail CT lifecycle on pressure* deserialization gap
LxcVmStatusResponseData.pressure{cpu,io,memory}{some,full} are typed
Union[float, int] but PVE returns string values like '0.00'. Pydantic
rejects the deserialization, so vm_status() raises in the polling loop
and the test never sees the container reach RUNNING.
Auto-promotes once the spec types these as string (or the model accepts
str + parses) upstream in pve-openapi. WSL2 runners hide this since they
lack cgroup v2 and skip the test entirely.1 parent 5d92bae commit f6ca1d7
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| |||
0 commit comments