mongo-python-driver/test
2024-06-27 13:46:30 -07:00
..
asynchronous PYTHON-4520 Add test-async tox command and automated async testing (#1699) 2024-06-26 12:21:00 -07:00
atlas PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
auth PYTHON-4463 Disallow comma character in authMechanismProperties connection string value (#1646) 2024-06-05 14:39:00 -05:00
auth_aws PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
auth_oidc PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
bson_corpus PYTHON-3893 Add BSON Binary Data subtype Sensitive (#1335) 2023-08-02 13:07:44 -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-4206 - QE Range Protocol V2 (#1670) 2024-06-12 10:02:59 -07:00
collection_management PYTHON-3613 Improving Time-Series Scalability (#1213) 2023-05-12 16:58:10 -05:00
command_logging PYTHON-4322 Fix racy unified tests of unacknowledged writes (#1578) 2024-04-10 20:19:51 -05:00
command_monitoring PYTHON-4322 Fix racy unified tests of unacknowledged writes (#1578) 2024-04-10 20:19:51 -05:00
connection_logging PYTHON-4362 Resync CMAP tests (#1586) 2024-04-12 17:56:08 -07:00
connection_monitoring PYTHON-4356 & PYTHON-4414 Skip Failing Tests (#1638) 2024-05-14 14:56:09 -05:00
connection_string/test PYTHON-4463 Add missing data in connection string test (#1685) 2024-06-17 11:43:20 -05: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-4117 Require 4.3.1+ server version when using failCommand errorLabels option (#1526) 2024-02-20 13:28:08 -06: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-3175 Preemptively cancel in progress operations when SDAM heartbeats timeout (#1465) 2024-01-19 10:55:10 -08:00
gridfs PYTHON-2459 Implement unified GridFS tests (#1012) 2022-07-19 15:01:41 -07:00
index_management PYTHON-4037 Avoid Appending Write/Read Concern in Atlas Search Index Helper Commands (#1570) 2024-04-03 06:17:51 -05:00
lambda PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -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-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
mod_wsgi_test PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
mypy_fails PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
ocsp PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
performance PYTHON-4325 Add multi-threaded benchmarks for Find and RunCommand (#1576) 2024-04-10 17:34:16 -07:00
read_write_concern PYTHON-1643 Resync read write concern spec tests 2021-12-09 13:50:53 -08:00
retryable_reads PYTHON-4016 making ReadConcernMajorityNotAvailableYet a retryable error (#1467) 2024-01-11 08:55:53 -05:00
retryable_writes PYTHON-4117 Require 4.3.1+ server version when using failCommand errorLabels option (#1526) 2024-02-20 13:28:08 -06:00
run_command/unified PYTHON-3588 Expose an API to create a cursor from a command response (#1263) 2023-06-28 14:19:04 -07: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
server_selection_logging PYTHON-4261 Reduce verbosity of "Waiting for suitable server to become available" log message (#1656) 2024-06-03 15:04:05 -07:00
sessions DRIVERS-2369 Disable causal consistency in implicit sessions (#1132) 2023-01-10 15:49:46 -08:00
srv_seedlist PYTHON-3822 Add SRV test with uppercase hostname (#1423) 2023-12-05 13:27:18 -08:00
synchronous PYTHON-4520 Add test-async tox command and automated async testing (#1699) 2024-06-26 12:21:00 -07:00
transactions/unified PYTHON-2723 Convert transactions spec tests to unified test format (#1543) 2024-03-26 17:28:32 -05:00
transactions-convenient-api/unified PYTHON-2723 Convert transactions spec tests to unified test format (#1543) 2024-03-26 17:28:32 -05:00
unicode PYTHON-4014 Apply QA Suggestions from Scientific Python Library Development Guide (#1414) 2023-11-01 19:37:22 -05:00
unified-test-format PYTHON-4299 Add support for TopologyDescriptionChangedEvent to expectEvents (#1572) 2024-04-10 17:16:20 -07:00
uri_options PYTHON-3668 Use polling SDAM mode on FaaS and add sdamMode=auto/stream/poll (#1360) 2023-10-12 13:19:16 -07: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-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
conftest.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
crud_v2_format.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
pymongo_mocks.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
qcheck.py PYTHON-4014 Apply QA Suggestions from Scientific Python Library Development Guide (#1414) 2023-11-01 19:37:22 -05:00
sigstop_sigcont.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_auth_spec.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
test_auth.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_binary.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_bson_corpus.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_bson.py PYTHON-4323 Add regression test for out-of-bounds read when decoding invalid bson (#1693) 2024-06-20 09:57:04 -07:00
test_bulk.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_change_stream.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_client_context.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_client.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_code.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_collation.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_collection_management.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_collection.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_command_logging.py PYTHON-4354 & PYTHON-4355 - Increase logging limit for tests (#1584) 2024-04-12 16:15:54 -07:00
test_command_monitoring.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_comment.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_common.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_connection_logging.py PYTHON-3457 Easier debugging with standardized logging (#1515) 2024-02-15 11:35:08 -08:00
test_connection_monitoring.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_connections_survive_primary_stepdown_spec.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_create_entities.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_crud_unified.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_crud_v1.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_csot.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_cursor.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_custom_types.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_data_lake.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_database.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_dbref.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_decimal128.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_default_exports.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_discovery_and_monitoring.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_dns.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_encryption.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_errors.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_examples.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_fork.py PYTHON-4503 - Re-enable accidentally disabled tests (#1683) 2024-06-14 09:25:34 -07:00
test_grid_file.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_gridfs_bucket.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_gridfs_spec.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_gridfs.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_heartbeat_monitoring.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_index_management.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_json_util.py PYTHON-4179 Verify document_class type in json_util.loads test (#1509) 2024-02-06 14:18:09 -08:00
test_load_balancer.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_logger.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_max_staleness.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_mongos_load_balancing.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_monitor.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
test_monitoring.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_objectid.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_ocsp_cache.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_on_demand_csfle.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
test_pooling.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_pymongo.py PYTHON-4451 Use Hatch as Build Backend (#1644) 2024-06-07 06:24:18 -05:00
test_raw_bson.py PYTHON-4084 Fix BSON inflation for DBRef (#1458) 2023-12-12 13:00:14 -08:00
test_read_concern.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_read_preferences.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_read_write_concern_spec.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_replica_set_reconfig.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_results.py PYTHON-1424 Add repr to write result classes (#1400) 2023-10-20 13:52:52 -07:00
test_retryable_reads_unified.py PYTHON-4016 making ReadConcernMajorityNotAvailableYet a retryable error (#1467) 2024-01-11 08:55:53 -05:00
test_retryable_reads.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_retryable_writes_unified.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_retryable_writes.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_run_command.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_saslprep.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_sdam_monitoring_spec.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_server_description.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_server_selection_in_window.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_server_selection_logging.py PYTHON-3457 Easier debugging with standardized logging (#1515) 2024-02-15 11:35:08 -08:00
test_server_selection_rtt.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_server_selection.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_server.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_session.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_sessions_unified.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_son.py PYTHON-4014 Apply QA Suggestions from Scientific Python Library Development Guide (#1414) 2023-11-01 19:37:22 -05:00
test_srv_polling.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_ssl.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_streaming_protocol.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_threads.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_timestamp.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
test_topology.py PYTHON-4524 Bump maxWireVersion for MongoDB 8.0 (#1720) 2024-06-27 13:46:30 -07:00
test_transactions_unified.py PYTHON-4361 Skip transactions tests on MMAPv1 (#1583) 2024-04-12 15:28:34 -07:00
test_transactions.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_typing_strict.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
test_typing.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_unified_format.py PYTHON-4014 Apply QA Suggestions from Scientific Python Library Development Guide (#1414) 2023-11-01 19:37:22 -05:00
test_uri_parser.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_uri_spec.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
test_versioned_api.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
test_write_concern.py PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
unified_format.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
utils_selection_tests.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
utils_spec_runner.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
utils.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
version.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00