mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-06 15:02:21 +02:00
Compare commits
2 Commits
6c8a74f4aa
...
1790b8f0df
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1790b8f0df | ||
|
|
585be09c70 |
@ -198,5 +198,15 @@ var _ = Describe("Backup and restore", func() {
|
|||||||
"using in-tree for backup and the plugin for restore on Azure",
|
"using in-tree for backup and the plugin for restore on Azure",
|
||||||
&azureBackupPluginInTreeBackupPluginRestore{},
|
&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{},
|
||||||
|
),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
@ -268,5 +268,9 @@ var _ = Describe("Replica cluster", func() {
|
|||||||
"with Azurite",
|
"with Azurite",
|
||||||
azuriteReplicaClusterFactory{},
|
azuriteReplicaClusterFactory{},
|
||||||
),
|
),
|
||||||
|
Entry(
|
||||||
|
"with fake-gcs-server",
|
||||||
|
gcsReplicaClusterFactory{},
|
||||||
|
),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user