mongo-python-driver/test
Shane Harvey 3d3e4dc238
PYTHON-3464 Add FaaS platform to handshake metadata (#1204)
Truncate metadata env, os, and platform fields if needed.
2023-05-04 18:24:14 -07:00
..
atlas PYTHON-3629 Actually install pymongo for Atlas connect tests (#1168) 2023-03-07 10:55:20 -08:00
auth PYTHON-2203 Resync auth spec tests 2021-12-09 16:29:20 -08:00
auth_aws PYTHON-3501 Ensure Auth Environment Variables are Always Dynamic (#1107) 2022-11-04 14:25:36 -05:00
bson_corpus PYTHON-2680 Breaking changes to DBRef BSON+JSON decoding (#722) 2021-09-10 11:03:25 -07:00
certificates PYTHON-1834 (cont) Add pre-commit config (#853) 2022-02-09 14:24:23 -06:00
change_streams/unified PYTHON-3232 Improved change stream event visibility for C2C Replication (#1062) 2022-09-27 15:31:20 -07:00
client-side-encryption PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
cmap PYTHON-3005 Make maxConnecting configurable (#789) 2021-11-16 12:51:36 -08:00
collection_management PYTHON-3274 Add commandStartedEvent assertions to clustered index spec tests (#1022) 2022-07-27 18:28:23 -05:00
command_monitoring PYTHON-3523 Remove getNonce command usage for 6.2+ (#1135) 2023-01-12 12:08:53 -06:00
connection_string/test PYTHON-1579 Update URI parser to adhere to new connection string spec (#755) 2021-10-20 13:39:32 -07:00
crud PYTHON-3351 Provide access to raw result document when the server returns an error for a command (#1125) 2022-12-02 12:52:01 -08:00
csot PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
data_lake PYTHON-3167 Revert to using the count command for estimated_document_count (#934) 2022-05-02 16:32:05 -07:00
discovery_and_monitoring PYTHON-3400 Only use new electionId/setVersion logic on 6.0+ 2022-10-05 13:02:15 -07:00
gridfs PYTHON-2459 Implement unified GridFS tests (#1012) 2022-07-19 15:01:41 -07:00
load_balancer PYTHON-2868 Test Serverless behind a load balancer (#742) 2021-09-23 15:57:57 -07:00
max_staleness PYTHON-2971 PossiblePrimary must not be checked for wire version compatibility of MaxStalenessSeconds (#778) 2021-11-08 14:30:58 -08:00
mockupdb PYTHON-3526 Fix mockup tests (#1119) 2022-11-17 12:26:32 -08:00
mod_wsgi_test PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
mypy_fails PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
ocsp PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
performance PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
read_write_concern PYTHON-1643 Resync read write concern spec tests 2021-12-09 13:50:53 -08:00
retryable_reads PYTHON-3500 Resync retryable tests to fix serverless failures (#1116) 2022-11-15 17:43:34 -08:00
retryable_writes PYTHON-3388 Propagate Original Error for Write Errors Labeled NoWritesPerformed (#1117) 2022-12-01 17:54:15 -08:00
sdam_monitoring DRIVERS-1864 Resync SDAM spec tests (#707) 2021-08-17 14:53:11 -07:00
server_selection PYTHON-3027 Fix server selection when topology type is Unknown (#806) 2021-12-02 13:45:50 -08:00
sessions DRIVERS-2369 Disable causal consistency in implicit sessions (#1132) 2023-01-10 15:49:46 -08:00
srv_seedlist PYTHON-2754 Add Spec Tests For DB Names With Commas (#1162) 2023-02-23 10:20:17 -08:00
transactions PYTHON-3368 Add test that reads are not retried in a transaction (#1020) 2022-07-25 15:19:22 -07:00
transactions-convenient-api PYTHON-2676 Unified Test Runner changes in preparation for Load Balancer Support (#623) 2021-05-18 10:20:36 -07:00
unicode PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
unified-test-format PYTHON-3523 Resync unified test format tests for getnonce (#1141) 2023-01-24 14:38:48 -08:00
uri_options PYTHON-3288 Implement client side operation timeout (#954) 2022-06-06 15:36:52 -04:00
versioned-api PYTHON-3167 Revert to using the count command for estimated_document_count (#934) 2022-05-02 16:32:05 -07:00
__init__.py PYTHON-3671 Use default server selection timeout in test setup (#1191) 2023-04-14 14:45:57 -07:00
crud_v2_format.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
pymongo_mocks.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
qcheck.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
sigstop_sigcont.py PYTHON-3191 Fix test_sigstop_sigcont with Versioned API (#916) 2022-03-31 12:25:45 -07:00
test_auth_spec.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_auth.py PYTHON-3523 Resync unified test format tests for getnonce (#1141) 2023-01-24 14:38:48 -08:00
test_binary.py PYTHON-3085 Audit consistent and correct types for _DocumentOut (#893) 2022-03-16 05:56:07 -05:00
test_bson_corpus.py PYTHON-3085 Audit consistent and correct types for _DocumentOut (#893) 2022-03-16 05:56:07 -05:00
test_bson.py PYTHON-3444 MyPy Errors With Version 0.981 (#1063) 2022-09-26 15:48:48 -07:00
test_bulk.py PYTHON-3493 Bulk Write InsertOne Should Be Parameter Of Collection Type (#1106) 2022-11-10 14:19:55 -08:00
test_change_stream.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_client_context.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_client.py PYTHON-3464 Add FaaS platform to handshake metadata (#1204) 2023-05-04 18:24:14 -07:00
test_cmap.py PYTHON-3336 Test Failure - test_load_balancer failing (#1000) 2022-07-08 19:40:25 -05:00
test_code.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_collation.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_collection_management.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_collection.py PYTHON-3657 Allow index name explicitly set to None (#1182) 2023-04-07 11:09:50 -07:00
test_command_monitoring.py PYTHON-3523 Remove getNonce command usage for 6.2+ (#1135) 2023-01-12 12:08:53 -06:00
test_comment.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_common.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_connections_survive_primary_stepdown_spec.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_create_entities.py PYTHON-3527 + PYTHON-3528 Fix no-server tests (#1118) 2022-11-17 12:27:00 -08:00
test_crud_unified.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_crud_v1.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_csot.py PYTHON-3478 Improve test_change_stream_can_resume_after_timeouts (#1083) 2022-10-19 15:14:46 -07:00
test_cursor.py PYTHON-3524 Support passing list of strings to create_index (#1121) 2022-11-29 05:27:45 -06:00
test_custom_types.py PYTHON-3686 Consolidate CodecOptions Typings (#1199) 2023-04-28 16:11:27 -05:00
test_data_lake.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_database.py PYTHON-3568 Intellisense highlights multiple PyMongo methods because of CodecOptions (#1139) 2023-01-25 09:41:23 -06:00
test_dbref.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_decimal128.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_default_exports.py PYTHON-3311 Module "pymongo" does not explicitly export attribute "MongoClient"; implicit reexport disabled (#994) 2022-07-06 18:30:00 -05:00
test_discovery_and_monitoring.py PYTHON-3312 Convert SDAM integration tests to unified (#1028) 2022-08-03 15:34:16 -07:00
test_dns.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_encryption.py PYTHON-3614 Support Queryable Encryption protocol v2 on 7.0+ (#1197) 2023-05-01 09:16:28 -07:00
test_errors.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_examples.py PYTHON-3391 Skip unsupported CSOT tests on serverless (#1030) 2022-08-03 13:30:41 -07:00
test_fork.py PYTHON-3406 Reinstate warning and docs that PyMongo is not fork safe (#1050) 2022-09-13 14:14:53 -07:00
test_grid_file.py PYTHON-1552 Prevent uploading partial or corrupt GridFS files after an error occurs 2022-06-16 15:26:27 -07:00
test_gridfs_bucket.py PYTHON-3609 Stop using deprecated setDaemon api in test suite (#1158) 2023-02-16 15:49:00 -08:00
test_gridfs_spec.py PYTHON-2459 Implement unified GridFS tests (#1012) 2022-07-19 15:01:41 -07:00
test_gridfs.py PYTHON-3609 Stop using deprecated setDaemon api in test suite (#1158) 2023-02-16 15:49:00 -08:00
test_heartbeat_monitoring.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_json_util.py PYTHON-3562 Type annotation of bson.json_utils.loads is incorrect (only accepts str) (#1152) 2023-02-10 15:28:04 -08:00
test_load_balancer.py PYTHON-3577 Fix test_session_gc on serverless (#1153) 2023-02-14 10:18:55 -08:00
test_max_staleness.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_mongos_load_balancing.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_monitor.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_monitoring.py PYTHON-3523 Remove getNonce command usage for 6.2+ (#1135) 2023-01-12 12:08:53 -06:00
test_objectid.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_ocsp_cache.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_on_demand_csfle.py PYTHON-3396 Support the Azure VM-assigned Managed Identity for Automatic KMS Credentials (#1105) 2022-11-08 12:10:44 -06:00
test_pooling.py PYTHON-3142 Stop using $where in test_maxConnecting (#886) 2022-02-23 11:52:55 -08:00
test_pymongo.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_raw_bson.py PYTHON-3174 Don't reinit client_context.client (#899) 2022-03-16 09:36:31 -07:00
test_read_concern.py PYTHON-3577 Fix test_aggregate_out on 4.0 replica set (#1146) 2023-01-31 15:22:28 -08:00
test_read_preferences.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_read_write_concern_spec.py PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
test_replica_set_reconfig.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_retryable_reads_unified.py PYTHON-2951 Test that handshake errors are retryable (#846) 2022-02-23 14:00:43 -08:00
test_retryable_reads.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_retryable_writes_unified.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_retryable_writes.py PYTHON-3596 Guarantee a document update in retryable writes tests (#1149) 2023-02-07 07:35:19 -08:00
test_saslprep.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_sdam_monitoring_spec.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_server_description.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_server_selection_in_window.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_server_selection_rtt.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_server_selection.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_server.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_session.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_sessions_unified.py PYTHON-3123 Convert sessions spec tests to unified test format (#888) 2022-02-25 10:36:05 -08:00
test_son.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
test_srv_polling.py PYTHON-3468 Test failures in test_srv_polling.TestSrvPolling (#1073) 2022-10-11 14:14:59 -05:00
test_ssl.py PYTHON-3672 Increase server selection timeout in more tests (#1192) 2023-04-14 15:35:20 -07:00
test_streaming_protocol.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_threads.py PYTHON-3609 Stop using deprecated setDaemon api in test suite (#1158) 2023-02-16 15:49:00 -08:00
test_timestamp.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_topology.py PYTHON-3652 Bump maxWireVersion for MongoDB 7.0 (#1188) 2023-04-12 10:40:44 -05:00
test_transactions_unified.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_transactions.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_typing_strict.py PYTHON-3568 Intellisense highlights multiple PyMongo methods because of CodecOptions (#1139) 2023-01-25 09:41:23 -06:00
test_typing.py PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
test_unified_format.py PYTHON-2683 Convert change stream spec tests to unified test format (#950) 2022-06-01 18:26:52 -05:00
test_uri_parser.py PYTHON-3251 Make extra whitespace visible in invalid port exception (#937) 2022-05-04 11:12:58 -07:00
test_uri_spec.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
test_versioned_api.py PYTHON-3516 Improve test EventListener api (#1114) 2022-11-14 08:50:08 -08:00
test_write_concern.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
unified_format.py PYTHON-3614 Support Queryable Encryption protocol v2 on 7.0+ (#1197) 2023-05-01 09:16:28 -07:00
utils_selection_tests.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
utils_spec_runner.py PYTHON-3614 Support Queryable Encryption protocol v2 on 7.0+ (#1197) 2023-05-01 09:16:28 -07:00
utils.py PYTHON-3614 Support Queryable Encryption protocol v2 on 7.0+ (#1197) 2023-05-01 09:16:28 -07:00
version.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00