-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
A failure on the prose test "ChangeStream must continuously track the last seen" was observed on this evergreen patch build.
The relevant logs were as follows:
[2021/08/06 01:05:37.048] Run with -? for options [2021/08/06 01:05:37.048] ------------------------------------------------------------------------------- [2021/08/06 01:05:37.048] Spec Prose Tests [2021/08/06 01:05:37.048] 1. ChangeStream must continuously track the last seen resumeToken [2021/08/06 01:05:37.048] ------------------------------------------------------------------------------- [2021/08/06 01:05:37.048] /data/mci/368770d1d4051165a5481748cc1f5815/mongo-cxx-driver/src/mongocxx/test/change_streams.cpp:132 [2021/08/06 01:05:37.048] ............................................................................... [2021/08/06 01:05:37.048] /data/mci/368770d1d4051165a5481748cc1f5815/mongo-cxx-driver/src/mongocxx/test/change_streams.cpp:171: FAILED: [2021/08/06 01:05:37.048] REQUIRE( *cs.get_resume_token() == token3 ) [2021/08/06 01:05:37.048] with expansion: [2021/08/06 01:05:37.048] { "_data" : "82610C8AE10000000B2B0229296E04" } [2021/08/06 01:05:37.048] == [2021/08/06 01:05:37.048] { {?} }
- is related to
-
CXX-2289 Can't use resume_token after program restart
- Closed