Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Attempt to put a file with an fileID that is already present in the collection (ensure that the file has a different checksum from the already archived)
    •  The putFile request should fail informing the user that a file with the given file ID already exists in the collection.
      1. bash bin/bitmag.sh put-file -c integrationtest2 -f conf/RepositorySettings.xml -i putFileTest_2_2022_03_09.txt

      2. The response should be something similar to "Failure: d6ef5b26: PUT_FILE for file putFileTest_2_2022_03_09.txt: FAILED: , Can not put file putFileTest_2_2022_03_09.txt, as an different file already exists on pillar ..."

  2. Attempt to put a file which does not exist
    •  Client should fail immediately
      1. bash bin/bitmag.sh put-file -c integrationtest2 -f ThisFileDoesNotExist
  3. Attempt to put a file to a non-existing collection
    •  Client should fail immediately
      1. bash bin/bitmag.sh put-file -c integrationtest3 -i putFileTest_5_2022_03_09.txt

  4. Attempt to put a file to a non-existing pillar
    •  Client should fail immediately
      1. bash bin/bitmag.sh put-file -c integrationtest1 -i putFileTest_5_2022_03_09.txt -p non-existing-pillar

Children Display
excerpttrue
excerptTypesimple

...