Skip to content
Snippets Groups Projects

Draft: Fix test client failing periodically

Open Niels Alexander Buegel requested to merge 1034-fix-test-client-failing-periodically into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,7 @@ eos vid enable unix
eos vid enable https
eos space set default on
eos space config default space.filearchivedgc=on
eos space config default space.tapeawaregc.minfreebytes=0
eos space config default space.wfe=on
eos space config default space.wfe.ntx=100
eos space config default taperestapi.status=on
@@ -80,6 +81,11 @@ eos attr set sys.acl=g:eosusers:rwx!d,u:poweruser1:rwx+dp,u:poweruser2:rwx+dp,z:
eos attr set sys.archive.storage_class=${CTA_STORAGE_CLASS} ${CTA_PREPROD_DIR}
eos attr link ${CTA_WF_DIR} ${CTA_PREPROD_DIR} # Link workflows
# create tmp disk only directory for tests
EOS_TMP_DIR=/eos/${EOS_INSTANCE_NAME}/tmp
eos mkdir ${EOS_TMP_DIR}
eos chmod 777 ${EOS_TMP_DIR}
# ${CTA_TEST_DIR} must be writable by eosusers and powerusers
# but as there is no sticky bit in eos, we need to remove deletion for non owner to eosusers members
# this is achieved through the ACLs.
Loading