aboutsummaryrefslogtreecommitdiffstats
path: root/tests/objectstore/wait-for-connection
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-221-1/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix swift primary object store test (#25281)Thomas Müller2016-07-051-0/+45
* 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.