summaryrefslogtreecommitdiff
path: root/jstests/sharding
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-06-21 17:23:57 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-06-22 11:56:36 -0400
commit7f2c1d288cea146de09ecb9debe022cce15f1694 (patch)
treed608c6468dab21a87e2a8897335d51e1ba85eba3 /jstests/sharding
parentaeb5b8233c01c8e510c18bd7862828d0244b8210 (diff)
downloadmongo-7f2c1d288cea146de09ecb9debe022cce15f1694.tar.gz
SERVER-35632 Blacklist lagged_config_secondary.js and all_config_servers_blackholed_from_mongos.js from RHEL 6.7 s390x variants
Diffstat (limited to 'jstests/sharding')
-rw-r--r--jstests/sharding/all_config_servers_blackholed_from_mongos.js15
-rw-r--r--jstests/sharding/lagged_config_secondary.js4
2 files changed, 15 insertions, 4 deletions
diff --git a/jstests/sharding/all_config_servers_blackholed_from_mongos.js b/jstests/sharding/all_config_servers_blackholed_from_mongos.js
index f10d1c71fa2..3016779c8d5 100644
--- a/jstests/sharding/all_config_servers_blackholed_from_mongos.js
+++ b/jstests/sharding/all_config_servers_blackholed_from_mongos.js
@@ -1,8 +1,15 @@
-// Ensures that if the config servers are blackholed from the point of view of MongoS, metadata
-// operations do not get stuck forever.
+/**
+ * Ensures that if the config servers are blackholed from the point of view of MongoS, metadata
+ * operations do not get stuck forever.
+ *
+ * Checking UUID consistency involves talking to config servers through mongos, but mongos is
+ * blackholed from the config servers in this test.
+ *
+ * This test triggers a compiler bug that causes a crash when compiling with optimizations on, see
+ * SERVER-35632.
+ * @tags: [blacklist_from_rhel_67_s390x]
+ */
-// Checking UUID consistency involves talking to config servers through mongos, but mongos is
-// blackholed from the config servers in this test.
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
(function() {
diff --git a/jstests/sharding/lagged_config_secondary.js b/jstests/sharding/lagged_config_secondary.js
index 397ce3cf431..457f16295c9 100644
--- a/jstests/sharding/lagged_config_secondary.js
+++ b/jstests/sharding/lagged_config_secondary.js
@@ -1,6 +1,10 @@
/**
* Test that mongos times out when the config server replica set only contains nodes that
* are behind the majority opTime.
+ *
+ * This test triggers a compiler bug that causes a crash when compiling with optimizations on, see
+ * SERVER-35632.
+ * @tags: [blacklist_from_rhel_67_s390x]
*/
// Checking UUID consistency involves mongos being able to do a read from the config server, but