forked from mongodb/mongo-python-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sovnarkom edited this page Sep 13, 2010
·
5 revisions
This is forked repository.
known issues with py3k branch:
0. No extension modules in C are converted, so it’s slow
1. FAIL: test_drop_database. Sometimes in test_connection and test_master_slave_connection.
2. No support for “nose” test, so they are disabled
3. pymongo.errors.ConfigurationError: trying to connect directly to slave localhost:27018 – must specify slave_okay to connect to slaves in test_paired
4. def test_id_shuffling(self) in test_son_manipulator was inverted at line 82:
# Inverted due to the fact that SON object doesn’t shuffles id by self:
# TODO: Needs review and 2.6 test
self.assertFalse(incoming_moves_id(SON,
(“_id”, 12)])))