Skip to content

Commit

Permalink
Merge pull request openshift#19654 from gabemontero/disable-prob-img-…
Browse files Browse the repository at this point in the history
…eco-tests

disable recently problematic mongo/mysql replica tests (will diagnose…
  • Loading branch information
openshift-merge-robot authored May 9, 2018
2 parents 72efe59 + 1d054ed commit 89d5bfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/extended/image_ecosystem/mongodb_replica_statefulset.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package image_ecosystem

import (
/*import (
"fmt"
"time"
Expand Down Expand Up @@ -135,3 +135,4 @@ func readRecordFromPod(oc *exutil.CLI, podName string) error {
// (will become a member of replica set and will finish data sync)
return exutil.WaitForQueryOutputContains(oc, mongoPod, 1*time.Minute, false, findCmd, `{ "status" : "passed" }`)
}
*/
6 changes: 4 additions & 2 deletions test/extended/image_ecosystem/mysql_replica.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package image_ecosystem

/*
import (
"fmt"
"time"
Expand Down Expand Up @@ -186,8 +187,8 @@ func replicationTestFactory(oc *exutil.CLI, tc testCase) func() {
err = oc.Run("scale").Args("dc", "mysql-slave", "--replicas=4").Execute()
o.Expect(err).NotTo(o.HaveOccurred())
assertReplicationIsWorking("mysql-master-2", "mysql-slave-1", 4)
*/
}
*/
/* }
}
var _ = g.Describe("[image_ecosystem][mysql][Slow] openshift mysql replication", func() {
Expand Down Expand Up @@ -218,3 +219,4 @@ var _ = g.Describe("[image_ecosystem][mysql][Slow] openshift mysql replication",
}
})
})
*/

0 comments on commit 89d5bfb

Please sign in to comment.