Details
-
Task
-
Resolution: Fixed
-
Unknown
-
None
-
None
Description
bson size limit test fails on GH actions thusly:
|
730
|
1) BSON & command size limits allows user-provided documents to be 15MiB
|
731
|
Failure/Error: raise error
|
732
|
733
|
Mongo::Error::OperationFailure:
|
734
|
[11601]: Exec error resulting in state DEAD :: caused by :: errmsg: "operation was interrupted" (on localhost:27018, retries disabled)
|
735
|
# ./lib/mongo/operation/result.rb:364:in `raise_operation_failure'
|
736
|
# ./lib/mongo/operation/result.rb:330:in `validate!'
|
737
|
# ./lib/mongo/operation/shared/response_handling.rb:36:in `block (3 levels) in validate_result'
|
738
|
# ./lib/mongo/operation/shared/response_handling.rb:108:in `add_server_diagnostics'
|
739
|
# ./lib/mongo/operation/shared/response_handling.rb:35:in `block (2 levels) in validate_result'
|
740
|
# ./lib/mongo/operation/shared/response_handling.rb:54:in `add_error_labels'
|
741
|
# ./lib/mongo/operation/shared/response_handling.rb:34:in `block in validate_result'
|
742
|
# ./lib/mongo/operation/shared/response_handling.rb:94:in `unpin_maybe'
|
743
|
# ./lib/mongo/operation/shared/response_handling.rb:33:in `validate_result'
|
744
|
# ./lib/mongo/operation/shared/write.rb:56:in `execute_with_connection'
|
745
|
# ./lib/mongo/collection/view/writable.rb:266:in `block (2 levels) in delete_many'
|
746
|
# ./lib/mongo/retryable.rb:306:in `block in nro_write_with_retry'
|
747
|
# ./lib/mongo/server/connection_pool.rb:666:in `with_connection'
|
748
|
# ./lib/mongo/server.rb:448:in `with_connection'
|
749
|
# ./lib/mongo/retryable.rb:305:in `nro_write_with_retry'
|
750
|
# ./lib/mongo/collection/view/writable.rb:251:in `block in delete_many'
|
751
|
# ./lib/mongo/client.rb:1120:in `with_session'
|
752
|
# ./lib/mongo/collection/view.rb:213:in `with_session'
|
753
|
# ./lib/mongo/collection/view/writable.rb:234:in `delete_many'
|
754
|
# ./lib/mongo/collection.rb:758:in `delete_many'
|
755
|
# ./spec/integration/size_limit_spec.rb:10:in `block (2 levels) in <top (required)>'
|
756
|
# ./spec/lite_spec_helper.rb:140:in `block (3 levels) in <top (required)>'
|
757
|
# ./spec/lite_spec_helper.rb:139:in `block (2 levels) in <top (required)>'
|
758
|
# ./spec/lite_spec_helper.rb:119:in `block (2 levels) in <top (required)>'
|
759
|
# ./spec/support/background_thread_registry.rb:65:in `block (2 levels) in <top (required)>'
|
#
|
Sample build: https://github.com/mongodb/mongo-ruby-driver/runs/6712230419?check_suite_focus=true