summaryrefslogtreecommitdiffstats
path: root/tests/objectstore
Commit message (Collapse)AuthorAgeFilesLines
* make object prefix configurableJörn Friedrich Dreyer2016-11-141-0/+1
|
* fix swift primary object store test (#25281)Thomas Müller2016-07-052-1/+55
| | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
* docker containers should be stopped before being removed - refs ↵Thomas Müller2016-03-091-0/+1
| | | | https://github.com/docker/docker/issues/18758
* local entrypoint.sh isn't needed - all fixes are upstreamMorris Jobke2016-03-012-276/+1
|
* Use sockets for startup notification in primary storage testsMorris Jobke2016-03-012-14/+13
|
* Use proper statement to retrieve the IP of an docker instanceMorris Jobke2015-10-301-1/+1
|
* Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-191-11/+13
|\ | | | | don't move files in cache twice, fixes renaming for objectstores
| * Fix error in stop scriptThomas Müller2015-10-161-11/+13
| |
* | skip btrfs hack for objectstore docker container on btrfs hostMorris Jobke2015-10-191-10/+13
|/
* test objectstore with ceph dockerJörn Friedrich Dreyer2015-10-063-0/+417
use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug