Skip to content

Commit 39f12a5

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 19b5367 commit 39f12a5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ For each combination the following steps run sequentially:
173173
| UsedBytes reflects the write | `usedBytes >= 30 MB` |
174174
| UsedBytes within bounds | `usedBytes <= totalBytes` |
175175
| UsagePercent in valid range | `0 <= usagePct <= 1` |
176-
| UsagePercent is plausible | `usagePct >= 0.20` |
176+
| UsagePercent is plausible | `usagePct >= 0.15` |
177177
| Used + Free approximates Total | `abs(used + free - total) / total <= 10%` |
178178

179179
##### 7. Cleanup (deferred, runs in reverse order)

test/integration/disk_fs_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ func TestDiskFilesystemMetrics(t *testing.T) {
103103
test.RequireCmd(t, "mkfs.btrfs")
104104
case "zfs":
105105
test.RequireCmd(t, "zpool")
106+
test.RequireCmd(t, "zfs")
106107
}
107108

108109
if tc.strategy == "lvm" {

0 commit comments

Comments
 (0)