0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

SERVER-35633 Unblacklist lagged_config_secondary.js and all_config_servers_blackholed_from_mongos.js from RHEL 6.7 s390x variants

This reverts commit 7f2c1d288c.
This commit is contained in:
Andrew Morrow 2018-11-12 15:30:46 -05:00
parent c461f1ecce
commit 9a6fdb54fb
3 changed files with 0 additions and 10 deletions

View File

@ -13488,7 +13488,6 @@ buildvariants:
expansions:
compile_flags: --ssl MONGO_DISTMOD=rhel67 --release -j3 CCFLAGS="-march=z9-109 -mtune=z10" --variables-files=etc/scons/mongodbtoolchain_gcc.vars --use-hardware-crc32=off
num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
test_flags: --excludeWithAnyTags=blacklist_from_rhel_67_s390x
has_packages: true
packager_script: packager_enterprise.py
packager_arch: s390x
@ -13593,7 +13592,6 @@ buildvariants:
expansions:
compile_flags: --ssl MONGO_DISTMOD=rhel67 --release -j3 CCFLAGS="-march=z9-109 -mtune=z10" --variables-files=etc/scons/mongodbtoolchain_gcc.vars --use-hardware-crc32=off
num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
test_flags: --excludeWithAnyTags=blacklist_from_rhel_67_s390x
has_packages: true
packager_script: packager.py
packager_arch: s390x

View File

@ -4,10 +4,6 @@
*
* 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]
*/
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;

View File

@ -1,10 +1,6 @@
/**
* 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