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

[ci] Changes fileid < 65535

parent 163960e8
No related branches found
No related tags found
No related merge requests found
......@@ -58,12 +58,12 @@ rm ${TMPFILE}
${EOS_CMD} ls -l ${EOS_PREFIX}
${EOS_CMD} fileinfo ${EOS_PREFIX}/test_dir1
${EOS_CMD} attr ls ${EOS_PREFIX}/test_dir1
${EOS_CMD} quota ls ${EOS_PREFIX}/test_dir1
/usr/bin/eos -r 0 0 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 987654321 --path ${CASTOR_PREFIX}/test_dir2 >${TMPFILE}
${EOS_TEST_DIR_INJECT} --fileid 12345 --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