Sha256: 15c405e16673889995fd81a395d04b6f424eeb873bba8e4c49038654a44ca5d6
Contents?: true
Size: 597 Bytes
Versions: 9
Compression:
Stored size: 597 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all require 'spec_helper' require 'runners/unified' base = "#{CURRENT_PATH}/spec_tests/data/retryable_writes" RETRYABLE_WRITE_UNIFIED_TESTS = Dir.glob("#{base}/unified/**/*.yml").sort describe 'Retryable reads spec tests - unified' 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_unified_spec_tests(base, RETRYABLE_WRITE_UNIFIED_TESTS) end
Version data entries
9 entries across 9 versions & 2 rubygems