Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Oct 12, 2024
1 parent bf61807 commit d65e962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/vfsThread.test
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ test cookfsVfsThread-7.3 "VFS terminated while other thread opens a file for rea
# We accept multiple results. The exact result depends on the state
# of the thread when the VFS was unmounted
assertMatchAny [thread::send $tid [list set result]] {
{1 {couldn't open "*": bad file number}}
{1 {couldn't open "*": no locks available}}
{1 {couldn't open "*": not a directory}}
{1 {couldn't open "*": no such file or directory}}
Expand Down Expand Up @@ -585,6 +586,7 @@ test cookfsVfsThread-7.4 "VFS terminated while other thread opens a file for rea
vwait thread_done
# let's retrieve the results
assertMatchAny [thread::send $tid [list set result]] {
{1 {couldn't open "*": bad file number}}
{1 {couldn't open "*": no locks available}}
{1 {couldn't open "*": not a directory}}
{1 {couldn't open "*": no such file or directory}}
Expand Down

0 comments on commit d65e962

Please sign in to comment.