Skip to content

Commit 11e88ae

Browse files
authored
test: enabled the PITR test and setting the default RAM config (#179)
1 parent a5372da commit 11e88ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/pitr/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ variable "pitr_id" {
5454
variable "member_memory_mb" {
5555
type = string
5656
description = "Memory allocation required for postgresql read-only replica database"
57-
default = "7680"
57+
default = "3072"
5858
validation {
5959
condition = alltrue([
6060
var.member_memory_mb >= 3072,

tests/pr_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ func TestMain(m *testing.M) {
148148

149149
func TestRunPointInTimeRecoveryDBExample(t *testing.T) {
150150
t.Parallel()
151-
t.Skip() // TODO once this issue gets resolved - https://github.ibm.com/GoldenEye/issues/issues/4513
152151

153152
options := testhelper.TestOptionsDefaultWithVars(&testhelper.TestOptions{
154153
Testing: t,

0 commit comments

Comments
 (0)