summaryrefslogtreecommitdiff
path: root/integrationtests/close_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 23:00:03 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 23:00:03 +0200
commit1666ba49ef9e5b61e14d1a32d2f6e2380064105e (patch)
tree182b5e7b8e3464fefac256c22118312388c41bc9 /integrationtests/close_test.go
parent86a96020fb63cf15ee6d20ec3058a462b5cacd7e (diff)
Fix event comm attribution and reduce integration log noise
Diffstat (limited to 'integrationtests/close_test.go')
-rw-r--r--integrationtests/close_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests/close_test.go b/integrationtests/close_test.go
index f2ecd34..3689fb8 100644
--- a/integrationtests/close_test.go
+++ b/integrationtests/close_test.go
@@ -28,6 +28,7 @@ func TestCloseInvalidFd(t *testing.T) {
runScenario(t, "close-invalid-fd", []ExpectedEvent{
{
Tracepoint: "enter_close",
+ Comm: "ioworkload",
MinCount: 1,
},
})