Skip to content

Commit

Permalink
chore: ongoing work
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Nov 3, 2024
1 parent 8da7ad7 commit 5d45c5a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,15 @@ Tests are run on every build in [this Github Action](https://github.com/nixpig/b

### Unsupported tests

The OCI Runtime Spec test suite provided by opencontainers [appears not to support cgroupv2](https://github.com/opencontainers/runtime-tools/blob/6c9570a1678f3bc7eb6ef1caa9099920b7f17383/cgroups/cgroups.go#L73), thus all of the `linux_cgroups_*` tests 'fail'. See the full list below.
The OCI Runtime Spec test suite provided by opencontainers [appears not to support cgroupv2](https://github.com/opencontainers/runtime-tools/blob/6c9570a1678f3bc7eb6ef1caa9099920b7f17383/cgroups/cgroups.go#L73), thus all of the `linux_cgroups_*` tests 'fail', for example:

```
TAP version 13
not ok 1 - find devices
# cgroupv2 is not supported yet
Clean: Delete: exit status 1
1..1
```

<details>
<summary>Full list of cgroups tests</summary>
Expand Down

0 comments on commit 5d45c5a

Please sign in to comment.