File System Check does not report all problematic files
Wenn mehrere mit loadfiles eingefügte Dateien an ihrer Quelle gelöscht werden, dann wird trotzdem nur eine reportet.
...: raise_exception_on_error=False, flags={
...: "fileStorageConsistency": (
...: "-t 100000 /yaml-db/earth" ), })
Ich bekomme nur eine Message mit einer Datei. Ich dachte man bekommt alle problematischen Dateien.
Out[3]:
<Entities>
<noscript>
</noscript>
<Error code="0" description="yaml-db/earth/alps_italy_langenferner_acoustic.yaml: File does not exist."/>
</Entities>
This actually is a pylib error. The following response leads to a container that only contains one message:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://localhost:11443/webinterface/1657639791/webcaosdb.xsl" ?>
<Response username="henrik" realm="CaosDB" srid="d07f5595-544b-485b-8eb0-3617b0475bee" timestamp="2023-04-13T15:36:37.847+0200" baseuri="https://localhost:11443" count="0" location="">
<noscript>
<h1>Please enable JavaScript!</h1>
</noscript>
<UserInfo username="henrik" realm="CaosDB">
<Roles>
<Role>administration</Role>
</Roles>
</UserInfo>
<Error code="0" description="misc/pam_authentication/README.md: File does not exist." />
<Error code="0" description="misc/pam_authentication/pam_authentication.c: File does not exist." />
<Error code="0" description="misc/rename_files/changes.tsv: File does not exist." />
<Error code="0" description="misc/rename_files/move_files.pyc: File does not exist." />
<Error code="0" description="misc/pam_authentication/pam_authentication.sh: File does not exist." />
<Error code="0" description="misc/bend_symlinks/bend_symlinks.sh: File does not exist." />
<Error code="0" description="misc/rename_files/__pycache__/move_files.cpython-38.pyc: File does not exist." />
<Error code="0" description="misc/bend_symlinks/README.md: File does not exist." />
<Error code="0" description="misc/pam_authentication/makefile: File does not exist." />
<Error code="0" description="misc/check_symlinks/check_symlinks: File does not exist." />
<Error code="0" description="misc/pam_authentication/test_authentication.sh: File does not exist." />
<Error code="0" description="misc/pam_authentication/ldap.env: File does not exist." />
<Error code="0" description="misc/bend_symlinks/src/main.sh: File does not exist." />
<Error code="0" description="misc/chown_script/README: File does not exist." />
<Error code="0" description="misc/bend_symlinks/test/test_suite.sh: File does not exist." />
<Error code="0" description="misc/move_files/README.md: File does not exist." />
<Error code="0" description="misc/pam_authentication/ldap_authentication.sh: File does not exist." />
<Error code="0" description="misc/chown_script/chown_script_template: File does not exist." />
<Error code="0" description="misc/move_files/move_files.py: File does not exist." />
<Error code="0" description="misc/bend_symlinks/src/utils.sh: File does not exist." />
<Error code="0" description="misc/chown_script/test_functions: File does not exist." />
<Error code="0" description="misc/chown_script/install: File does not exist." />
<Error code="0" description="misc/rename_files/__pycache__/test_move_files.cpython-38-pytest-5.3.1.pyc: File does not exist." />
<Error code="0" description="misc/move_files/test_move_files.py: File does not exist." />
</Response>
Container:
<Entities>
<noscript>
</noscript>
<Error code="0" description="misc/move_files/test_move_files.py: File does not exist."/>
</Entities>
Edited by Henrik tom Wörden