Two new test failures caused by the new "drop" notifications added in SERVER-35028:
[2018/06/11 11:58:20.256] ====================================================================== [2018/06/11 11:58:20.256] FAIL [0.115s]: test_change_operations (test_change_stream.TestChangeStream) [2018/06/11 11:58:20.256] Test each operation type. [2018/06/11 11:58:20.256] ---------------------------------------------------------------------- [2018/06/11 11:58:20.256] Traceback (most recent call last): [2018/06/11 11:58:20.256] File "/data/mci/90bdce61ae31cce95a13bcd3934d672f/src/test/test_change_stream.py", line 319, in test_change_operations [2018/06/11 11:58:20.256] self.assertEqual(change['operationType'], 'invalidate') [2018/06/11 11:58:20.256] AssertionError: 'drop' != 'invalidate' [2018/06/11 11:58:20.256] - drop [2018/06/11 11:58:20.256] + invalidate [2018/06/11 11:58:20.256] ====================================================================== [2018/06/11 11:58:20.256] FAIL [0.045s]: test_iteration (test_change_stream.TestChangeStream) [2018/06/11 11:58:20.256] ---------------------------------------------------------------------- [2018/06/11 11:58:20.256] Traceback (most recent call last): [2018/06/11 11:58:20.256] File "/data/mci/90bdce61ae31cce95a13bcd3934d672f/src/test/test_change_stream.py", line 131, in test_iteration [2018/06/11 11:58:20.256] self.assertEqual(change['operationType'], 'insert') [2018/06/11 11:58:20.256] AssertionError: 'drop' != 'insert'
- is depended on by
-
DRIVERS-504 Update ChangeStream tests for 4.1.1 "drop" notifications
- Closed