Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForeachStore ¶
ForeachStore runs given test using all available objstore implementations. For each it creates a new bucket with a random name and a cleanup function that deletes it after test was run. Use THANOS_TEST_OBJSTORE_SKIP to skip explicitly certain object storages.
func IsObjStoreSkipped ¶ added in v0.10.0
func IsObjStoreSkipped(t *testing.T, provider client.ObjProvider) bool
IsObjStoreSkipped returns true if given provider ID is found in THANOS_TEST_OBJSTORE_SKIP array delimited by comma e.g: THANOS_TEST_OBJSTORE_SKIP=GCS,S3,AZURE,SWIFT,COS,ALIYUNOSS.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.