stream: audit path on encoded path
- Mar 11, 2025
-
-
Pierre-Yves David authored
In 5b8f6e198a6e, we wrongly called `vfs._auditpath` on the pre-encoding path, so we would get abort on problem that the encoding is here to handle. So we fix the problem (easily) and update the test to cover this (with significantly more work). Thanks to Matt Harbison for spotting this during the freeze.
-
Pierre-Yves David authored
In order to test some stream clone related feature, we need to be able to create file with more complex name and delete them. We document the file related feature in the process.
25079cc2016f -
Pierre-Yves David authored
This will be useful to test deletion in the next changesets.
d686448e8eb6 -
Pierre-Yves David authored
The feature was not documented, so we start with documenting it before extending it.
fcd7cb10623d
-