diff options
author | Arun Banala <arun.banala@mongodb.com> | 2022-09-21 15:25:46 -0700 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-09-22 01:25:19 +0000 |
commit | 725bcd9f69ce412cbe3043d4a1bc1fb9bd2cd478 (patch) | |
tree | c81b29bdb276e2f169e38363596cedb65c7c9994 | |
parent | 6b51c560a87ab90133cb145b4d0b4376352b7fef (diff) | |
download | mongo-725bcd9f69ce412cbe3043d4a1bc1fb9bd2cd478.tar.gz |
SERVER-69767 Add 'no_selinux' tag to disallow running the featureFlag tests on selinux
-rw-r--r-- | jstests/core/columnstore_eligibility.js | 2 | ||||
-rw-r--r-- | jstests/core/columnstore_index.js | 2 | ||||
-rw-r--r-- | jstests/core/columnstore_index_correctness.js | 2 | ||||
-rw-r--r-- | jstests/core/columnstore_index_per_path_filters.js | 2 | ||||
-rw-r--r-- | jstests/core/columnstore_large_array_index_correctness.js | 2 | ||||
-rw-r--r-- | jstests/core/columnstore_validindex.js | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/jstests/core/columnstore_eligibility.js b/jstests/core/columnstore_eligibility.js index 2a3da7c9053..2a7bd772104 100644 --- a/jstests/core/columnstore_eligibility.js +++ b/jstests/core/columnstore_eligibility.js @@ -10,6 +10,8 @@ * uses_column_store_index, * featureFlagColumnstoreIndexes, * featureFlagSbeFull, + * # TODO SERVER-69884: featureFlag guarded tests shouldn't require explicit 'no_selinux' tag. + * no_selinux, * ] */ (function() { diff --git a/jstests/core/columnstore_index.js b/jstests/core/columnstore_index.js index 023fe9b8a03..b79a4e928c9 100644 --- a/jstests/core/columnstore_index.js +++ b/jstests/core/columnstore_index.js @@ -7,6 +7,8 @@ * uses_column_store_index, * featureFlagColumnstoreIndexes, * featureFlagSbeFull, + * # TODO SERVER-69884: featureFlag guarded tests shouldn't require explicit 'no_selinux' tag. + * no_selinux, * ] */ (function() { diff --git a/jstests/core/columnstore_index_correctness.js b/jstests/core/columnstore_index_correctness.js index 900533e0cd6..9d300661e69 100644 --- a/jstests/core/columnstore_index_correctness.js +++ b/jstests/core/columnstore_index_correctness.js @@ -7,6 +7,8 @@ * uses_column_store_index, * featureFlagColumnstoreIndexes, * featureFlagSbeFull, + * # TODO SERVER-69884: featureFlag guarded tests shouldn't require explicit 'no_selinux' tag. + * no_selinux, * ] */ (function() { diff --git a/jstests/core/columnstore_index_per_path_filters.js b/jstests/core/columnstore_index_per_path_filters.js index 3e8c279b872..b37a70186b3 100644 --- a/jstests/core/columnstore_index_per_path_filters.js +++ b/jstests/core/columnstore_index_per_path_filters.js @@ -9,6 +9,8 @@ * uses_column_store_index, * featureFlagColumnstoreIndexes, * featureFlagSbeFull, + * # TODO SERVER-69884: featureFlag guarded tests shouldn't require explicit 'no_selinux' tag. + * no_selinux, * ] */ (function() { diff --git a/jstests/core/columnstore_large_array_index_correctness.js b/jstests/core/columnstore_large_array_index_correctness.js index ae537d600c0..dd4e2b78204 100644 --- a/jstests/core/columnstore_large_array_index_correctness.js +++ b/jstests/core/columnstore_large_array_index_correctness.js @@ -6,6 +6,8 @@ * uses_column_store_index, * featureFlagColumnstoreIndexes, * featureFlagSbeFull, + * # TODO SERVER-69884: featureFlag guarded tests shouldn't require explicit 'no_selinux' tag. + * no_selinux, * ] */ (function() { diff --git a/jstests/core/columnstore_validindex.js b/jstests/core/columnstore_validindex.js index b1830a860f8..9c9ca8ce23b 100644 --- a/jstests/core/columnstore_validindex.js +++ b/jstests/core/columnstore_validindex.js @@ -6,6 +6,8 @@ * requires_fcv_62, * uses_column_store_index, * featureFlagColumnstoreIndexes, + * # TODO SERVER-69884: featureFlag guarded tests shouldn't require explicit 'no_selinux' tag. + * no_selinux, * ] */ (function() { |