Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make object prefix configurable | Jörn Friedrich Dreyer | 2016-11-14 | 1 | -0/+1 |
| | |||||
* | fix swift primary object store test (#25281) | Thomas Müller | 2016-07-05 | 2 | -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üller | 2016-03-09 | 1 | -0/+1 |
| | | | | https://github.com/docker/docker/issues/18758 | ||||
* | local entrypoint.sh isn't needed - all fixes are upstream | Morris Jobke | 2016-03-01 | 2 | -276/+1 |
| | |||||
* | Use sockets for startup notification in primary storage tests | Morris Jobke | 2016-03-01 | 2 | -14/+13 |
| | |||||
* | Use proper statement to retrieve the IP of an docker instance | Morris Jobke | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #17641 from owncloud/fix_objectstore_rename | Jörn Friedrich Dreyer | 2015-10-19 | 1 | -11/+13 |
|\ | | | | | don't move files in cache twice, fixes renaming for objectstores | ||||
| * | Fix error in stop script | Thomas Müller | 2015-10-16 | 1 | -11/+13 |
| | | |||||
* | | skip btrfs hack for objectstore docker container on btrfs host | Morris Jobke | 2015-10-19 | 1 | -10/+13 |
|/ | |||||
* | test objectstore with ceph docker | Jörn Friedrich Dreyer | 2015-10-06 | 3 | -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 |