Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed May 4, 2024
1 parent 3b6473d commit c33e35b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/vfsCache.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

puts "cfsCache: chan names: [chan names]"

tcltest::test cookfsVfsCache-1 "Test cache eviction based on weight and age" -setup {
set file [tcltest::makeFile {} cookfs.cfs]
vfs::cookfs::Mount $file $file -smallfilesize 50 -smallfilebuffer 5 -pagesize 150
Expand Down Expand Up @@ -153,12 +151,7 @@ tcltest::test cookfsVfsCache-1 "Test cache eviction based on weight and age" -se
join $result \n
} -cleanup {
catch { close $fd }
if { [catch { vfs::unmount $file } err] } {
puts "ERR: $err"
} {
puts "no erro"
}
puts "chan names: [chan names]"
catch { vfs::unmount $file }
file delete -force $file
} -result {
{0 0 101} {1 0 4} {1 4 4} {2 0 101} {3 0 4} {3 4 4} {4 0 150 5 0 51} {6 0 4} {6 4 4}
Expand Down

0 comments on commit c33e35b

Please sign in to comment.