mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-04 22:22:21 +02:00
Compare commits
5 Commits
5d16641716
...
44d6a0807c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44d6a0807c | ||
|
|
6c8a74f4aa | ||
|
|
68ac9d4ae1 | ||
|
|
318fb5cab8 | ||
|
|
a874de6213 |
@ -1,8 +1,8 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.13
|
||||
# This file is autogenerated by pip-compile with Python 3.12
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --allow-unsafe --generate-hashes --no-index --output-file=sidecar-requirements.txt --strip-extras sidecar-requirements.in
|
||||
# pip-compile --allow-unsafe --generate-hashes --output-file=sidecar-requirements.txt --strip-extras sidecar-requirements.in
|
||||
#
|
||||
azure-core==1.41.0 \
|
||||
--hash=sha256:522b4011e8180b1a3dcd2024396a4e7fe9ac37fb8597db47163d230b5efe892d \
|
||||
|
||||
@ -56,12 +56,6 @@ var _ = Describe("Backup and restore", func() {
|
||||
ctx SpecContext,
|
||||
factory testCaseFactory,
|
||||
) {
|
||||
switch factory.(type) {
|
||||
case *gcsBackupPluginBackupPluginRestore, *gcsBackupPluginBackupInTreeRestore,
|
||||
*gcsBackupPluginInTreeBackupPluginRestore:
|
||||
Skip("GCS e2e tests are disabled until https://github.com/EnterpriseDB/barman/issues/1218 is fixed")
|
||||
}
|
||||
|
||||
testResources := factory.createBackupRestoreTestResources(namespace.Name)
|
||||
|
||||
By("starting the ObjectStore deployment")
|
||||
@ -204,15 +198,5 @@ var _ = Describe("Backup and restore", func() {
|
||||
"using in-tree for backup and the plugin for restore on Azure",
|
||||
&azureBackupPluginInTreeBackupPluginRestore{},
|
||||
),
|
||||
Entry("using the plugin for backup and restore on GCS",
|
||||
&gcsBackupPluginBackupPluginRestore{},
|
||||
),
|
||||
Entry("using the plugin for backup and in-tree for restore on GCS",
|
||||
&gcsBackupPluginBackupInTreeRestore{},
|
||||
),
|
||||
Entry(
|
||||
"using in-tree for backup and the plugin for restore on GCS",
|
||||
&gcsBackupPluginInTreeBackupPluginRestore{},
|
||||
),
|
||||
)
|
||||
})
|
||||
|
||||
@ -57,11 +57,6 @@ var _ = Describe("Replica cluster", func() {
|
||||
ctx SpecContext,
|
||||
factory testCaseFactory,
|
||||
) {
|
||||
switch factory.(type) {
|
||||
case gcsReplicaClusterFactory:
|
||||
Skip("GCS e2e tests are disabled until https://github.com/EnterpriseDB/barman/issues/1218 is fixed")
|
||||
}
|
||||
|
||||
testResources := factory.createReplicaClusterTestResources(namespace.Name)
|
||||
|
||||
By("starting the ObjectStore deployments")
|
||||
@ -273,9 +268,5 @@ var _ = Describe("Replica cluster", func() {
|
||||
"with Azurite",
|
||||
azuriteReplicaClusterFactory{},
|
||||
),
|
||||
Entry(
|
||||
"with fake-gcs-server",
|
||||
gcsReplicaClusterFactory{},
|
||||
),
|
||||
)
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user