1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931
|
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015.
CONTRIBUTING.md
Changes
INSTALL.md
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
README.md
inc/CheckJiraInChanges.pm
inc/ExtUtils/HasCompiler.pm
inc/Makefile.footer
lib/MongoDB.pm
lib/MongoDB/BSON/Binary.pm
lib/MongoDB/BSON/Regexp.pm
lib/MongoDB/BulkWrite.pm
lib/MongoDB/BulkWriteResult.pm
lib/MongoDB/BulkWriteView.pm
lib/MongoDB/ChangeStream.pm
lib/MongoDB/ClientSession.pm
lib/MongoDB/Code.pm
lib/MongoDB/Collection.pm
lib/MongoDB/CommandResult.pm
lib/MongoDB/Cursor.pm
lib/MongoDB/DBRef.pm
lib/MongoDB/DataTypes.pod
lib/MongoDB/Database.pm
lib/MongoDB/DeleteResult.pm
lib/MongoDB/Error.pm
lib/MongoDB/Examples.pod
lib/MongoDB/GridFSBucket.pm
lib/MongoDB/GridFSBucket/DownloadStream.pm
lib/MongoDB/GridFSBucket/UploadStream.pm
lib/MongoDB/IndexView.pm
lib/MongoDB/InsertManyResult.pm
lib/MongoDB/InsertOneResult.pm
lib/MongoDB/MongoClient.pm
lib/MongoDB/Monitoring.pod
lib/MongoDB/OID.pm
lib/MongoDB/Op/_Aggregate.pm
lib/MongoDB/Op/_BatchInsert.pm
lib/MongoDB/Op/_BulkWrite.pm
lib/MongoDB/Op/_ChangeStream.pm
lib/MongoDB/Op/_Command.pm
lib/MongoDB/Op/_Count.pm
lib/MongoDB/Op/_CreateIndexes.pm
lib/MongoDB/Op/_Delete.pm
lib/MongoDB/Op/_Distinct.pm
lib/MongoDB/Op/_DropCollection.pm
lib/MongoDB/Op/_DropDatabase.pm
lib/MongoDB/Op/_DropIndexes.pm
lib/MongoDB/Op/_EndTxn.pm
lib/MongoDB/Op/_Explain.pm
lib/MongoDB/Op/_FSyncUnlock.pm
lib/MongoDB/Op/_FindAndDelete.pm
lib/MongoDB/Op/_FindAndUpdate.pm
lib/MongoDB/Op/_GetMore.pm
lib/MongoDB/Op/_InsertOne.pm
lib/MongoDB/Op/_KillCursors.pm
lib/MongoDB/Op/_ListCollections.pm
lib/MongoDB/Op/_ListIndexes.pm
lib/MongoDB/Op/_ParallelScan.pm
lib/MongoDB/Op/_Query.pm
lib/MongoDB/Op/_RenameCollection.pm
lib/MongoDB/Op/_Update.pm
lib/MongoDB/QueryResult.pm
lib/MongoDB/QueryResult/Filtered.pm
lib/MongoDB/ReadConcern.pm
lib/MongoDB/ReadPreference.pm
lib/MongoDB/Role/_BypassValidation.pm
lib/MongoDB/Role/_CollectionOp.pm
lib/MongoDB/Role/_CommandCursorOp.pm
lib/MongoDB/Role/_CommandMonitoring.pm
lib/MongoDB/Role/_CursorAPI.pm
lib/MongoDB/Role/_DatabaseErrorThrower.pm
lib/MongoDB/Role/_DatabaseOp.pm
lib/MongoDB/Role/_DeprecationWarner.pm
lib/MongoDB/Role/_InsertPreEncoder.pm
lib/MongoDB/Role/_OpReplyParser.pm
lib/MongoDB/Role/_PrivateConstructor.pm
lib/MongoDB/Role/_ReadOp.pm
lib/MongoDB/Role/_ReadPrefModifier.pm
lib/MongoDB/Role/_SessionSupport.pm
lib/MongoDB/Role/_SingleBatchDocWrite.pm
lib/MongoDB/Role/_TopologyMonitoring.pm
lib/MongoDB/Role/_UpdatePreEncoder.pm
lib/MongoDB/Role/_WriteOp.pm
lib/MongoDB/Role/_WriteResult.pm
lib/MongoDB/Timestamp.pm
lib/MongoDB/Tutorial.pod
lib/MongoDB/UnacknowledgedResult.pm
lib/MongoDB/UpdateResult.pm
lib/MongoDB/Upgrading.pod
lib/MongoDB/Upgrading/v1.pod
lib/MongoDB/WriteConcern.pm
lib/MongoDB/_Constants.pm
lib/MongoDB/_Credential.pm
lib/MongoDB/_Dispatcher.pm
lib/MongoDB/_Link.pm
lib/MongoDB/_Platform.pm
lib/MongoDB/_Protocol.pm
lib/MongoDB/_Server.pm
lib/MongoDB/_ServerSession.pm
lib/MongoDB/_SessionPool.pm
lib/MongoDB/_Topology.pm
lib/MongoDB/_TransactionOptions.pm
lib/MongoDB/_Types.pm
lib/MongoDB/_URI.pm
perlcritic.rc
t/00-report-mongod.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/auth_spec.t
t/bulk.t
t/bulk_write_pipeline.t
t/bypass_doc_validation.t
t/causal_consistency.t
t/changestreams.t
t/changestreams_spec.t
t/collection.t
t/connection.t
t/connection_string_spec.t
t/connections-survive-step-down.t
t/crud.t
t/crud_spec.t
t/cursor.t
t/data/CRUD/README.rst
t/data/CRUD/v1/read/aggregate-collation.json
t/data/CRUD/v1/read/aggregate-collation.yml
t/data/CRUD/v1/read/aggregate-out.json
t/data/CRUD/v1/read/aggregate-out.yml
t/data/CRUD/v1/read/aggregate.json
t/data/CRUD/v1/read/aggregate.yml
t/data/CRUD/v1/read/count-collation.json
t/data/CRUD/v1/read/count-collation.yml
t/data/CRUD/v1/read/count-empty.json
t/data/CRUD/v1/read/count-empty.yml
t/data/CRUD/v1/read/count.json
t/data/CRUD/v1/read/count.yml
t/data/CRUD/v1/read/distinct-collation.json
t/data/CRUD/v1/read/distinct-collation.yml
t/data/CRUD/v1/read/distinct.json
t/data/CRUD/v1/read/distinct.yml
t/data/CRUD/v1/read/find-collation.json
t/data/CRUD/v1/read/find-collation.yml
t/data/CRUD/v1/read/find.json
t/data/CRUD/v1/read/find.yml
t/data/CRUD/v1/write/bulkWrite-arrayFilters.json
t/data/CRUD/v1/write/bulkWrite-arrayFilters.yml
t/data/CRUD/v1/write/bulkWrite-collation.json
t/data/CRUD/v1/write/bulkWrite-collation.yml
t/data/CRUD/v1/write/bulkWrite.json
t/data/CRUD/v1/write/bulkWrite.yml
t/data/CRUD/v1/write/deleteMany-collation.json
t/data/CRUD/v1/write/deleteMany-collation.yml
t/data/CRUD/v1/write/deleteMany.json
t/data/CRUD/v1/write/deleteMany.yml
t/data/CRUD/v1/write/deleteOne-collation.json
t/data/CRUD/v1/write/deleteOne-collation.yml
t/data/CRUD/v1/write/deleteOne.json
t/data/CRUD/v1/write/deleteOne.yml
t/data/CRUD/v1/write/findOneAndDelete-collation.json
t/data/CRUD/v1/write/findOneAndDelete-collation.yml
t/data/CRUD/v1/write/findOneAndDelete.json
t/data/CRUD/v1/write/findOneAndDelete.yml
t/data/CRUD/v1/write/findOneAndReplace-collation.json
t/data/CRUD/v1/write/findOneAndReplace-collation.yml
t/data/CRUD/v1/write/findOneAndReplace-upsert.json
t/data/CRUD/v1/write/findOneAndReplace-upsert.yml
t/data/CRUD/v1/write/findOneAndReplace.json
t/data/CRUD/v1/write/findOneAndReplace.yml
t/data/CRUD/v1/write/findOneAndUpdate-arrayFilters.json
t/data/CRUD/v1/write/findOneAndUpdate-arrayFilters.yml
t/data/CRUD/v1/write/findOneAndUpdate-collation.json
t/data/CRUD/v1/write/findOneAndUpdate-collation.yml
t/data/CRUD/v1/write/findOneAndUpdate.json
t/data/CRUD/v1/write/findOneAndUpdate.yml
t/data/CRUD/v1/write/insertMany.json
t/data/CRUD/v1/write/insertMany.yml
t/data/CRUD/v1/write/insertOne.json
t/data/CRUD/v1/write/insertOne.yml
t/data/CRUD/v1/write/replaceOne-collation.json
t/data/CRUD/v1/write/replaceOne-collation.yml
t/data/CRUD/v1/write/replaceOne.json
t/data/CRUD/v1/write/replaceOne.yml
t/data/CRUD/v1/write/updateMany-arrayFilters.json
t/data/CRUD/v1/write/updateMany-arrayFilters.yml
t/data/CRUD/v1/write/updateMany-collation.json
t/data/CRUD/v1/write/updateMany-collation.yml
t/data/CRUD/v1/write/updateMany.json
t/data/CRUD/v1/write/updateMany.yml
t/data/CRUD/v1/write/updateOne-arrayFilters.json
t/data/CRUD/v1/write/updateOne-arrayFilters.yml
t/data/CRUD/v1/write/updateOne-collation.json
t/data/CRUD/v1/write/updateOne-collation.yml
t/data/CRUD/v1/write/updateOne.json
t/data/CRUD/v1/write/updateOne.yml
t/data/CRUD/v2/aggregate-merge.json
t/data/CRUD/v2/aggregate-merge.yml
t/data/CRUD/v2/aggregate-out-readConcern.json
t/data/CRUD/v2/aggregate-out-readConcern.yml
t/data/CRUD/v2/bulkWrite-arrayFilters.json
t/data/CRUD/v2/bulkWrite-arrayFilters.yml
t/data/CRUD/v2/db-aggregate.json
t/data/CRUD/v2/db-aggregate.yml
t/data/CRUD/v2/updateWithPipelines.json
t/data/CRUD/v2/updateWithPipelines.yml
t/data/SDAM/README.rst
t/data/SDAM/monitoring/README.rst
t/data/SDAM/monitoring/replica_set_with_no_primary.json
t/data/SDAM/monitoring/replica_set_with_no_primary.yml
t/data/SDAM/monitoring/replica_set_with_primary.json
t/data/SDAM/monitoring/replica_set_with_primary.yml
t/data/SDAM/monitoring/replica_set_with_removal.json
t/data/SDAM/monitoring/replica_set_with_removal.yml
t/data/SDAM/monitoring/required_replica_set.json
t/data/SDAM/monitoring/required_replica_set.yml
t/data/SDAM/monitoring/standalone.json
t/data/SDAM/monitoring/standalone.yml
t/data/SDAM/rs/compatible.json
t/data/SDAM/rs/compatible.yml
t/data/SDAM/rs/discover_arbiters.json
t/data/SDAM/rs/discover_arbiters.yml
t/data/SDAM/rs/discover_passives.json
t/data/SDAM/rs/discover_passives.yml
t/data/SDAM/rs/discover_primary.json
t/data/SDAM/rs/discover_primary.yml
t/data/SDAM/rs/discover_secondary.json
t/data/SDAM/rs/discover_secondary.yml
t/data/SDAM/rs/discovery.json
t/data/SDAM/rs/discovery.yml
t/data/SDAM/rs/equal_electionids.json
t/data/SDAM/rs/equal_electionids.yml
t/data/SDAM/rs/ghost_discovered.json
t/data/SDAM/rs/ghost_discovered.yml
t/data/SDAM/rs/hosts_differ_from_seeds.json
t/data/SDAM/rs/hosts_differ_from_seeds.yml
t/data/SDAM/rs/ls_timeout.json
t/data/SDAM/rs/ls_timeout.yml
t/data/SDAM/rs/member_reconfig.json
t/data/SDAM/rs/member_reconfig.yml
t/data/SDAM/rs/member_standalone.json
t/data/SDAM/rs/member_standalone.yml
t/data/SDAM/rs/new_primary.json
t/data/SDAM/rs/new_primary.yml
t/data/SDAM/rs/new_primary_new_electionid.json
t/data/SDAM/rs/new_primary_new_electionid.yml
t/data/SDAM/rs/new_primary_new_setversion.json
t/data/SDAM/rs/new_primary_new_setversion.yml
t/data/SDAM/rs/new_primary_wrong_set_name.json
t/data/SDAM/rs/new_primary_wrong_set_name.yml
t/data/SDAM/rs/non_rs_member.json
t/data/SDAM/rs/non_rs_member.yml
t/data/SDAM/rs/normalize_case.json
t/data/SDAM/rs/normalize_case.yml
t/data/SDAM/rs/normalize_case_me.json
t/data/SDAM/rs/normalize_case_me.yml
t/data/SDAM/rs/null_election_id.json
t/data/SDAM/rs/null_election_id.yml
t/data/SDAM/rs/primary_becomes_ghost.json
t/data/SDAM/rs/primary_becomes_ghost.yml
t/data/SDAM/rs/primary_becomes_mongos.json
t/data/SDAM/rs/primary_becomes_mongos.yml
t/data/SDAM/rs/primary_becomes_standalone.json
t/data/SDAM/rs/primary_becomes_standalone.yml
t/data/SDAM/rs/primary_changes_set_name.json
t/data/SDAM/rs/primary_changes_set_name.yml
t/data/SDAM/rs/primary_disconnect.json
t/data/SDAM/rs/primary_disconnect.yml
t/data/SDAM/rs/primary_disconnect_electionid.json
t/data/SDAM/rs/primary_disconnect_electionid.yml
t/data/SDAM/rs/primary_disconnect_setversion.json
t/data/SDAM/rs/primary_disconnect_setversion.yml
t/data/SDAM/rs/primary_hint_from_secondary_with_mismatched_me.json
t/data/SDAM/rs/primary_hint_from_secondary_with_mismatched_me.yml
t/data/SDAM/rs/primary_mismatched_me.json
t/data/SDAM/rs/primary_mismatched_me.yml
t/data/SDAM/rs/primary_reports_new_member.json
t/data/SDAM/rs/primary_reports_new_member.yml
t/data/SDAM/rs/primary_to_no_primary_mismatched_me.json
t/data/SDAM/rs/primary_to_no_primary_mismatched_me.yml
t/data/SDAM/rs/primary_wrong_set_name.json
t/data/SDAM/rs/primary_wrong_set_name.yml
t/data/SDAM/rs/response_from_removed.json
t/data/SDAM/rs/response_from_removed.yml
t/data/SDAM/rs/rsother_discovered.json
t/data/SDAM/rs/rsother_discovered.yml
t/data/SDAM/rs/sec_not_auth.json
t/data/SDAM/rs/sec_not_auth.yml
t/data/SDAM/rs/secondary_ignore_ok_0.json
t/data/SDAM/rs/secondary_ignore_ok_0.yml
t/data/SDAM/rs/secondary_mismatched_me.json
t/data/SDAM/rs/secondary_mismatched_me.yml
t/data/SDAM/rs/secondary_wrong_set_name.json
t/data/SDAM/rs/secondary_wrong_set_name.yml
t/data/SDAM/rs/secondary_wrong_set_name_with_primary.json
t/data/SDAM/rs/secondary_wrong_set_name_with_primary.yml
t/data/SDAM/rs/setversion_without_electionid.json
t/data/SDAM/rs/setversion_without_electionid.yml
t/data/SDAM/rs/stepdown_change_set_name.json
t/data/SDAM/rs/stepdown_change_set_name.yml
t/data/SDAM/rs/too_new.json
t/data/SDAM/rs/too_new.yml
t/data/SDAM/rs/too_old.json
t/data/SDAM/rs/too_old.yml
t/data/SDAM/rs/unexpected_mongos.json
t/data/SDAM/rs/unexpected_mongos.yml
t/data/SDAM/rs/use_setversion_without_electionid.json
t/data/SDAM/rs/use_setversion_without_electionid.yml
t/data/SDAM/rs/wrong_set_name.json
t/data/SDAM/rs/wrong_set_name.yml
t/data/SDAM/sharded/compatible.json
t/data/SDAM/sharded/compatible.yml
t/data/SDAM/sharded/ls_timeout_mongos.json
t/data/SDAM/sharded/ls_timeout_mongos.yml
t/data/SDAM/sharded/mongos_disconnect.json
t/data/SDAM/sharded/mongos_disconnect.yml
t/data/SDAM/sharded/multiple_mongoses.json
t/data/SDAM/sharded/multiple_mongoses.yml
t/data/SDAM/sharded/non_mongos_removed.json
t/data/SDAM/sharded/non_mongos_removed.yml
t/data/SDAM/sharded/normalize_uri_case.json
t/data/SDAM/sharded/normalize_uri_case.yml
t/data/SDAM/sharded/too_new.json
t/data/SDAM/sharded/too_new.yml
t/data/SDAM/sharded/too_old.json
t/data/SDAM/sharded/too_old.yml
t/data/SDAM/single/compatible.json
t/data/SDAM/single/compatible.yml
t/data/SDAM/single/direct_connection_external_ip.json
t/data/SDAM/single/direct_connection_external_ip.yml
t/data/SDAM/single/direct_connection_mongos.json
t/data/SDAM/single/direct_connection_mongos.yml
t/data/SDAM/single/direct_connection_rsarbiter.json
t/data/SDAM/single/direct_connection_rsarbiter.yml
t/data/SDAM/single/direct_connection_rsprimary.json
t/data/SDAM/single/direct_connection_rsprimary.yml
t/data/SDAM/single/direct_connection_rssecondary.json
t/data/SDAM/single/direct_connection_rssecondary.yml
t/data/SDAM/single/direct_connection_slave.json
t/data/SDAM/single/direct_connection_slave.yml
t/data/SDAM/single/direct_connection_standalone.json
t/data/SDAM/single/direct_connection_standalone.yml
t/data/SDAM/single/ls_timeout_standalone.json
t/data/SDAM/single/ls_timeout_standalone.yml
t/data/SDAM/single/not_ok_response.json
t/data/SDAM/single/not_ok_response.yml
t/data/SDAM/single/standalone_removed.json
t/data/SDAM/single/standalone_removed.yml
t/data/SDAM/single/too_new.json
t/data/SDAM/single/too_new.yml
t/data/SDAM/single/too_old.json
t/data/SDAM/single/too_old.yml
t/data/SDAM/single/unavailable_seed.json
t/data/SDAM/single/unavailable_seed.yml
t/data/SS/README.rst
t/data/SS/rtt/first_value.json
t/data/SS/rtt/first_value.yml
t/data/SS/rtt/first_value_zero.json
t/data/SS/rtt/first_value_zero.yml
t/data/SS/rtt/value_test_1.json
t/data/SS/rtt/value_test_1.yml
t/data/SS/rtt/value_test_2.json
t/data/SS/rtt/value_test_2.yml
t/data/SS/rtt/value_test_3.json
t/data/SS/rtt/value_test_3.yml
t/data/SS/rtt/value_test_4.json
t/data/SS/rtt/value_test_4.yml
t/data/SS/rtt/value_test_5.json
t/data/SS/rtt/value_test_5.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Nearest.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Nearest.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Nearest_multiple.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Nearest_multiple.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Nearest_non_matching.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Nearest_non_matching.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/PossiblePrimary.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/PossiblePrimary.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/PossiblePrimaryNearest.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Primary.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Primary.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred_non_matching.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/PrimaryPreferred_non_matching.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred_non_matching.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred_non_matching.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags2.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary_multi_tags2.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary_non_matching.json
t/data/SS/server_selection/ReplicaSetNoPrimary/read/Secondary_non_matching.yml
t/data/SS/server_selection/ReplicaSetNoPrimary/write/SecondaryPreferred.json
t/data/SS/server_selection/ReplicaSetNoPrimary/write/SecondaryPreferred.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Nearest.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Nearest.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Nearest_multiple.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Nearest_multiple.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Nearest_non_matching.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Nearest_non_matching.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Primary.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Primary.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/PrimaryPreferred.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/PrimaryPreferred.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/PrimaryPreferred_non_matching.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/PrimaryPreferred_non_matching.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Secondary.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Secondary.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred_non_matching.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred_non_matching.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred_tags.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/SecondaryPreferred_tags.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Secondary_non_matching.json
t/data/SS/server_selection/ReplicaSetWithPrimary/read/Secondary_non_matching.yml
t/data/SS/server_selection/ReplicaSetWithPrimary/write/SecondaryPreferred.json
t/data/SS/server_selection/ReplicaSetWithPrimary/write/SecondaryPreferred.yml
t/data/SS/server_selection/Sharded/read/Nearest.json
t/data/SS/server_selection/Sharded/read/Nearest.yml
t/data/SS/server_selection/Sharded/read/Primary.json
t/data/SS/server_selection/Sharded/read/Primary.yml
t/data/SS/server_selection/Sharded/read/PrimaryPreferred.json
t/data/SS/server_selection/Sharded/read/PrimaryPreferred.yml
t/data/SS/server_selection/Sharded/read/Secondary.json
t/data/SS/server_selection/Sharded/read/Secondary.yml
t/data/SS/server_selection/Sharded/read/SecondaryPreferred.json
t/data/SS/server_selection/Sharded/read/SecondaryPreferred.yml
t/data/SS/server_selection/Sharded/write/Nearest.json
t/data/SS/server_selection/Sharded/write/Nearest.yml
t/data/SS/server_selection/Sharded/write/Primary.json
t/data/SS/server_selection/Sharded/write/Primary.yml
t/data/SS/server_selection/Sharded/write/PrimaryPreferred.json
t/data/SS/server_selection/Sharded/write/PrimaryPreferred.yml
t/data/SS/server_selection/Sharded/write/Secondary.json
t/data/SS/server_selection/Sharded/write/Secondary.yml
t/data/SS/server_selection/Sharded/write/SecondaryPreferred.json
t/data/SS/server_selection/Sharded/write/SecondaryPreferred.yml
t/data/SS/server_selection/Single/read/SecondaryPreferred.json
t/data/SS/server_selection/Single/read/SecondaryPreferred.yml
t/data/SS/server_selection/Single/write/SecondaryPreferred.json
t/data/SS/server_selection/Single/write/SecondaryPreferred.yml
t/data/SS/server_selection/Unknown/read/SecondaryPreferred.json
t/data/SS/server_selection/Unknown/read/SecondaryPreferred.yml
t/data/SS/server_selection/Unknown/write/SecondaryPreferred.json
t/data/SS/server_selection/Unknown/write/SecondaryPreferred.yml
t/data/auth/README.rst
t/data/auth/connection-string.json
t/data/auth/connection-string.yml
t/data/change-streams/README.rst
t/data/change-streams/change-streams-errors.json
t/data/change-streams/change-streams-errors.yml
t/data/change-streams/change-streams.json
t/data/change-streams/change-streams.yml
t/data/command-monitoring/README.rst
t/data/command-monitoring/bulkWrite.json
t/data/command-monitoring/bulkWrite.yml
t/data/command-monitoring/command.json
t/data/command-monitoring/command.yml
t/data/command-monitoring/deleteMany.json
t/data/command-monitoring/deleteMany.yml
t/data/command-monitoring/deleteOne.json
t/data/command-monitoring/deleteOne.yml
t/data/command-monitoring/find.json
t/data/command-monitoring/find.yml
t/data/command-monitoring/insertMany.json
t/data/command-monitoring/insertMany.yml
t/data/command-monitoring/insertOne.json
t/data/command-monitoring/insertOne.yml
t/data/command-monitoring/unacknowledgedBulkWrite.json
t/data/command-monitoring/unacknowledgedBulkWrite.yml
t/data/command-monitoring/updateMany.json
t/data/command-monitoring/updateMany.yml
t/data/command-monitoring/updateOne.json
t/data/command-monitoring/updateOne.yml
t/data/connection_string/README.rst
t/data/connection_string/invalid-uris.json
t/data/connection_string/invalid-uris.yml
t/data/connection_string/valid-auth.json
t/data/connection_string/valid-auth.yml
t/data/connection_string/valid-db-with-dotted-name.json
t/data/connection_string/valid-db-with-dotted-name.yml
t/data/connection_string/valid-host_identifiers.json
t/data/connection_string/valid-host_identifiers.yml
t/data/connection_string/valid-options.json
t/data/connection_string/valid-options.yml
t/data/connection_string/valid-unix_socket-absolute.json
t/data/connection_string/valid-unix_socket-absolute.yml
t/data/connection_string/valid-unix_socket-relative.json
t/data/connection_string/valid-unix_socket-relative.yml
t/data/connection_string/valid-warnings.json
t/data/connection_string/valid-warnings.yml
t/data/gridfs/big.txt
t/data/gridfs/data.bin
t/data/gridfs/input.txt
t/data/gridfs/tests/delete.json
t/data/gridfs/tests/download.json
t/data/gridfs/tests/upload.json
t/data/initial_dns_seedlist_discovery/README.rst
t/data/initial_dns_seedlist_discovery/longer-parent-in-return.json
t/data/initial_dns_seedlist_discovery/longer-parent-in-return.yml
t/data/initial_dns_seedlist_discovery/misformatted-option.json
t/data/initial_dns_seedlist_discovery/misformatted-option.yml
t/data/initial_dns_seedlist_discovery/no-results.json
t/data/initial_dns_seedlist_discovery/no-results.yml
t/data/initial_dns_seedlist_discovery/not-enough-parts.json
t/data/initial_dns_seedlist_discovery/not-enough-parts.yml
t/data/initial_dns_seedlist_discovery/one-result-default-port.json
t/data/initial_dns_seedlist_discovery/one-result-default-port.yml
t/data/initial_dns_seedlist_discovery/one-txt-record-multiple-strings.json
t/data/initial_dns_seedlist_discovery/one-txt-record-multiple-strings.yml
t/data/initial_dns_seedlist_discovery/one-txt-record.json
t/data/initial_dns_seedlist_discovery/one-txt-record.yml
t/data/initial_dns_seedlist_discovery/parent-part-mismatch1.json
t/data/initial_dns_seedlist_discovery/parent-part-mismatch1.yml
t/data/initial_dns_seedlist_discovery/parent-part-mismatch2.json
t/data/initial_dns_seedlist_discovery/parent-part-mismatch2.yml
t/data/initial_dns_seedlist_discovery/parent-part-mismatch3.json
t/data/initial_dns_seedlist_discovery/parent-part-mismatch3.yml
t/data/initial_dns_seedlist_discovery/parent-part-mismatch4.json
t/data/initial_dns_seedlist_discovery/parent-part-mismatch4.yml
t/data/initial_dns_seedlist_discovery/parent-part-mismatch5.json
t/data/initial_dns_seedlist_discovery/parent-part-mismatch5.yml
t/data/initial_dns_seedlist_discovery/returned-parent-too-short.json
t/data/initial_dns_seedlist_discovery/returned-parent-too-short.yml
t/data/initial_dns_seedlist_discovery/returned-parent-wrong.json
t/data/initial_dns_seedlist_discovery/returned-parent-wrong.yml
t/data/initial_dns_seedlist_discovery/two-results-default-port.json
t/data/initial_dns_seedlist_discovery/two-results-default-port.yml
t/data/initial_dns_seedlist_discovery/two-results-nonstandard-port.json
t/data/initial_dns_seedlist_discovery/two-results-nonstandard-port.yml
t/data/initial_dns_seedlist_discovery/two-txt-records.json
t/data/initial_dns_seedlist_discovery/two-txt-records.yml
t/data/initial_dns_seedlist_discovery/txt-record-not-allowed-option.json
t/data/initial_dns_seedlist_discovery/txt-record-not-allowed-option.yml
t/data/initial_dns_seedlist_discovery/txt-record-with-overridden-ssl-option.json
t/data/initial_dns_seedlist_discovery/txt-record-with-overridden-ssl-option.yml
t/data/initial_dns_seedlist_discovery/txt-record-with-overridden-uri-option.json
t/data/initial_dns_seedlist_discovery/txt-record-with-overridden-uri-option.yml
t/data/initial_dns_seedlist_discovery/txt-record-with-unallowed-option.json
t/data/initial_dns_seedlist_discovery/txt-record-with-unallowed-option.yml
t/data/initial_dns_seedlist_discovery/uri-with-admin-database.json
t/data/initial_dns_seedlist_discovery/uri-with-admin-database.yml
t/data/initial_dns_seedlist_discovery/uri-with-auth.json
t/data/initial_dns_seedlist_discovery/uri-with-auth.yml
t/data/initial_dns_seedlist_discovery/uri-with-port.json
t/data/initial_dns_seedlist_discovery/uri-with-port.yml
t/data/initial_dns_seedlist_discovery/uri-with-two-hosts.json
t/data/initial_dns_seedlist_discovery/uri-with-two-hosts.yml
t/data/max_staleness/README.rst
t/data/max_staleness/ReplicaSetNoPrimary/DefaultNoMaxStaleness.json
t/data/max_staleness/ReplicaSetNoPrimary/DefaultNoMaxStaleness.yml
t/data/max_staleness/ReplicaSetNoPrimary/Incompatible.json
t/data/max_staleness/ReplicaSetNoPrimary/Incompatible.yml
t/data/max_staleness/ReplicaSetNoPrimary/LastUpdateTime.json
t/data/max_staleness/ReplicaSetNoPrimary/LastUpdateTime.yml
t/data/max_staleness/ReplicaSetNoPrimary/Nearest.json
t/data/max_staleness/ReplicaSetNoPrimary/Nearest.yml
t/data/max_staleness/ReplicaSetNoPrimary/Nearest2.json
t/data/max_staleness/ReplicaSetNoPrimary/Nearest2.yml
t/data/max_staleness/ReplicaSetNoPrimary/NoKnownServers.json
t/data/max_staleness/ReplicaSetNoPrimary/NoKnownServers.yml
t/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.json
t/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred.yml
t/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred_tags.json
t/data/max_staleness/ReplicaSetNoPrimary/PrimaryPreferred_tags.yml
t/data/max_staleness/ReplicaSetNoPrimary/Secondary.json
t/data/max_staleness/ReplicaSetNoPrimary/Secondary.yml
t/data/max_staleness/ReplicaSetNoPrimary/SecondaryPreferred.json
t/data/max_staleness/ReplicaSetNoPrimary/SecondaryPreferred.yml
t/data/max_staleness/ReplicaSetNoPrimary/SecondaryPreferred_tags.json
t/data/max_staleness/ReplicaSetNoPrimary/SecondaryPreferred_tags.yml
t/data/max_staleness/ReplicaSetNoPrimary/ZeroMaxStaleness.json
t/data/max_staleness/ReplicaSetNoPrimary/ZeroMaxStaleness.yml
t/data/max_staleness/ReplicaSetWithPrimary/DefaultNoMaxStaleness.json
t/data/max_staleness/ReplicaSetWithPrimary/DefaultNoMaxStaleness.yml
t/data/max_staleness/ReplicaSetWithPrimary/Incompatible.json
t/data/max_staleness/ReplicaSetWithPrimary/Incompatible.yml
t/data/max_staleness/ReplicaSetWithPrimary/LastUpdateTime.json
t/data/max_staleness/ReplicaSetWithPrimary/LastUpdateTime.yml
t/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.json
t/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat.yml
t/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat2.json
t/data/max_staleness/ReplicaSetWithPrimary/LongHeartbeat2.yml
t/data/max_staleness/ReplicaSetWithPrimary/MaxStalenessTooSmall.json
t/data/max_staleness/ReplicaSetWithPrimary/MaxStalenessTooSmall.yml
t/data/max_staleness/ReplicaSetWithPrimary/MaxStalenessWithModePrimary.json
t/data/max_staleness/ReplicaSetWithPrimary/MaxStalenessWithModePrimary.yml
t/data/max_staleness/ReplicaSetWithPrimary/Nearest.json
t/data/max_staleness/ReplicaSetWithPrimary/Nearest.yml
t/data/max_staleness/ReplicaSetWithPrimary/Nearest2.json
t/data/max_staleness/ReplicaSetWithPrimary/Nearest2.yml
t/data/max_staleness/ReplicaSetWithPrimary/Nearest_tags.json
t/data/max_staleness/ReplicaSetWithPrimary/Nearest_tags.yml
t/data/max_staleness/ReplicaSetWithPrimary/PrimaryPreferred.json
t/data/max_staleness/ReplicaSetWithPrimary/PrimaryPreferred.yml
t/data/max_staleness/ReplicaSetWithPrimary/PrimaryPreferred_incompatible.json
t/data/max_staleness/ReplicaSetWithPrimary/PrimaryPreferred_incompatible.yml
t/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred.json
t/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred.yml
t/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.json
t/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags.yml
t/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags2.json
t/data/max_staleness/ReplicaSetWithPrimary/SecondaryPreferred_tags2.yml
t/data/max_staleness/ReplicaSetWithPrimary/Secondary_tags.json
t/data/max_staleness/ReplicaSetWithPrimary/Secondary_tags.yml
t/data/max_staleness/ReplicaSetWithPrimary/Secondary_tags2.json
t/data/max_staleness/ReplicaSetWithPrimary/Secondary_tags2.yml
t/data/max_staleness/ReplicaSetWithPrimary/ZeroMaxStaleness.json
t/data/max_staleness/ReplicaSetWithPrimary/ZeroMaxStaleness.yml
t/data/max_staleness/Sharded/Incompatible.json
t/data/max_staleness/Sharded/Incompatible.yml
t/data/max_staleness/Sharded/SmallMaxStaleness.json
t/data/max_staleness/Sharded/SmallMaxStaleness.yml
t/data/max_staleness/Single/Incompatible.json
t/data/max_staleness/Single/Incompatible.yml
t/data/max_staleness/Single/SmallMaxStaleness.json
t/data/max_staleness/Single/SmallMaxStaleness.yml
t/data/max_staleness/Unknown/SmallMaxStaleness.json
t/data/max_staleness/Unknown/SmallMaxStaleness.yml
t/data/read-write-concern/README.rst
t/data/read-write-concern/connection-string/read-concern.json
t/data/read-write-concern/connection-string/read-concern.yml
t/data/read-write-concern/connection-string/write-concern.json
t/data/read-write-concern/connection-string/write-concern.yml
t/data/read-write-concern/document/read-concern.json
t/data/read-write-concern/document/read-concern.yml
t/data/read-write-concern/document/write-concern.json
t/data/read-write-concern/document/write-concern.yml
t/data/retryable-reads/README.rst
t/data/retryable-reads/aggregate-merge.json
t/data/retryable-reads/aggregate-merge.yml
t/data/retryable-reads/aggregate-serverErrors.json
t/data/retryable-reads/aggregate-serverErrors.yml
t/data/retryable-reads/aggregate.json
t/data/retryable-reads/aggregate.yml
t/data/retryable-reads/changeStreams-client.watch-serverErrors.json
t/data/retryable-reads/changeStreams-client.watch-serverErrors.yml
t/data/retryable-reads/changeStreams-client.watch.json
t/data/retryable-reads/changeStreams-client.watch.yml
t/data/retryable-reads/changeStreams-db.coll.watch-serverErrors.json
t/data/retryable-reads/changeStreams-db.coll.watch-serverErrors.yml
t/data/retryable-reads/changeStreams-db.coll.watch.json
t/data/retryable-reads/changeStreams-db.coll.watch.yml
t/data/retryable-reads/changeStreams-db.watch-serverErrors.json
t/data/retryable-reads/changeStreams-db.watch-serverErrors.yml
t/data/retryable-reads/changeStreams-db.watch.json
t/data/retryable-reads/changeStreams-db.watch.yml
t/data/retryable-reads/count-serverErrors.json
t/data/retryable-reads/count-serverErrors.yml
t/data/retryable-reads/count.json
t/data/retryable-reads/count.yml
t/data/retryable-reads/countDocuments-serverErrors.json
t/data/retryable-reads/countDocuments-serverErrors.yml
t/data/retryable-reads/countDocuments.json
t/data/retryable-reads/countDocuments.yml
t/data/retryable-reads/distinct-serverErrors.json
t/data/retryable-reads/distinct-serverErrors.yml
t/data/retryable-reads/distinct.json
t/data/retryable-reads/distinct.yml
t/data/retryable-reads/estimatedDocumentCount-serverErrors.json
t/data/retryable-reads/estimatedDocumentCount-serverErrors.yml
t/data/retryable-reads/estimatedDocumentCount.json
t/data/retryable-reads/estimatedDocumentCount.yml
t/data/retryable-reads/find-serverErrors.json
t/data/retryable-reads/find-serverErrors.yml
t/data/retryable-reads/find.json
t/data/retryable-reads/find.yml
t/data/retryable-reads/findOne-serverErrors.json
t/data/retryable-reads/findOne-serverErrors.yml
t/data/retryable-reads/findOne.json
t/data/retryable-reads/findOne.yml
t/data/retryable-reads/gridfs-download-serverErrors.json
t/data/retryable-reads/gridfs-download-serverErrors.yml
t/data/retryable-reads/gridfs-download.json
t/data/retryable-reads/gridfs-download.yml
t/data/retryable-reads/gridfs-downloadByName-serverErrors.json
t/data/retryable-reads/gridfs-downloadByName-serverErrors.yml
t/data/retryable-reads/gridfs-downloadByName.json
t/data/retryable-reads/gridfs-downloadByName.yml
t/data/retryable-reads/listCollectionNames-serverErrors.json
t/data/retryable-reads/listCollectionNames-serverErrors.yml
t/data/retryable-reads/listCollectionNames.json
t/data/retryable-reads/listCollectionNames.yml
t/data/retryable-reads/listCollectionObjects-serverErrors.json
t/data/retryable-reads/listCollectionObjects-serverErrors.yml
t/data/retryable-reads/listCollectionObjects.json
t/data/retryable-reads/listCollectionObjects.yml
t/data/retryable-reads/listCollections-serverErrors.json
t/data/retryable-reads/listCollections-serverErrors.yml
t/data/retryable-reads/listCollections.json
t/data/retryable-reads/listCollections.yml
t/data/retryable-reads/listDatabaseNames-serverErrors.json
t/data/retryable-reads/listDatabaseNames-serverErrors.yml
t/data/retryable-reads/listDatabaseNames.json
t/data/retryable-reads/listDatabaseNames.yml
t/data/retryable-reads/listDatabaseObjects-serverErrors.json
t/data/retryable-reads/listDatabaseObjects-serverErrors.yml
t/data/retryable-reads/listDatabaseObjects.json
t/data/retryable-reads/listDatabaseObjects.yml
t/data/retryable-reads/listDatabases-serverErrors.json
t/data/retryable-reads/listDatabases-serverErrors.yml
t/data/retryable-reads/listDatabases.json
t/data/retryable-reads/listDatabases.yml
t/data/retryable-reads/listIndexNames-serverErrors.json
t/data/retryable-reads/listIndexNames-serverErrors.yml
t/data/retryable-reads/listIndexNames.json
t/data/retryable-reads/listIndexNames.yml
t/data/retryable-reads/listIndexes-serverErrors.json
t/data/retryable-reads/listIndexes-serverErrors.yml
t/data/retryable-reads/listIndexes.json
t/data/retryable-reads/listIndexes.yml
t/data/retryable-writes/README.rst
t/data/retryable-writes/bulkWrite-serverErrors.json
t/data/retryable-writes/bulkWrite-serverErrors.yml
t/data/retryable-writes/bulkWrite.json
t/data/retryable-writes/bulkWrite.yml
t/data/retryable-writes/deleteMany.json
t/data/retryable-writes/deleteMany.yml
t/data/retryable-writes/deleteOne-serverErrors.json
t/data/retryable-writes/deleteOne-serverErrors.yml
t/data/retryable-writes/deleteOne.json
t/data/retryable-writes/deleteOne.yml
t/data/retryable-writes/findOneAndDelete-serverErrors.json
t/data/retryable-writes/findOneAndDelete-serverErrors.yml
t/data/retryable-writes/findOneAndDelete.json
t/data/retryable-writes/findOneAndDelete.yml
t/data/retryable-writes/findOneAndReplace-serverErrors.json
t/data/retryable-writes/findOneAndReplace-serverErrors.yml
t/data/retryable-writes/findOneAndReplace.json
t/data/retryable-writes/findOneAndReplace.yml
t/data/retryable-writes/findOneAndUpdate-serverErrors.json
t/data/retryable-writes/findOneAndUpdate-serverErrors.yml
t/data/retryable-writes/findOneAndUpdate.json
t/data/retryable-writes/findOneAndUpdate.yml
t/data/retryable-writes/insertMany-serverErrors.json
t/data/retryable-writes/insertMany-serverErrors.yml
t/data/retryable-writes/insertMany.json
t/data/retryable-writes/insertMany.yml
t/data/retryable-writes/insertOne-serverErrors.json
t/data/retryable-writes/insertOne-serverErrors.yml
t/data/retryable-writes/insertOne.json
t/data/retryable-writes/insertOne.yml
t/data/retryable-writes/replaceOne-serverErrors.json
t/data/retryable-writes/replaceOne-serverErrors.yml
t/data/retryable-writes/replaceOne.json
t/data/retryable-writes/replaceOne.yml
t/data/retryable-writes/updateMany.json
t/data/retryable-writes/updateMany.yml
t/data/retryable-writes/updateOne-serverErrors.json
t/data/retryable-writes/updateOne-serverErrors.yml
t/data/retryable-writes/updateOne.json
t/data/retryable-writes/updateOne.yml
t/data/sessions/README.rst
t/data/sessions/dirty-session-errors.json
t/data/sessions/dirty-session-errors.yml
t/data/transactions-convenient-api/README.rst
t/data/transactions-convenient-api/callback-aborts.json
t/data/transactions-convenient-api/callback-aborts.yml
t/data/transactions-convenient-api/callback-commits.json
t/data/transactions-convenient-api/callback-commits.yml
t/data/transactions-convenient-api/callback-retry.json
t/data/transactions-convenient-api/callback-retry.yml
t/data/transactions-convenient-api/commit-retry.json
t/data/transactions-convenient-api/commit-retry.yml
t/data/transactions-convenient-api/commit-transienttransactionerror-4.2.json
t/data/transactions-convenient-api/commit-transienttransactionerror-4.2.yml
t/data/transactions-convenient-api/commit-transienttransactionerror.json
t/data/transactions-convenient-api/commit-transienttransactionerror.yml
t/data/transactions-convenient-api/commit-writeconcernerror.json
t/data/transactions-convenient-api/commit-writeconcernerror.yml
t/data/transactions-convenient-api/commit.json
t/data/transactions-convenient-api/commit.yml
t/data/transactions-convenient-api/transaction-options.json
t/data/transactions-convenient-api/transaction-options.yml
t/data/transactions-convenient-api/transactions-convenient-api.rst
t/data/transactions/README.rst
t/data/transactions/abort.json
t/data/transactions/abort.yml
t/data/transactions/bulk.json
t/data/transactions/bulk.yml
t/data/transactions/causal-consistency.json
t/data/transactions/causal-consistency.yml
t/data/transactions/commit.json
t/data/transactions/commit.yml
t/data/transactions/count.json
t/data/transactions/count.yml
t/data/transactions/delete.json
t/data/transactions/delete.yml
t/data/transactions/error-labels.json
t/data/transactions/error-labels.yml
t/data/transactions/errors-client.json
t/data/transactions/errors-client.yml
t/data/transactions/errors.json
t/data/transactions/errors.yml
t/data/transactions/findOneAndDelete.json
t/data/transactions/findOneAndDelete.yml
t/data/transactions/findOneAndReplace.json
t/data/transactions/findOneAndReplace.yml
t/data/transactions/findOneAndUpdate.json
t/data/transactions/findOneAndUpdate.yml
t/data/transactions/insert.json
t/data/transactions/insert.yml
t/data/transactions/isolation.json
t/data/transactions/isolation.yml
t/data/transactions/mongos-pin-auto-tests.py
t/data/transactions/mongos-pin-auto.json
t/data/transactions/mongos-pin-auto.yml
t/data/transactions/mongos-recovery-token.json
t/data/transactions/mongos-recovery-token.yml
t/data/transactions/pin-mongos.json
t/data/transactions/pin-mongos.yml
t/data/transactions/read-concern.json
t/data/transactions/read-concern.yml
t/data/transactions/read-pref.json
t/data/transactions/read-pref.yml
t/data/transactions/reads.json
t/data/transactions/reads.yml
t/data/transactions/retryable-abort.json
t/data/transactions/retryable-abort.yml
t/data/transactions/retryable-commit.json
t/data/transactions/retryable-commit.yml
t/data/transactions/retryable-writes.json
t/data/transactions/retryable-writes.yml
t/data/transactions/run-command.json
t/data/transactions/run-command.yml
t/data/transactions/transaction-options.json
t/data/transactions/transaction-options.yml
t/data/transactions/update.json
t/data/transactions/update.yml
t/data/transactions/write-concern.json
t/data/transactions/write-concern.yml
t/data/uri/README.rst
t/data/uri/auth-options.json
t/data/uri/auth-options.yml
t/data/uri/ca.pem
t/data/uri/cert.pem
t/data/uri/client.pem
t/data/uri/compression-options.json
t/data/uri/compression-options.yml
t/data/uri/concern-options.json
t/data/uri/concern-options.yml
t/data/uri/connection-options.json
t/data/uri/connection-options.yml
t/data/uri/connection-pool-options.json
t/data/uri/connection-pool-options.yml
t/data/uri/general.json
t/data/uri/general.yml
t/data/uri/read-preference-options.json
t/data/uri/read-preference-options.yml
t/data/uri/single-threaded-options.json
t/data/uri/single-threaded-options.yml
t/data/uri/tls-options.json
t/data/uri/tls-options.yml
t/database.t
t/dbref.t
t/deprecated/bson.t
t/deprecated/collection.t
t/deprecated/cursor.t
t/deprecated/find_modifiers.t
t/deprecated/parallel_scan.t
t/deprecated/regexp_obj.t
t/deprecated/types.t
t/deprecated/typewrappers.t
t/enumerate_databases.t
t/errors.t
t/examples/changestream.t
t/examples/driver-examples.t
t/examples/transaction.t
t/find_modifiers.t
t/fsync.t
t/gridfs_spec.t
t/gridfsbucket.t
t/indexview.t
t/kill-cursor.t
t/lib/MongoDBSpecTest.pm
t/lib/MongoDBTest.pm
t/lib/MongoDBTest/Callback.pm
t/lib/TestBSON.pm
t/lib/TestCodecWrapper.pm
t/max_staleness_spec.t
t/max_time_ms.t
t/monitoring.t
t/monitoring_spec.t
t/oid_generation.t
t/op_msg.t
t/pre_encode_insert_update.t
t/protocol_op_msg.t
t/read_write_concern_spec.t
t/readpref.t
t/retryable-reads-spec.t
t/retryable-writes-command-construction.t
t/retryable-writes-spec.t
t/retryable-writes-split-batch.t
t/sdam_monitoring.t
t/sdam_spec.t
t/sessions-cursors.t
t/sessions-driver.t
t/sessions-end.t
t/sessions-spec.t
t/sessions-unacknowledged-write.t
t/ss_spec.t
t/testrules.yml
t/transactions-convenient-api-spec.t
t/transactions-convenient-api.t
t/transactions-mongos-pinning.t
t/transactions-spec.t
t/unit/configuration.t
t/unit/link.t
t/unit/read_preference.t
t/unit/uri.t
t/unit/uri_spec.t
t/unit/uri_srv.t
t/unit/write_concern.t
t/using_profiler.t
xt/author/00-compile.t
xt/author/circular-refs.t
xt/author/critic.t
xt/author/minimum-version.t
xt/author/pod-spell.t
xt/author/pod-syntax.t
xt/author/test-version.t
xt/release/check-jira-in-changes.t
|