From 2dce69c4dea0bcb9e98c2965e6ac6b25402fcae9 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 8 Jun 2025 14:38:18 +0300 Subject: -onoattrcache with fuse-t by default. Maybe it gets rid of test flakiness. --- tests/test_bindfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_bindfs.rb b/tests/test_bindfs.rb index 5f9fc18..c068b28 100755 --- a/tests/test_bindfs.rb +++ b/tests/test_bindfs.rb @@ -755,8 +755,8 @@ testenv("--resolve-symlinks", :title => "resolving broken symlinks") do end # Issue #28 reproduction attempt. -# Flaky on fuse-t without noattrcache (2025-06-08) -testenv(if $fuse_t then "-o noattrcache" else "" end, :title => "many files in a directory") do +# Observation (2025-06-08): Flaky on fuse-t without noattrcache. Enabled by default by bindfs since. +testenv("", :title => "many files in a directory") do mkdir('src/dir') expected_entries = ['.', '..'] 10000.times do |i| -- cgit v1.2.3