summaryrefslogtreecommitdiff
path: root/integrationtests/sync_test.go
diff options
context:
space:
mode:
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{
{