Skip to content
Snippets Groups Projects
Commit 163960e8 authored by Michael Davis's avatar Michael Davis
Browse files

[ci] Reduce injected fileid < uint32_max

parent cc787315
No related branches found
No related tags found
No related merge requests found
......@@ -57,12 +57,13 @@ json-pretty-print.sh ${TMPFILE}
rm ${TMPFILE}
${EOS_CMD} ls -l ${EOS_PREFIX}
${EOS_CMD} fileinfo ${EOS_PREFIX}/test_dir1
#${EOS_CMD} rmdir ${EOS_PREFIX}/test_dir1
${EOS_CMD} attr ls ${EOS_PREFIX}/test_dir1
${EOS_CMD} quota ls ${EOS_PREFIX}/test_dir1
/usr/bin/eos -r 1000 1000 root://${EOSINSTANCE} rmdir ${EOS_PREFIX}/test_dir1
# Create directory with self-assigned file id -- should succeed
echoc $LT_BLUE "Creating directory with self-assigned file id"
${EOS_TEST_DIR_INJECT} --fileid 9876543210 --path ${CASTOR_PREFIX}/test_dir2 >${TMPFILE}
${EOS_TEST_DIR_INJECT} --fileid 987654321 --path ${CASTOR_PREFIX}/test_dir2 >${TMPFILE}
[ $? -eq 0 ] || error "Creating directory with self-assigned file id failed"
json-pretty-print.sh ${TMPFILE}
rm ${TMPFILE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment