Skip to content

Commit 89d5bfb

Browse files
Merge pull request #19654 from gabemontero/disable-prob-img-eco-tests
disable recently problematic mongo/mysql replica tests (will diagnose…
2 parents 72efe59 + 1d054ed commit 89d5bfb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

test/extended/image_ecosystem/mongodb_replica_statefulset.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package image_ecosystem
22

3-
import (
3+
/*import (
44
"fmt"
55
"time"
66
@@ -135,3 +135,4 @@ func readRecordFromPod(oc *exutil.CLI, podName string) error {
135135
// (will become a member of replica set and will finish data sync)
136136
return exutil.WaitForQueryOutputContains(oc, mongoPod, 1*time.Minute, false, findCmd, `{ "status" : "passed" }`)
137137
}
138+
*/

test/extended/image_ecosystem/mysql_replica.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package image_ecosystem
22

3+
/*
34
import (
45
"fmt"
56
"time"
@@ -186,8 +187,8 @@ func replicationTestFactory(oc *exutil.CLI, tc testCase) func() {
186187
err = oc.Run("scale").Args("dc", "mysql-slave", "--replicas=4").Execute()
187188
o.Expect(err).NotTo(o.HaveOccurred())
188189
assertReplicationIsWorking("mysql-master-2", "mysql-slave-1", 4)
189-
*/
190-
}
190+
*/
191+
/* }
191192
}
192193
193194
var _ = g.Describe("[image_ecosystem][mysql][Slow] openshift mysql replication", func() {
@@ -218,3 +219,4 @@ var _ = g.Describe("[image_ecosystem][mysql][Slow] openshift mysql replication",
218219
}
219220
})
220221
})
222+
*/

0 commit comments

Comments
 (0)