Commit e2f948e
authored
Ensure to close FUSE file descriptor after Mountpoint is terminated (awslabs#484)
This should fix the flaky unit test
https://github.com/awslabs/mountpoint-s3-csi-driver/actions/runs/15275854246/job/42961924795?pr=483#step:8:122.
Verified by running `go test ./cmd/aws-s3-csi-mounter/... -count 10000`.
Previously, it was failing multiple times even with 1000 runs.
---
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
Signed-off-by: Burak Varlı <burakvar@amazon.co.uk>1 parent e8f1e0f commit e2f948e
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
| 126 | + | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments