Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-3700

/client_side_encryption/explain failing on Windows

    • Type: Icon: Task Task
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      Consistently fails on master, starting 6/2 on this commit https://github.com/mongodb/mongo-c-driver/commit/df620f8d951f975e1a6b7b3134f62d98f71510e2 which I believe is unrelated.

      Logs:

      [2020/06/02 13:49:00.035] Error in APM matching
       [2020/06/02 13:49:00.036] Full list of captured events: { "0" : { "command_started_event" : { "command" : { "listCollections" : { "$numberInt" : "1" }, "filter" : { "name" : "default" }, "$db" : "default", "lsid" : { "id" : { "$binary" : { "base64": "GlA5NG5kTE2mXiCzMjvt0A==", "subType" : "04" } } } }, "command_name" : "listCollections", "database_name" : "default", "operation_id" : { "$numberLong" : "11161"} } } }
       [2020/06/02 13:49:00.038] Full list of expectations: { "0" : { "command_started_event" : { "command" : { "listCollections" : { "$numberInt" : "1" }, "filter" : { "name" : "default" } }, "command_name" : "listCollections" } }, "1" : { "command_started_event" : { "command" : { "listCollections" : { "$numberInt" : "1" }, "filter" : { "name" : "datakeys" }, "$db" : "keyvault" }, "command_name" : "listCollections" } }, "2" : { "command_started_event" : { "command" : { "find" : "datakeys", "filter" : { "$or" : [ { "_id" : { "$in" : [ { "$binary" : { "base64": "AAAAAAAAAAAAAAAAAAAAAA==", "subType" : "04" } } ] } }, { "keyAltNames" : { "$in" : [  ] } } ] }, "$db" : "keyvault", "readConcern" : { "level" : "majority" } }, "command_name" : "find" } }, "3" : { "command_started_event" : { "command" : { "explain" : { "find" : "default", "filter" : { "encrypted_string" : { "$eq" : { "$binary" : { "base64": "AQAAAAAAAAAAAAAAAAAAAAACDdw4KFz3ZLquhsbt7RmDjD0N67n0uSXx7IGnQNCLeIKvot6s/ouI21Eo84IOtb6lhwUNPlSEBNY0/hbszWAKJg==", "subType" : "06" } } } } }, "verbosity" : "allPlansExecution" }, "command_name" : "explain" } } }test error in: c:\data\mci\bf6455cc7a3cf387b9ca754fa5f105c4\mongoc\src\libmongoc\tests\json-test-monitoring.c 477:check_json_apm_events()
       [2020/06/02 13:49:00.038] expectation unmatched
       [2020/06/02 13:49:00.039] 	expected: { "command_started_event" : { "command" : { "listCollections" : { "$numberInt" : "1" }, "filter" : { "name" : "datakeys" }, "$db" : "keyvault" }, "command_name" : "listCollections" } }
      

      The logs indicate the actual events are not capturing anything after the initial "listCollections".

      The last passing commit used mongod verson: 4.5.0-1482-g8670c0a
      The failing commit used mongod version: 4.5.0-1526-gfd3c7e5

            Assignee:
            kevin.albertson@mongodb.com Kevin Albertson
            Reporter:
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: