Package: xrootd-s3-http / 0.4.1-2

Metadata

Package Version Patches format
xrootd-s3-http 0.4.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Always assign partial when returning true.patch | (download)

src/Filter.cc | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] always assign `partial` when returning `true`

[ RUN      ] FileSystemGlob.Globstar
=====> filter.glob /prefix1 /prefix2/*.txt
=====> filter.glob /prefix3/*/*.txt
=====> filter.prefix /prefix5
=====> filter.trace all
250608 01:04:48 8741 filter_Config: Will permit glob /prefix1
250608 01:04:48 8741 filter_Config: Will permit glob /prefix2/*.txt
250608 01:04:48 8741 filter_Config: Will permit glob /prefix3/*/*.txt
250608 01:04:48 8741 filter_Config: Will permit glob /prefix5/** all
250608 01:04:48 8741 filter_Initialize: FilterFileSystem initialized
250608 01:04:48 8741 FileSystemGlobGlobstar: Testing /some/path
./test/filter_tests.cc:385: Failure
Value of: partial
  Actual: true
Expected: false

[  FAILED  ] FileSystemGlob.Globstar (0 ms)