|
On around 21 July, we started seeing serverless failures across various driver teams.
For tests that were sending the following form of failCommand:
"failPoint": {
|
"configureFailPoint": "failCommand",
|
"mode": {
|
"times": 1
|
},
|
"data": {
|
"failCommands": [
|
"aggregate"
|
],
|
"closeConnection": true
|
}
|
},
|
We are now getting an error code of 8000, which is not one of our known retryable error codes.
Passing Python build on 14 July:
https://spruce.mongodb.com/task/mongo_python_driver_serverless__platform~rhel8_auth_ssl~auth_ssl_python_version~pypy3.7_serverless~enabled_test_serverless_1a249386cf704150369f08efc684b0c10686c1fc_23_07_14_14_51_19/logs?execution=0
Failing Python build on 21 July:
https://spruce.mongodb.com/task/mongo_python_driver_serverless__platform~rhel8_auth_ssl~auth_ssl_python_version~pypy3.7_serverless~enabled_test_serverless_469e2e95f5eedbbb98d30d3309327c7bf19d0eb7_23_07_14_21_02_24/logs?execution=0
Failing build in the Go Driver:
https://spruce.mongodb.com/task/mongo_go_driver_serverless__os_serverless~ubuntu2204_go_1_20_test_serverless_43962b82a22fc391fb3e9653cdd4e25769b8ce04_23_08_18_00_51_06/tests?execution=0&sortBy=STATUS&sortDir=ASC
Failing build in the Node Driver:
https://spruce.mongodb.com/task/mongo_node_driver_next_rhel8_test_serverless_test_serverless_a7ffdf5aca888d87dc5c8d9661891a6ca3121c36_23_08_21_18_02_29/tests?execution=0&sortBy=STATUS&sortDir=ASC
|