diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 18:16:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 18:16:59 +0200 |
| commit | 40ce5bc1d9da31b49f42e488d2ab5633e7c6a3fb (patch) | |
| tree | 33c6197180648d80f0e71b14803e102522059be5 /integrationtests/sync_test.go | |
| parent | 3ec3c117bb280a377fea1a3eef84a70e2a3d4150 (diff) | |
Implement sync_file_range coverage and document mage world bootstrap
Diffstat (limited to 'integrationtests/sync_test.go')
| -rw-r--r-- | integrationtests/sync_test.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/integrationtests/sync_test.go b/integrationtests/sync_test.go index 763f3c2..ce0a461 100644 --- a/integrationtests/sync_test.go +++ b/integrationtests/sync_test.go @@ -45,6 +45,17 @@ func TestSyncSyncFileRange(t *testing.T) { }) } +func TestSyncSyncFileRangeToEOF(t *testing.T) { + runScenario(t, "sync-sync-file-range-to-eof", []ExpectedEvent{ + { + PathContains: "syncrangeeoffile.txt", + Tracepoint: "enter_sync_file_range", + Comm: "ioworkload", + MinCount: 1, + }, + }) +} + func TestSyncFsyncEbadf(t *testing.T) { runScenario(t, "sync-fsync-ebadf", []ExpectedEvent{ { |
