diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-23 10:34:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-23 10:34:37 +0200 |
| commit | a1eb580aa5b80e913dc722ccf97e42c6987152e8 (patch) | |
| tree | 845b3da7d8d6a0d11e28dea1b82bbf39e0e401b4 /integrationtests/dir_test.go | |
| parent | 9e7b820cfacb50299720b9d391de907d6f3fbdec (diff) | |
Add getcwd tracing support and stabilize comm propagation test
Diffstat (limited to 'integrationtests/dir_test.go')
| -rw-r--r-- | integrationtests/dir_test.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/integrationtests/dir_test.go b/integrationtests/dir_test.go index 585f03f..d759abd 100644 --- a/integrationtests/dir_test.go +++ b/integrationtests/dir_test.go @@ -35,6 +35,17 @@ func TestDirChdir(t *testing.T) { }) } +func TestDirGetcwd(t *testing.T) { + runScenario(t, "dir-getcwd", []ExpectedEvent{ + { + PathContains: "dir-getcwd", + Tracepoint: "enter_getcwd", + Comm: "ioworkload", + MinCount: 1, + }, + }) +} + func TestDirGetdents(t *testing.T) { runScenario(t, "dir-getdents", []ExpectedEvent{ { |
