summaryrefslogtreecommitdiff
path: root/integrationtests/sync_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 18:16:59 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 18:16:59 +0200
commit40ce5bc1d9da31b49f42e488d2ab5633e7c6a3fb (patch)
tree33c6197180648d80f0e71b14803e102522059be5 /integrationtests/sync_test.go
parent3ec3c117bb280a377fea1a3eef84a70e2a3d4150 (diff)
Implement sync_file_range coverage and document mage world bootstrap
Diffstat (limited to 'integrationtests/sync_test.go')
-rw-r--r--integrationtests/sync_test.go11
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{
{