Uploaded image for project: 'PHP Driver: Extension'
  1. PHP Driver: Extension
  2. PHPC-2075

Bulk write test failures due to missing error messages on "latest" server version

    • Type: Icon: Build Failure Build Failure
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      As shown in this task, various tests against the "latest" server version are failing due to missing error messages in bulk writes.

       [2022/03/01 21:15:22.511] FAILURE:  (FAILED)
       [2022/03/01 21:15:22.511] 001+ BulkWriteException: Multiple write errors: "E11000 duplicate key error collection: phongo.manager_manager_executeBulkWrite_error_002 index: _id_ dup key: { _id: 1 }", ""
       [2022/03/01 21:15:22.511] 001- BulkWriteException: Multiple write errors: "%SE11000 duplicate key error %s: phongo.manager_manager_executeBulkWrite_error_002%sdup key: { %S: 1 }", "%SE11000 duplicate key error %s: phongo.manager_manager_executeBulkWrite_error_002%sdup key: { %S: 2 }"
       [2022/03/01 21:15:22.511] 024+   string(0) ""
       [2022/03/01 21:15:22.511] 024-   string(%d) "%s"
       [2022/03/01 21:15:22.511] 032+ writeError[3].message:
       [2022/03/01 21:15:22.511] 032- writeError[3].message: %s
      

      This appears to be caused by SERVER-64078. While there's nothing to address in libmongoc/PHPC, I wanted to log this ticket to track the error until the server issue is resolved.

            Assignee:
            jmikola@mongodb.com Jeremy Mikola
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: