diff options
author | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2020-05-20 00:36:19 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-26 13:50:53 +0000 |
commit | 2992a78c15fbd1db49f0eec86a2b0ffbc63954e0 (patch) | |
tree | 736a74edfa81611078ce694676b2abec4445f457 | |
parent | 97c1ba0a6f3c2215801f8b2363e5b4dbfbfb1ef1 (diff) | |
download | mongo-2992a78c15fbd1db49f0eec86a2b0ffbc63954e0.tar.gz |
SERVER-38379 Make view_with_invalid_dbname.js run on BiggieSE
-rw-r--r-- | etc/evergreen.yml | 2 | ||||
-rw-r--r-- | jstests/core/views/view_with_invalid_dbname.js | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index e738074a525..04240b4d98e 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -12044,7 +12044,7 @@ buildvariants: run_on: - rhel62-small expansions: - test_flags: --storageEngine=biggie --excludeWithAnyTags=SERVER-38379,requires_persistence,requires_journaling,uses_transactions,requires_wiredtiger,requires_snapshot_read + test_flags: --storageEngine=biggie --excludeWithAnyTags=requires_persistence,requires_journaling,uses_transactions,requires_wiredtiger,requires_snapshot_read compile_flags: MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --dbg=off --opt=on --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars scons_cache_scope: shared tasks: diff --git a/jstests/core/views/view_with_invalid_dbname.js b/jstests/core/views/view_with_invalid_dbname.js index 0eec4595b33..180461d41b7 100644 --- a/jstests/core/views/view_with_invalid_dbname.js +++ b/jstests/core/views/view_with_invalid_dbname.js @@ -1,9 +1,6 @@ // When loading the view catalog, the server should not crash because it encountered a view with an // invalid name. This test is specifically for the case of a view with a dbname that contains an // embedded null character (SERVER-36859). -// -// @tags: [ SERVER-38379 ] - (function() { "use strict"; |