Sha256: b248c8a404b5a1b34b8238493d9094c0d31f7cf1f9d38364047261adc0da159a
Contents?: true
Size: 570 Bytes
Versions: 11
Compression:
Stored size: 570 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 require 'spec_helper' require 'runners/crud' describe 'Retryable writes spec tests' do require_wired_tiger require_no_multi_mongos # Do not run these tests when write retries are disabled globally - # the tests won't work in that case and testing them with retries enabled # is simply redundant. require_retry_writes define_crud_spec_tests(RETRYABLE_WRITES_TESTS) do |spec, req, test| let(:client) do authorized_client.with(test.client_options.merge({max_write_retries: 0})) end end end
Version data entries
11 entries across 11 versions & 1 rubygems