Details
-
Task
-
Resolution: Unresolved
-
Unknown
-
None
-
None
Description
The test_mongohouse task is failing the test "A successful find event with getMore".
Example task.
Logs:
[2021/06/10 19:52:40.240] /data/mci/da52879eefa9923855eb1e35329a9886/mongo-cxx-driver/src/mongocxx/test/spec/util.cpp:805
|
[2021/06/10 19:52:40.240] ...............................................................................
|
[2021/06/10 19:52:40.240] /data/mci/da52879eefa9923855eb1e35329a9886/mongo-cxx-driver/src/mongocxx/test/spec/monitoring.cpp:90: FAILED:
|
[2021/06/10 19:52:40.240] explicitly with messages:
|
[2021/06/10 19:52:40.240] checking for path from environment variable: MONGOHOUSE_TESTS_PATH
|
[2021/06/10 19:52:40.240] test path is: /data/mci/da52879eefa9923855eb1e35329a9886/mongo-cxx-driver/
|
[2021/06/10 19:52:40.240] build/../data/mongohouse
|
[2021/06/10 19:52:40.240] Test path: /data/mci/da52879eefa9923855eb1e35329a9886/mongo-cxx-driver/build/
|
[2021/06/10 19:52:40.240] ../data/mongohouse/getMore.json
|
[2021/06/10 19:52:40.240] print_all() := "
|
[2021/06/10 19:52:40.240] APM Checker contents:
|
[2021/06/10 19:52:40.240] APM event: { "command_started_event" : { "command" : { "find" : "driverdata",
|
[2021/06/10 19:52:40.240] "filter" : { "a" : { "$gte" : 2 } }, "batchSize" : 3, "limit" : 4, "sort" : {
|
[2021/06/10 19:52:40.240] "a" : 1 }, "$db" : "test", "lsid" : { "id" : { "$binary" :
|
[2021/06/10 19:52:40.240] "Hg2kVY1nTNSnpWBRpoYwpQ==", "$type" : "04" } } }, "command_name" : "find",
|
[2021/06/10 19:52:40.240] "operation_id" : 861021533, "database_name" : "test" } }
|
[2021/06/10 19:52:40.240] APM event: { "command_started_event" : { "command" : { "getMore" : 9,
|
[2021/06/10 19:52:40.240] "collection" : "ip-10-122-79-167-34521696-74f6-466d-ba45-60e5c630d3dc",
|
[2021/06/10 19:52:40.240] "batchSize" : 3, "$db" : "cursors", "lsid" : { "id" : { "$binary" :
|
[2021/06/10 19:52:40.240] "Hg2kVY1nTNSnpWBRpoYwpQ==", "$type" : "04" } } }, "command_name" : "getMore",
|
[2021/06/10 19:52:40.240] "operation_id" : 861021533, "database_name" : "cursors" } }
|
[2021/06/10 19:52:40.240] "
|
[2021/06/10 19:52:40.240] Mismatch, expected { "command_started_event" : { "command" : { "batchSize" :
|
[2021/06/10 19:52:40.240] 1 }, "command_name" : "getMore", "database_name" : "cursors" } }, actual {
|
[2021/06/10 19:52:40.240] "command_started_event" : { "command" : { "getMore" : 9, "collection" : "ip-
|
[2021/06/10 19:52:40.240] 10-122-79-167-34521696-74f6-466d-ba45-60e5c630d3dc", "batchSize" : 3, "$db" :
|
[2021/06/10 19:52:40.240] "cursors", "lsid" : { "id" : { "$binary" : "Hg2kVY1nTNSnpWBRpoYwpQ==",
|
[2021/06/10 19:52:40.240] "$type" : "04" } } }, "command_name" : "getMore", "operation_id" : 861021533,
|
[2021/06/10 19:52:40.240] "database_name" : "cursors" } }
|