-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
This error is showing up on the gridFS test test_exception_file_non_existence when doing the synchro tests for motor:
[2022/08/17 19:52:38.493] ====================================================================== [2022/08/17 19:52:38.493] FAIL: test_exception_file_non_existence (test.test_grid_file.TestGridFile) [2022/08/17 19:52:38.493] ---------------------------------------------------------------------- [2022/08/17 19:52:38.493] Traceback (most recent call last): [2022/08/17 19:52:38.493] File "/data/mci/75f48672c53837976b6c31807b536987/src/.tox/synchro37/tmp/mongo-python-driver/test/test_grid_file.py", line 691, in test_exception_file_non_existence [2022/08/17 19:52:38.493] self.assertIsNone(self.db.fs.files.find_one({"_id": infile._id})) [2022/08/17 19:52:38.493] AssertionError: {'_id': ObjectId('62fd46cf3cbebf7b71abcaee'), 'filename': 'important', 'chunkSize': 261120, 'length': 38, 'uploadDate': datetime.datetime(2022, 8, 17, 19, 51, 43, 482000)} is not None