-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
From this comment in SERVER-88502:
The testing for replica set endpoint so far has depended on duplicating a selected range of existing replica set and sharded passthrough suites but with replica set endpoint enabled, namely jscore, change_streams, jstestfuzz and concurrency suites. Those passthrough suites have helped uncover various feature parity issues between replica set and a sharded cluster with replica set endpoint enabled, but that's still far from complete since there are many features that tested only in non-passthrough suites: For example:
- Backup and live import, which are only tested in no_passthrough suite
- Auth, which is only tested in auth, ocsp, ssl, ldap and ese suites
For this reason, we need to add a build variant that runs these non-passthrough suites by doing the following:
- If the test uses ReplicaSetTest or MongoRunner.runMongod (standalone), enable featureFlagAllMongodsAreSharded, featureFlagReplicaSetEndpoint like here and here so the replica set gets bootstrapped as a single-shard cluster with replica set endpoint.
- If the test uses ShardingTest and the cluster has only one shard, set st.s to a direct connection to shard0's primary.
- related to
-
SERVER-88353 Authentication/Authorization/Security Testing for Replica Set Emulation
- Backlog
-
SERVER-88354 Add ssl test suites to replicaset emulation build variant
- Backlog
-
SERVER-88355 Add LDAP test suites to replicaset emulation build variant
- Backlog
-
SERVER-88356 Add audit test suites to replicaset emulation build variant
- Backlog
-
SERVER-88357 Add ESE test suites to replicaset emulation build variant
- Backlog
-
SERVER-88358 Add auth test suites to replicaset emulation build variant
- Backlog
-
SERVER-88368 Add OCSP test suites to replicaset emulation build variant
- Backlog
-
SERVER-88369 Add ssl test suites to replicaset emulation build variant
- Closed
- split from
-
SERVER-88502 Add a new nightly build variant to run tests with replica set endpoint
- Closed