3.2.0 add cgroupPath
option
#229
Annotations
2 errors
tests/index.test.ts#L441
AssertionError: expected '13:memory:/system.slice/runner-provis…' to be '6017' // Object.is equality
- Expected
+ Received
- 6017
+ 13:memory:/system.slice/runner-provisioner.service
+ 12:blkio:/system.slice/runner-provisioner.service
+ 11:cpuset:/
+ 10:pids:/system.slice/runner-provisioner.service
+ 9:hugetlb:/
+ 8:misc:/
+ 7:rdma:/
+ 6:perf_event:/
+ 5:freezer:/
+ 4:devices:/system.slice/runner-provisioner.service
+ 3:net_cls,net_prio:/
+ 2:cpu,cpuacct:/test.slice
+ 1:name=systemd:/system.slice/runner-provisioner.service
+ 0::/system.slice/runner-provisioner.service
❯ onExit tests/index.test.ts:441:33
❯ wrapper.ts:88:35
This error originated in "tests/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "basic cgroup". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
This job failed
Loading